From owner-freebsd-ports Sun Feb 27 0: 1:55 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id F39A237B554; Sun, 27 Feb 2000 00:01:52 -0800 (PST) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (pc062023.tokyo.jcom.ne.jp [210.155.62.23]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id RAA25344; Sun, 27 Feb 2000 17:01:51 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id RAA69605; Sun, 27 Feb 2000 17:01:20 +0900 (JST) Date: Sun, 27 Feb 2000 17:02:07 +0900 Message-ID: <86zosn2hvk.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: jfitz@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/15404 In-Reply-To: In your message of "Sun, 27 Feb 2000 16:23:06 +0900" <861z5z3y91.wl@archon.local.idaemons.org> References: <861z5z3y91.wl@archon.local.idaemons.org> User-Agent: Wanderlust/2.2.18 (Please Forgive Me) EMIKO/1.13.11 (Euglena viridis) FLIM/1.13.2 (Kasanui) APEL/10.1 MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) Organization: Associated I. Daemons MIME-Version: 1.0 (generated by EMIKO 1.13.11 - "Euglena viridis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Oops, I forgot to provide the right how-to-repeat instruction. Here it goes: Just do Step 1) Install www/p5-libwww Step 2) Install www/p5-CGI or Step 1) Install www/p5-CGI Step 2) Deinstall www/p5-CGI Step 3) Reinstall www/p5-CGI and you'll get a "p5-libwww is already installed" error because of the wrong BUILD_DEPENDS in p5-CGI's Makefile. Note that this kind of errors never be found by portlint nor through bentofication. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( "If you choose not to decide you still have made a choice." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 1:58:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id D70A537B551; Sun, 27 Feb 2000 01:58:39 -0800 (PST) (envelope-from Doug@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id BAA19128; Sun, 27 Feb 2000 01:58:39 -0800 (PST) (envelope-from Doug@gorean.org) Message-ID: <38B8F54F.70C5876B@gorean.org> Date: Sun, 27 Feb 2000 01:58:39 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org, billf@freebsd.org, ache@freebsd.org Subject: Semi-Urgent: New htdig port Content-Type: multipart/mixed; boundary="------------28232B1F429F58DD0418B3C7" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------28232B1F429F58DD0418B3C7 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit There is a security hole in htDig that is addressed by the most recent version. I wrote Bill Fumerola about it yesterday and haven't heard back, so I thought I'd send this here. The diff is available at http://freebsd.simplenet.com/htdig-FreeBSD-port-3_1_3-3_1_5.patch. Information about the security hole is available at the URL below. Note that I did not address the path issue in PR 16766 since I'm not sure what Bill and ache are trying to accomplish. Either the htdig port or the apache port has to be changed to use the correct paths. One way to accomplish this would be to back out rev. 1.12 of htdig's Makefile before applying my patch. Doug -------- Original Message -------- Subject: New htdig port Hey Bill, Here is the port update for htdig I promised. I updated the version, fixed a portlint warning, updated the patch and fixed it so that the port installs htdig.conf.sample instead of htdig.conf since pkg_delete was deleting the config file. Any questions/comments/problems let me know. Also, here's a URL for the security warning in case you need it. http://www.htdig.org/mail/2000/02/0231.html Doug -- "Welcome to the desert of the real." - Laurence Fishburne as Morpheus, "The Matrix" --------------28232B1F429F58DD0418B3C7 Content-Type: text/plain; charset=us-ascii; name="htdig-FreeBSD-port-3_1_3-3_1_5.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="htdig-FreeBSD-port-3_1_3-3_1_5.patch" Index: Makefile =================================================================== RCS file: /usr/ncvs/ports/textproc/htdig/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 1999/12/10 20:07:19 1.12 +++ Makefile 2000/02/26 22:49:39 @@ -1,12 +1,12 @@ # New ports collection makefile for: htdig -# Version required: 3.1.3 +# Version required: 3.1.5 # Date created: 18 August 1998 # Whom: Bill Fumerola # # $FreeBSD: ports/textproc/htdig/Makefile,v 1.12 1999/12/10 20:07:19 billf Exp $ # -DISTNAME= htdig-3.1.3 +DISTNAME= htdig-3.1.5 CATEGORIES= textproc www MASTER_SITES= http://www.htdig.org/files/ \ ${MASTER_SITE_SUNSITE} \ @@ -16,13 +16,9 @@ ftp://ftp.htdig.org/pub/htdig/ MASTER_SITE_SUBDIR= apps/www/indexing -PATCH_SITES= http://www.htdig.org/files/contrib/other/ -PATCHFILES= htdig-3.1.3-urlparmbug.patch -PATCH_DIST_STRIP= -p1 - MAINTAINER= billf@FreeBSD.org -RUN_DEPENDS= ${PREFIX}/share/apache:${PORTSDIR}/www/apache13 +RUN_DEPENDS= ${LOCALBASE}/share/apache:${PORTSDIR}/www/apache13 Y2K= http://www.htdig.org/FAQ.html#q1.7 @@ -33,6 +29,9 @@ BUILD_TARGET= depends all post-patch: + @ ${MV} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.Dist + @ ${SED} -e 's#(CONFIG_DIR)/htdig.conf#(CONFIG_DIR)/htdig.conf.sample#g' \ + ${WRKSRC}/Makefile.in.Dist > ${WRKSRC}/Makefile.in @ ${MV} ${WRKSRC}/CONFIG.in ${WRKSRC}/CONFIG.in.Dist @ ${SED} -e 's#/conf#/etc#' \ Index: files/md5 =================================================================== RCS file: /usr/ncvs/ports/textproc/htdig/files/md5,v retrieving revision 1.5 diff -u -r1.5 md5 --- files/md5 1999/10/29 01:19:08 1.5 +++ files/md5 2000/02/26 21:22:32 @@ -1,2 +1 @@ -MD5 (htdig-3.1.3.tar.gz) = 02c8e8e04c01932111958d4cd7bdd674 -MD5 (htdig-3.1.3-urlparmbug.patch) = 3744a515fc90edbb7bd3cfe9d60d20d0 +MD5 (htdig-3.1.5.tar.gz) = cbf4a0f2b703d9822db555a14dc96ed3 Index: patches/patch-ab =================================================================== RCS file: /usr/ncvs/ports/textproc/htdig/patches/patch-ab,v retrieving revision 1.2 diff -u -r1.2 patch-ab --- patches/patch-ab 1999/10/29 01:19:09 1.2 +++ patches/patch-ab 2000/02/26 21:40:49 @@ -1,6 +1,5 @@ -diff -ur ../htdig-3.1.3.Dist/db/dist/configure ./db/dist/configure ---- ../htdig-3.1.3.Dist/db/dist/configure Wed Sep 22 09:18:15 1999 -+++ ./db/dist/configure Tue Oct 26 18:06:57 1999 +--- db/dist/configure.orig Thu Feb 24 18:29:00 2000 ++++ db/dist/configure Sat Feb 26 13:25:13 2000 @@ -3056,7 +3056,7 @@ case "$host_os" in @@ -10,9 +9,8 @@ irix*) CPPFLAGS="-D_SGI_MP_SOURCE $CPPFLAGS";; osf*) CPPFLAGS="-D_REENTRANT $CPPFLAGS";; solaris*) CPPFLAGS="-D_REENTRANT $CPPFLAGS" -diff -ur ../htdig-3.1.3.Dist/db/dist/configure.in ./db/dist/configure.in ---- ../htdig-3.1.3.Dist/db/dist/configure.in Wed Sep 22 09:18:15 1999 -+++ ./db/dist/configure.in Tue Oct 26 18:06:46 1999 +--- db/dist/configure.in.orig Thu Feb 24 18:29:00 2000 ++++ db/dist/configure.in Sat Feb 26 13:25:13 2000 @@ -405,7 +405,7 @@ dnl libraries for threaded applications case "$host_os" in Index: pkg/PLIST =================================================================== RCS file: /usr/ncvs/ports/textproc/htdig/pkg/PLIST,v retrieving revision 1.4 diff -u -r1.4 PLIST --- pkg/PLIST 1999/12/10 20:07:21 1.4 +++ pkg/PLIST 2000/02/26 22:13:26 @@ -3,7 +3,7 @@ bin/htmerge bin/htnotify bin/rundig -etc/htdig.conf +etc/htdig.conf.sample share/htdig/bad_words share/htdig/english.0 share/htdig/english.aff --------------28232B1F429F58DD0418B3C7-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 2: 8:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id DAD4837B53A; Sun, 27 Feb 2000 02:08:24 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (postfix@13-038.008.popsite.net [209.69.13.38]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id CAA98613; Sun, 27 Feb 2000 02:08:16 -0800 (PST) Received: by shadow.blackdawn.com (Postfix, from userid 1000) id 0AD8419DB; Sun, 27 Feb 2000 05:08:15 -0500 (EST) Date: Sun, 27 Feb 2000 05:08:15 -0500 From: Will Andrews To: Doug Barton Cc: ports@FreeBSD.ORG, billf@FreeBSD.ORG, ache@FreeBSD.ORG Subject: Re: Semi-Urgent: New htdig port Message-ID: <20000227050814.C5984@shadow.blackdawn.com> References: <38B8F54F.70C5876B@gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <38B8F54F.70C5876B@gorean.org>; from Doug@gorean.org on Sun, Feb 27, 2000 at 01:58:39AM -0800 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Feb 27, 2000 at 01:58:39AM -0800, Doug Barton wrote: > version. I wrote Bill Fumerola about it yesterday and haven't heard > back, so I thought I'd send this here. The diff is available at Bill has taken a vacation (so to speak) in California. He hasn't been home since Friday morning. However, he's with the WC folks, so I'm sure he'll get to this soon. (I'm not sure if I'm 100% right, and I leave all truth to be spoken by Bill himself.) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 5:58: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 26F0237B57E for ; Sun, 27 Feb 2000 05:57:54 -0800 (PST) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (pc062023.tokyo.jcom.ne.jp [210.155.62.23]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id WAA18627 for ; Sun, 27 Feb 2000 22:57:46 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id WAA71788; Sun, 27 Feb 2000 22:57:15 +0900 (JST) Date: Sun, 27 Feb 2000 22:58:03 +0900 Message-ID: <867lfqeoic.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/16972: japanese/esecanna-vje30: restructuring plus In-Reply-To: In your message of "Sat, 26 Feb 2000 20:28:37 +0900" <861z60mcd6.wl@archon.local.idaemons.org> References: <200002260640.WAA68641@freefall.freebsd.org> <861z60mcd6.wl@archon.local.idaemons.org> User-Agent: Wanderlust/2.2.18 (Please Forgive Me) EMIKO/1.13.11 (Euglena viridis) FLIM/1.13.2 (Kasanui) APEL/10.1 MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) Organization: Associated I. Daemons MIME-Version: 1.0 (generated by EMIKO 1.13.11 - "Euglena viridis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Remove the extra `i' in esecanna.sh as follows. --- files/esecanna.sh~ Sat Feb 26 00:54:06 2000 +++ files/esecanna.sh Sun Feb 27 22:43:22 2000 @@ -15,6 +15,6 @@ if [ -x $esecannaserver ]; then rm -f /tmp/.iroha_unix/IROHA - echo -n ' esecannai: ' + echo -n ' esecanna: ' $esecannaserver fi It must have been a slip in using vi. :-p -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( "If you choose not to decide you still have made a choice." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 6:50: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ABD337B668 for ; Sun, 27 Feb 2000 06:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA23435; Sun, 27 Feb 2000 06:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from seanreilly.com (209-9-223-139.sdsl.cais.net [209.9.223.139]) by hub.freebsd.org (Postfix) with ESMTP id 7E8AE37C21E for ; Sun, 27 Feb 2000 06:43:34 -0800 (PST) (envelope-from sreilly@seanreilly.com) Received: (from root@localhost) by seanreilly.com (8.9.3/8.9.3) id KAA18801; Sun, 27 Feb 2000 10:01:06 -0500 (EST) (envelope-from sreilly) Message-Id: <200002271501.KAA18801@seanreilly.com> Date: Sun, 27 Feb 2000 10:01:06 -0500 (EST) From: sreilly@seanreilly.com Reply-To: sreilly@seanreilly.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17018: New port submission for Moneydance Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17018 >Category: ports >Synopsis: New port submission for Moneydance >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 Feb 27 06:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Sean Reilly >Release: FreeBSD 3.3-RELEASE i386 >Organization: Reilly Technologies, LLC >Environment: >Description: This is a new port for the Moneydance personal finance manager. Please let me know if this is not the correct place to send this. I am following the instructions on freebsd.org/handbook/porting.html >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: # # moneydance # moneydance/Makefile # moneydance/README.html # moneydance/files # moneydance/files/md5 # moneydance/pkg # moneydance/pkg/COMMENT # moneydance/pkg/DESCR # moneydance/pkg/PLIST # echo c - moneydance mkdir -p moneydance > /dev/null 2>&1 echo x - moneydance/Makefile sed 's/^X//' >moneydance/Makefile << 'END-of-moneydance/Makefile' X# New ports collection makefile for: Moneydance Personal Finance Manager X# Version required: 3.0 X# Date created: 27 Feb 2000 X# Whom: Sean Reilly X# X# $FreeBSD: $ X# X XDISTNAME= moneydance-2.0.4 XCATEGORIES= deskutils XMASTER_SITES= ftp://ftp.moneydance.net/pub/packages/ X XMAINTAINER= sreilly@seanreilly.com X XRUN_DEPENDS= ${PREFIX}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk X XWRKSRC= ${WRKDIR}/moneydance XNO_BUILD= YES XMDSUBDIR= moneydance XPLIST_SUB= MDSUBDIR=${MDSUBDIR} X XJDIR= ${PREFIX}/jdk1.1.8 XMDDIR= ${PREFIX}/${MDSUBDIR} X Xdo-install: X ${MKDIR} ${PREFIX}/${MDSUBDIR} X (cd ${WRKSRC} && tar -c -f - .) \ X | (cd ${PREFIX}/${MDSUBDIR} && tar fx -) X ${ECHO} "#!/bin/sh" > ${PREFIX}/bin/moneydance X ${ECHO} "exec ${JDIR}/bin/java -classpath ${JDIR}/lib/classes.zip:${MDDIR}/moneydance.jar:${MDDIR}/license.jar:${MDDIR}/swingall.jar Moneydance" >> ${PREFIX}/bin/moneydance X chmod 755 ${PREFIX}/bin/moneydance X X.include END-of-moneydance/Makefile echo x - moneydance/README.html sed 's/^X//' >moneydance/README.html << 'END-of-moneydance/README.html' X X The FreeBSD Ports Collection (java/jfc) X

The FreeBSD Ports Collection ("java/jfc")


X X X

You are now in the directory for the port "java/jfc" (package name "jfc-1.1"). X X

This is the one-line description for this port: X X


XMoneydance Personal Finance Application X


X X

Please read the file "pkg/DESCR" for a Xlonger description. X X

Go to the top of the ports tree for Xa summary on how to use the ports collection. X X

X X

XThis port requires package(s) "jdk-1.1.8" to run. X X


X Go up one level X| X Go to top of ports tree X X END-of-moneydance/README.html echo c - moneydance/files mkdir -p moneydance/files > /dev/null 2>&1 echo x - moneydance/files/md5 sed 's/^X//' >moneydance/files/md5 << 'END-of-moneydance/files/md5' XMD5 (moneydance-2.0.4.tar.gz) = d2675aa0f3bfb4020eace41a147e4303 END-of-moneydance/files/md5 echo c - moneydance/pkg mkdir -p moneydance/pkg > /dev/null 2>&1 echo x - moneydance/pkg/COMMENT sed 's/^X//' >moneydance/pkg/COMMENT << 'END-of-moneydance/pkg/COMMENT' XMoneydance Personal Finance Manager END-of-moneydance/pkg/COMMENT echo x - moneydance/pkg/DESCR sed 's/^X//' >moneydance/pkg/DESCR << 'END-of-moneydance/pkg/DESCR' XMoneydance Personal Finance Manager X XMoneydance is a personal finance management application written Xin Java. Features include transaction auto-completion, reporting, Xgraphing, check printing, scheduled transactions, and much more. X XMoneydance is shareware but unregistered copies are not feature- Xlimited and do not time out in any way. X XWWW: http://www.moneydance.net/ END-of-moneydance/pkg/DESCR echo x - moneydance/pkg/PLIST sed 's/^X//' >moneydance/pkg/PLIST << 'END-of-moneydance/pkg/PLIST' Xbin/moneydance X%%MDSUBDIR%%/README.txt X%%MDSUBDIR%%/moneydance X%%MDSUBDIR%%/moneydance.jar X%%MDSUBDIR%%/moneydance.xpm X%%MDSUBDIR%%/swingall.jar X%%MDSUBDIR%%/license.jar X%%MDSUBDIR%%/license.txt X%%MDSUBDIR%%/moneydance.cmd X@dirrm %%MDSUBDIR%% END-of-moneydance/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 7: 1:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F236937B568; Sun, 27 Feb 2000 07:01:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA24408; Sun, 27 Feb 2000 07:01:39 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 27 Feb 2000 07:01:39 -0800 (PST) From: Message-Id: <200002271501.HAA24408@freefall.freebsd.org> To: dkwiebe@hagenhomes.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16935: Misc fixes to /editors/staroffice5 port including maintainer changes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Misc fixes to /editors/staroffice5 port including maintainer changes State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Feb 27 06:58:09 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 8:40: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CEC6337B550 for ; Sun, 27 Feb 2000 08:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA31626; Sun, 27 Feb 2000 08:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Feb 2000 08:40:02 -0800 (PST) Message-Id: <200002271640.IAA31626@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Ade Lovett Subject: Re: ports/16998: Eterm fails to function from Gnome/Enlightenment pop-up menu Reply-To: Ade Lovett Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16998; it has been noted by GNATS. From: Ade Lovett To: yaldabaoth@geocities.com Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/16998: Eterm fails to function from Gnome/Enlightenment pop-up menu Date: Sun, 27 Feb 2000 10:30:44 -0600 Take a look at: http://www.freebsd.org/cgi/query-pr.cgi?pr=16246 Specifically, are you running Eterm 0.8.10? I have a whole mess (150+) of various xterms, eterms, gnome-terminals and other junk running on this box right now, with no such problems. There were issues with previous versions of Eterm. -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 11: 0: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3161637B64F for ; Sun, 27 Feb 2000 11:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA40959; Sun, 27 Feb 2000 11:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from bugg.strangled.net (c705742-a.htfdw1.ct.home.com [24.2.137.94]) by hub.freebsd.org (Postfix) with ESMTP id 5B3AD37B67F for ; Sun, 27 Feb 2000 10:56:29 -0800 (PST) (envelope-from bugg@bugg.strangled.net) Received: (from bugg@localhost) by bugg.strangled.net (8.9.3/8.9.3) id NAA75776; Sun, 27 Feb 2000 13:56:07 -0500 (EST) (envelope-from bugg) Message-Id: <200002271856.NAA75776@bugg.strangled.net> Date: Sun, 27 Feb 2000 13:56:07 -0500 (EST) From: bugg@bugg.strangled.net Reply-To: bugg@bugg.strangled.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17020: NEW PORT- gtetrinet Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17020 >Category: ports >Synopsis: New port- games/gtetrinet >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 Feb 27 11:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dan Papasian >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: N/A >Description: New port for gtetrinet, a clone of TetriNET that uses GTK/Gnome.. >How-To-Repeat: N/A >Fix: Here it is: # 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: # # gtetrinet # gtetrinet/Makefile # gtetrinet/files # gtetrinet/files/md5 # gtetrinet/pkg # gtetrinet/pkg/PLIST # gtetrinet/pkg/COMMENT # gtetrinet/pkg/DESCR # echo c - gtetrinet mkdir -p gtetrinet > /dev/null 2>&1 echo x - gtetrinet/Makefile sed 's/^X//' >gtetrinet/Makefile << 'END-of-gtetrinet/Makefile' X# New ports collection makefile for: gtetrinet X# Version required: 0.4 X# Date created: 27 Feb 2000 X# Whom: Dan Papasian X# X# $FreeBSD$ X XDISTNAME= gtetrinet-0.4 XCATEGORIES= games XMASTER_SITES= http://gtetrinet.netpedia.net/cgi-bin/download.cgi/ X XMAINTAINER= bugg@bugg.strangled.net X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ X gnome.3:${PORTSDIR}/x11/gnomelibs XRUN_DEPENDS= esd.3:${PORTSDIR}/audio/esound X XGTK_CONFIG= "${X11BASE}/bin/gtk12-config" XUSE_GMAKE= yes XCONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" XGNU_CONFIGURE= yes X X.include END-of-gtetrinet/Makefile echo c - gtetrinet/files mkdir -p gtetrinet/files > /dev/null 2>&1 echo x - gtetrinet/files/md5 sed 's/^X//' >gtetrinet/files/md5 << 'END-of-gtetrinet/files/md5' XMD5 (gtetrinet-0.4.tar.gz) = 6d12536b08a8ec2b9e9efc76df5727e8 END-of-gtetrinet/files/md5 echo c - gtetrinet/pkg mkdir -p gtetrinet/pkg > /dev/null 2>&1 echo x - gtetrinet/pkg/PLIST sed 's/^X//' >gtetrinet/pkg/PLIST << 'END-of-gtetrinet/pkg/PLIST' Xbin/gtetrinet Xshare/gtetrinet/themes/default/blocks.png Xshare/gtetrinet/themes/default/theme.cfg Xshare/pixmaps/gtetrinet.png Xshare/gnome/apps/Games/gtetrinet.desktop X@dirrm share/gtetrinet/themes/default X@dirrm share/gtetrinet/themes X@dirrm share/gtetrinet END-of-gtetrinet/pkg/PLIST echo x - gtetrinet/pkg/COMMENT sed 's/^X//' >gtetrinet/pkg/COMMENT << 'END-of-gtetrinet/pkg/COMMENT' XA version of the popular TetriNET multiplayer tetris clone for. END-of-gtetrinet/pkg/COMMENT echo x - gtetrinet/pkg/DESCR sed 's/^X//' >gtetrinet/pkg/DESCR << 'END-of-gtetrinet/pkg/DESCR' XGTetrinet is a client program for the popular Tetrinet game, a multiplayer Xtetrinet game that is played over the internet. X(If you don't know what Tetrinet is, check out http://tetrinet.org) X XFeatures: X X-Fully network compatible with Tetrinet v1.13 for Win95/98/NT X-Theme support with sound X-Spectator support on Tetrinet-X servers with the qirc patch by Drslum. X XWWW: http://gtetrinet.netpedia.net/ END-of-gtetrinet/pkg/DESCR exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 11:37:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 86C4337B6A9; Sun, 27 Feb 2000 11:37:09 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@d60-024.leach.ucdavis.edu [169.237.60.24]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id LAA71483; Sun, 27 Feb 2000 11:37:04 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id LAA18657; Sun, 27 Feb 2000 11:37:08 -0800 (PST) (envelope-from obrien) Date: Sun, 27 Feb 2000 11:37:08 -0800 From: "David O'Brien" To: Satoshi Asami Cc: ports@FreeBSD.org Subject: QUICK RESPONCE NEEDED: Netscape 4.72 handling Message-ID: <20000227113708.A18632@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Satoshi, I'd like to update Netscape offering on the DEC Alpha to version 4.72. Should I do this upgrade in as the netscape47-* ports, or do we need to repo copy netscape47-* to netscape472-* ? Personally, I see 4.72 as a minor update to 4.7 and would just assume keep the port names the same. -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 11:52:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (Postfix) with ESMTP id 646E837B6EE for ; Sun, 27 Feb 2000 11:52:00 -0800 (PST) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.3/8.9.3) id NAA09118; Sun, 27 Feb 2000 13:51:13 -0600 (CST) Date: Sun, 27 Feb 2000 13:51:13 -0600 From: "Matthew D. Fuller" To: Dan Langille Cc: ports@FreeBSD.ORG Subject: Re: apache/php/frontpage Message-ID: <20000227135112.A3121@futuresouth.com> References: <200002262053.JAA16803@ducky.nz.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <200002262053.JAA16803@ducky.nz.freebsd.org> X-OS: FreeBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Feb 27, 2000 at 09:52:58AM +1300, a little birdie told me that Dan Langille remarked > Do we have a port which does apache/php/frontpage? I fear not. We > have ports which do apache/php and apache/frontpage, but not both. FWIW, I'd say just install apache-fp and compile the PHP DSO and put that in. I just use the straight Apache port and install PHP DSO's (because I want to support PHP3 and PHP4, and we don't have a port for that. Installing the DSO's manually is trivial tho). -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Unix Systems Administrator | fullermd@futuresouth.com Specializing in FreeBSD | http://www.over-yonder.net/ "The only reason I'm burning my candle at both ends, is because I haven't figured out how to light the middle yet" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 13:14:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D7E2037B751; Sun, 27 Feb 2000 13:14:32 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA51369; Sun, 27 Feb 2000 13:14:32 -0800 (PST) (envelope-from kris@FreeBSD.org) Date: Sun, 27 Feb 2000 13:14:32 -0800 (PST) From: Message-Id: <200002272114.NAA51369@freefall.freebsd.org> To: matt@chaos.jcsd1.k12.wy.us, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17015: pipsecd port compile fails Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pipsecd port compile fails State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sun Feb 27 13:14:11 PST 2000 State-Changed-Why: Submitter reports the problem is fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 13:20:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id BE6FE37C234; Sun, 27 Feb 2000 13:20:11 -0800 (PST) (envelope-from Doug@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id NAA22252; Sun, 27 Feb 2000 13:20:11 -0800 (PST) (envelope-from Doug@gorean.org) Message-ID: <38B9950A.2A0A13@gorean.org> Date: Sun, 27 Feb 2000 13:20:10 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: obrien@FreeBSD.org Cc: Satoshi Asami , ports@FreeBSD.org Subject: Re: QUICK RESPONCE NEEDED: Netscape 4.72 handling References: <20000227113708.A18632@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org David O'Brien wrote: > > Hi Satoshi, > > I'd like to update Netscape offering on the DEC Alpha to version 4.72. > Should I do this upgrade in as the netscape47-* ports, or do we need to > repo copy netscape47-* to netscape472-* ? Personally, I see 4.72 as a > minor update to 4.7 and would just assume keep the port names the same. Personally I think we should eliminate all of the netscapeN* ports. I don't see any reason to keep the really old versions. Doug -- "Welcome to the desert of the real." - Laurence Fishburne as Morpheus, "The Matrix" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 13:20:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7161B37B6D9 for ; Sun, 27 Feb 2000 13:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA52058; Sun, 27 Feb 2000 13:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6441537B6EA for ; Sun, 27 Feb 2000 13:15:55 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA51571; Sun, 27 Feb 2000 13:15:55 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002272115.NAA51571@freefall.freebsd.org> Date: Sun, 27 Feb 2000 13:15:55 -0800 (PST) From: watanabe@zlab.phys.nagoya-u.ac.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17024: Update port: ja-mendexk-* (2.4c -> 2.4d) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17024 >Category: ports >Synopsis: Update port: ja-mendexk-* (2.4c -> 2.4d) >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 Feb 27 13:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Makoto WATANABE >Release: FreeBSD 3.2-RELEASE i386 >Organization: Z lab. Division of Particle and Astrophysical Science, Nagoya University, JAPAN >Environment: >Description: I have updated the 'ja-mendexk-*' ports. (2.4c -> 2.4d) I put the patches for 'japanese/mendexk-euc' and 'japanese/mendexk-sjis' below "Fix:". Changed files are mendex-euc/Makefile mendex-euc/files/md5 mendex-sjis/Makefile mendex-sjis/files/md5 - Makoto WATANABE watanabe@zlab.phys.nagoya-u.ac.jp >How-To-Repeat: >Fix: diff -ruN mendexk-euc.orig/Makefile mendexk-euc/Makefile --- mendexk-euc.orig/Makefile Wed Aug 25 21:17:52 1999 +++ mendexk-euc/Makefile Mon Feb 28 04:47:45 2000 @@ -1,15 +1,15 @@ # New ports collection makefile for: mendexk-euc -# Version required: 2.4c +# Version required: 2.4d # Date created: 1 Dec 1997 # Whom: Makoto WATANABE # # $FreeBSD: ports/japanese/mendexk-euc/Makefile,v 1.4 1999/08/25 05:25:23 obrien Exp $ # -DISTNAME= mendexk2.4c -PKGNAME= ja-mendexk-euc-2.4c +DISTNAME= mendexk2.4d +PKGNAME= ja-mendexk-euc-2.4d CATEGORIES= japanese print -MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ptex218/ \ +MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/mendex/ \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ptex218/web2c/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${KPATHSEA_PARENT}${EXTRACT_SUFX} diff -ruN mendexk-euc.orig/files/md5 mendexk-euc/files/md5 --- mendexk-euc.orig/files/md5 Thu Nov 12 23:24:00 1998 +++ mendexk-euc/files/md5 Mon Feb 28 04:47:45 2000 @@ -1,2 +1,2 @@ -MD5 (ptex/mendexk2.4c.tar.gz) = c28f065f6bb7bc6b8a926f715f8bb3ec +MD5 (ptex/mendexk2.4d.tar.gz) = 74c36aeeff187e7208a2fa8c26226f94 MD5 (ptex/web2c-7.2.tar.gz) = 1451b51656d9624bee4052f6688af4cf diff -ruN mendexk-sjis.orig/Makefile mendexk-sjis/Makefile --- mendexk-sjis.orig/Makefile Wed Aug 25 21:17:53 1999 +++ mendexk-sjis/Makefile Mon Feb 28 04:47:45 2000 @@ -1,15 +1,15 @@ # New ports collection makefile for: mendexk-sjis -# Version required: 2.4c +# Version required: 2.4d # Date created: 1 Dec 1997 # Whom: Makoto WATANABE # # $FreeBSD: ports/japanese/mendexk-sjis/Makefile,v 1.4 1999/08/25 05:25:24 obrien Exp $ # -DISTNAME= mendexk2.4c -PKGNAME= ja-mendexk-sjis-2.4c +DISTNAME= mendexk2.4d +PKGNAME= ja-mendexk-sjis-2.4d CATEGORIES= japanese print -MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ptex218/ \ +MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/mendex/ \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ptex218/web2c/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${KPATHSEA_PARENT}${EXTRACT_SUFX} diff -ruN mendexk-sjis.orig/files/md5 mendexk-sjis/files/md5 --- mendexk-sjis.orig/files/md5 Thu Nov 12 23:24:00 1998 +++ mendexk-sjis/files/md5 Mon Feb 28 04:47:45 2000 @@ -1,2 +1,2 @@ -MD5 (ptex/mendexk2.4c.tar.gz) = c28f065f6bb7bc6b8a926f715f8bb3ec +MD5 (ptex/mendexk2.4d.tar.gz) = 74c36aeeff187e7208a2fa8c26226f94 MD5 (ptex/web2c-7.2.tar.gz) = 1451b51656d9624bee4052f6688af4cf >Release-Note: >Audit-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 Feb 27 13:20:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D68ED37B6E7 for ; Sun, 27 Feb 2000 13:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA52069; Sun, 27 Feb 2000 13:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A97937B6C8 for ; Sun, 27 Feb 2000 13:19:43 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA51968; Sun, 27 Feb 2000 13:19:43 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002272119.NAA51968@freefall.freebsd.org> Date: Sun, 27 Feb 2000 13:19:43 -0800 (PST) From: watanabe@zlab.phys.nagoya-u.ac.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17025: Update port: ja-dvipsk-* (p1.4c -> p1.4d) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17025 >Category: ports >Synopsis: Update port: ja-dvipsk-* (p1.4c -> p1.4d) >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 Feb 27 13:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Makoto WATANABE >Release: FreeBSD 3.2-RELEASE i386 >Organization: Z lab. Division of Particle and Astrophysical Science, Nagoya University, JAPAN >Environment: >Description: I have updated the 'ja-dvipsk-*' port with new jananese patch. I put the patches for 'japanese/dvipsk' and 'japanese/dvipsk-vflib' below "Fix:". Changed files are dvipsk/Makefile dvipsk/files/md5 dvipsk-vflib/Makefile dvipsk-vflib/files/md5 - Makoto WATANABE watanabe@zlab.phys.nagoya-u.ac.jp >How-To-Repeat: >Fix: diff -ruN dvipsk.orig/Makefile dvipsk/Makefile --- dvipsk.orig/Makefile Mon Nov 29 23:47:53 1999 +++ dvipsk/Makefile Mon Feb 28 05:18:25 2000 @@ -1,5 +1,5 @@ # New ports collection makefile for: dvipsk + jpatch -# Version required: 5.78a + p1.4c +# Version required: 5.78a + p1.4d # Date created: 25 Aug 1997 # Whom: Makoto WATANABE # @@ -9,11 +9,11 @@ DISTNAME= dvipsk-5.78a PKGNAME= ja-dvipsk-5.78a CATEGORIES= japanese print -MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ptex218/ \ +MASTER_SITES= 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/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} dvipsk-jpatch-p1.4c.tar.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} dvipsk-jpatch-p1.4d.tar.gz MAINTAINER= watanabe@zlab.phys.nagoya-u.ac.jp @@ -21,6 +21,7 @@ MANUAL_PACKAGE_BUILD= incompatible with other versions of dvipsk-* +DIST_SUBDIR= ptex USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_install="${INSTALL} -c -o ${BINOWN} -g ${BINGRP}" diff -ruN dvipsk.orig/files/md5 dvipsk/files/md5 --- dvipsk.orig/files/md5 Sun Oct 24 21:06:38 1999 +++ dvipsk/files/md5 Mon Feb 28 05:18:25 2000 @@ -1,2 +1,2 @@ -MD5 (dvipsk-5.78a.tar.gz) = 7731c81a2614f62ff892b296d257c4d0 -MD5 (dvipsk-jpatch-p1.4c.tar.gz) = 3113913f6f82f16f467d82e07fe303a9 +MD5 (ptex/dvipsk-5.78a.tar.gz) = 7731c81a2614f62ff892b296d257c4d0 +MD5 (ptex/dvipsk-jpatch-p1.4d.tar.gz) = e9f29bb7128da7b0b5810cc4558392b4 diff -ruN dvipsk-vflib.orig/Makefile dvipsk-vflib/Makefile --- dvipsk-vflib.orig/Makefile Mon Nov 29 23:47:54 1999 +++ dvipsk-vflib/Makefile Mon Feb 28 05:18:25 2000 @@ -1,5 +1,5 @@ # New ports collection makefile for: dvipsk + jpatch + vflib-patch -# Version required: 5.78a + p1.4c + 1.1alpha +# Version required: 5.78a + p1.4d + 1.1alpha # Date created: 25 Aug 1997 # Whom: Makoto WATANABE # @@ -9,12 +9,12 @@ DISTNAME= dvipsk-5.78a PKGNAME= ja-dvipsk-vflib-5.78a CATEGORIES= japanese print -MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ptex218/ \ +MASTER_SITES= 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/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} dvipsk-jpatch-p1.4c.tar.gz \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} dvipsk-jpatch-p1.4d.tar.gz \ dvipsk-vflib-1.1alpha.patch.tgz MAINTAINER= watanabe@zlab.phys.nagoya-u.ac.jp @@ -24,6 +24,7 @@ MANUAL_PACKAGE_BUILD= incompatible with other versions of dvipsk-* +DIST_SUBDIR= ptex USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_install="${INSTALL} -c -o ${BINOWN} -g ${BINGRP}" diff -ruN dvipsk-vflib.orig/files/md5 dvipsk-vflib/files/md5 --- dvipsk-vflib.orig/files/md5 Sun Oct 24 21:06:38 1999 +++ dvipsk-vflib/files/md5 Mon Feb 28 05:18:25 2000 @@ -1,3 +1,3 @@ -MD5 (dvipsk-5.78a.tar.gz) = 7731c81a2614f62ff892b296d257c4d0 -MD5 (dvipsk-jpatch-p1.4c.tar.gz) = 3113913f6f82f16f467d82e07fe303a9 -MD5 (dvipsk-vflib-1.1alpha.patch.tgz) = f2eff40c3b2afe732c6e2a0b8469c2db +MD5 (ptex/dvipsk-5.78a.tar.gz) = 7731c81a2614f62ff892b296d257c4d0 +MD5 (ptex/dvipsk-jpatch-p1.4d.tar.gz) = e9f29bb7128da7b0b5810cc4558392b4 +MD5 (ptex/dvipsk-vflib-1.1alpha.patch.tgz) = f2eff40c3b2afe732c6e2a0b8469c2db >Release-Note: >Audit-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 Feb 27 13:30: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5056637B6EC for ; Sun, 27 Feb 2000 13:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA52904; Sun, 27 Feb 2000 13:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from fysgr665.sn.umu.se (fysgr665.sn.umu.se [130.239.129.42]) by hub.freebsd.org (Postfix) with ESMTP id 8AEB737B6E5 for ; Sun, 27 Feb 2000 13:26:39 -0800 (PST) (envelope-from saska@fysgr665.sn.umu.se) Received: (from saska@localhost) by fysgr665.sn.umu.se (8.9.3/8.9.3) id XAA05784; Sun, 27 Feb 2000 23:25:02 +0100 (CET) (envelope-from saska) Message-Id: <200002272225.XAA05784@fysgr665.sn.umu.se> Date: Sun, 27 Feb 2000 23:25:02 +0100 (CET) From: markush@acc.umu.se Reply-To: markush@acc.umu.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17026: master site location update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17026 >Category: ports >Synopsis: master site location update >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 Feb 27 13:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Markus Holmberg >Release: FreeBSD 3.4-STABLE i386 >Organization: n/a >Environment: n/a >Description: I have changed email adress. The submitted patches update the audio/mpmf20 port to reflect these changes in email contact and distfile location. >How-To-Repeat: n/a >Fix: Apply these patches: --- Makefile.orig Sun Feb 27 23:18:02 2000 +++ Makefile Sun Feb 27 23:18:50 2000 @@ -10,7 +10,7 @@ PKGNAME= mpmf20-1.01 CATEGORIES= audio MASTER_SITES= http://www.world.co.uk/sba/ \ - http://www.acc.umu.se/~saska/ + http://www.acc.umu.se/~markush/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org --- pkg/DESCR.orig Sun Feb 27 23:20:44 2000 +++ pkg/DESCR Sun Feb 27 23:20:53 2000 @@ -7,4 +7,4 @@ WWW: http://www.world.co.uk/sba/ - Markus Holmberg -saska@acc.umu.se +markush@acc.umu.se >Release-Note: >Audit-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 Feb 27 16:10: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FEEF37B730 for ; Sun, 27 Feb 2000 16:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA65833; Sun, 27 Feb 2000 16:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Feb 2000 16:10:03 -0800 (PST) Message-Id: <200002280010.QAA65833@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/17020: NEW PORT- gtetrinet Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17020; it has been noted by GNATS. From: Will Andrews To: bugg@bugg.strangled.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/17020: NEW PORT- gtetrinet Date: Sun, 27 Feb 2000 19:06:23 -0500 On Sun, Feb 27, 2000 at 01:56:07PM -0500, bugg@bugg.strangled.net wrote: > >Synopsis: New port- games/gtetrinet Hi bugg. :-) > XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ > X gnome.3:${PORTSDIR}/x11/gnomelibs > XRUN_DEPENDS= esd.3:${PORTSDIR}/audio/esound I'm gonna nitpick here a bit.. you only need the gnome.3: LIB_DEPEND since that brings in gtk12 and esd. :-) > XA version of the popular TetriNET multiplayer tetris clone for. No period at the end of COMMENT. Nice work. :-) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 16:13:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id D4C0E37B51C; Sun, 27 Feb 2000 16:13:35 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (postfix@13-018.008.popsite.net [209.69.195.18] (may be forged)) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id QAA06296; Sun, 27 Feb 2000 16:13:31 -0800 (PST) Received: by shadow.blackdawn.com (Postfix, from userid 1000) id 00D0D18A2; Sun, 27 Feb 2000 19:13:20 -0500 (EST) Date: Sun, 27 Feb 2000 19:13:20 -0500 From: Will Andrews To: Doug Barton Cc: obrien@FreeBSD.ORG, Satoshi Asami , ports@FreeBSD.ORG Subject: Re: QUICK RESPONCE NEEDED: Netscape 4.72 handling Message-ID: <20000227191320.B21819@shadow.blackdawn.com> References: <20000227113708.A18632@dragon.nuxi.com> <38B9950A.2A0A13@gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <38B9950A.2A0A13@gorean.org>; from Doug@gorean.org on Sun, Feb 27, 2000 at 01:20:10PM -0800 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Feb 27, 2000 at 01:20:10PM -0800, Doug Barton wrote: > David O'Brien wrote: > > I'd like to update Netscape offering on the DEC Alpha to version 4.72. > > Should I do this upgrade in as the netscape47-* ports, or do we need to > > repo copy netscape47-* to netscape472-* ? Personally, I see 4.72 as a > > minor update to 4.7 and would just assume keep the port names the same. If nothing else, I agree with this handling (that the netscape47 port would keep its name). > Personally I think we should eliminate all of the netscapeN* ports. I > don't see any reason to keep the really old versions. I agree with Doug here. I think that the following: linux-netscape4 linux-netscape4[6,7]-communicator netscape3 netscape3-gold netscape4[5,6]-[navigator,communicator[.us]] netscape47-[navigator,communicator].us should be wiped out and combined into two ports: navigator4 communicator4 linux-navigator4 linux-communicator4 I honestly do not see any reason why knobs cannot be added to the ports to allow U.S. security features, or whatever. I also don't see any point in prefixing the names with "netscape". I would go even farther as to put the Linux option as a knob, but I feel that we would lose the packages for the Linux versions. What do you think? -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 16:20:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id CF7B737B75A; Sun, 27 Feb 2000 16:20:31 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id SAA18174; Sun, 27 Feb 2000 18:20:27 -0600 (CST) Date: Sun, 27 Feb 2000 18:20:27 -0600 (CST) From: Steve Price To: Will Andrews Cc: Doug Barton , obrien@FreeBSD.ORG, Satoshi Asami , ports@FreeBSD.ORG Subject: Re: QUICK RESPONCE NEEDED: Netscape 4.72 handling In-Reply-To: <20000227191320.B21819@shadow.blackdawn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 27 Feb 2000, Will Andrews wrote: # I honestly do not see any reason why knobs cannot be added to the ports # to allow U.S. security features, or whatever. I also don't see any point The problem with making strong encryption a knob is the same reason you state below. We won't have the packages for them anymore and Mr. O'Brien will probably be a mite bit upset over that. :) # in prefixing the names with "netscape". I would go even farther as to # put the Linux option as a knob, but I feel that we would lose the # packages for the Linux versions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 16:25: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id BB82737B74E; Sun, 27 Feb 2000 16:25:00 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (postfix@13-018.008.popsite.net [209.69.195.18] (may be forged)) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id QAA06404; Sun, 27 Feb 2000 16:24:55 -0800 (PST) Received: by shadow.blackdawn.com (Postfix, from userid 1000) id 3C20418A2; Sun, 27 Feb 2000 19:24:50 -0500 (EST) Date: Sun, 27 Feb 2000 19:24:50 -0500 From: Will Andrews To: Steve Price Cc: Will Andrews , Doug Barton , obrien@FreeBSD.ORG, Satoshi Asami , ports@FreeBSD.ORG Subject: Re: QUICK RESPONCE NEEDED: Netscape 4.72 handling Message-ID: <20000227192450.D21819@shadow.blackdawn.com> References: <20000227191320.B21819@shadow.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from sprice@hiwaay.net on Sun, Feb 27, 2000 at 06:20:27PM -0600 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Feb 27, 2000 at 06:20:27PM -0600, Steve Price wrote: > The problem with making strong encryption a knob is the same reason > you state below. We won't have the packages for them anymore and > Mr. O'Brien will probably be a mite bit upset over that. :) I thought about this. But I came up with the gotcha: How can you distribute packages if they contain strong encryption? :-) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 16:26:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AB0D37B74E; Sun, 27 Feb 2000 16:26:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA67165; Sun, 27 Feb 2000 16:26:47 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 27 Feb 2000 16:26:47 -0800 (PST) From: Message-Id: <200002280026.QAA67165@freefall.freebsd.org> To: andrews@technologist.com, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17005: upgrade port: www/p5-WWW-Search: 1.021 -> 2.09 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: upgrade port: www/p5-WWW-Search: 1.021 -> 2.09 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Feb 27 16:26:08 PST 2000 State-Changed-Why: I updated the port to version 2.10 earlier today. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 16:28:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 7EC4037B749; Sun, 27 Feb 2000 16:28:40 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id SAA28214; Sun, 27 Feb 2000 18:28:07 -0600 (CST) Date: Sun, 27 Feb 2000 18:28:07 -0600 (CST) From: Steve Price To: Will Andrews Cc: Doug Barton , obrien@FreeBSD.ORG, Satoshi Asami , ports@FreeBSD.ORG Subject: Re: QUICK RESPONCE NEEDED: Netscape 4.72 handling In-Reply-To: <20000227192450.D21819@shadow.blackdawn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 27 Feb 2000, Will Andrews wrote: # I thought about this. But I came up with the gotcha: How can you distribute # packages if they contain strong encryption? :-) It is my understanding that WC is in an area of the US that some judge says we can. Or something like that. :) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 16:44:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 9F4C937B75A for ; Sun, 27 Feb 2000 16:44:19 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (postfix@13-018.008.popsite.net [209.69.195.18] (may be forged)) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id QAA06632 for ; Sun, 27 Feb 2000 16:44:16 -0800 (PST) Received: by shadow.blackdawn.com (Postfix, from userid 1000) id 93D3918A2; Sun, 27 Feb 2000 19:44:04 -0500 (EST) Date: Sun, 27 Feb 2000 19:44:04 -0500 From: Will Andrews To: FreeBSD Ports Subject: Mesa3 port upgrade Message-ID: <20000227194404.A17085@shadow.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -ports, I have successfully tested an upgrade to the Mesa3 port, which allows us a source-library for OpenGL. However, there is a little problem. Mesa 3.1 no longer produces a -lMesaGL or -lMesaGLU. However, I have successfully tested it with various ports, including astro/xplanet, games/gltron, and x11-toolkits/qt145, and it seems the solution is to make a symbolic link from libMesaGL to its libGL cousin. That is to say, we will see this: /usr/X11R6/lib/libGL.so.14 (real shared lib) /usr/X11R6/lib/libGLU.so.14 (real shared lib) /usr/X11R6/lib/libGL.so -> /usr/X11R6/lib/libGL.so.14 (link) /usr/X11R6/lib/libGLU.so -> /usr/X11R6/lib/libGLU.so.14 (link) /usr/X11R6/lib/libMesaGL.so -> /usr/X11R6/lib/libGL.so (link) /usr/X11R6/lib/libMesaGLU.so -> /usr/X11R6/lib/libGLU.so (link) This will make the transition to Mesa 3.1 easiest for apps that still call -lMesaGL[U] while linking. Some of the ports in the tree still depend on a MesaGL.14 or MesaGLU.14 or similar LIB_DEPENDS. Since I feel there is no point in having a symbolic link for these as well, I think the ports should simply have their LIB_DEPENDS modified to use GL.14 or similar. This would be a fairly trivial fix, although IIANM, there are a lot of ports that depend on MesaGL. Now, I know a few people are going to point out that this upgrade is a little risky being so close to the ports freeze, but it's been a long time since Mesa has been upgraded, and I feel that 4.0-RELEASE should go out with a brand-new Mesa port. Thoughts, comments, derisions? -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 16:55:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6286137B946; Sun, 27 Feb 2000 16:55:17 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA69517; Sun, 27 Feb 2000 16:55:17 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 27 Feb 2000 16:55:17 -0800 (PST) From: Message-Id: <200002280055.QAA69517@freefall.freebsd.org> To: markush@acc.umu.se, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17026: master site location update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: master site location update State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun Feb 27 16:54:40 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 17: 0: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B58537B5DE for ; Sun, 27 Feb 2000 17:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA69827; Sun, 27 Feb 2000 17:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Feb 2000 17:00:03 -0800 (PST) Message-Id: <200002280100.RAA69827@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Steve Price Subject: Re: ports/16972: japanese/esecanna-vje30: restructuring plus (fwd) Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16972; it has been noted by GNATS. From: Steve Price To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/16972: japanese/esecanna-vje30: restructuring plus (fwd) Date: Sun, 27 Feb 2000 18:55:37 -0600 (CST) ---------- Forwarded message ---------- Date: Sun, 27 Feb 2000 22:58:03 +0900 From: Akinori -Aki- MUSHA To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/16972: japanese/esecanna-vje30: restructuring plus Remove the extra `i' in esecanna.sh as follows. --- files/esecanna.sh~ Sat Feb 26 00:54:06 2000 +++ files/esecanna.sh Sun Feb 27 22:43:22 2000 @@ -15,6 +15,6 @@ if [ -x $esecannaserver ]; then rm -f /tmp/.iroha_unix/IROHA - echo -n ' esecannai: ' + echo -n ' esecanna: ' $esecannaserver fi It must have been a slip in using vi. :-p -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( "If you choose not to decide you still have made a choice." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 17:48:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m3.cs.berkeley.edu (m3.CS.Berkeley.EDU [128.32.45.179]) by hub.freebsd.org (Postfix) with ESMTP id BCA8E37B78A; Sun, 27 Feb 2000 17:48:10 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-183.ix.netcom.com [209.109.232.183]) by m3.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id RAA07772; Sun, 27 Feb 2000 17:48:08 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id RAA76481; Sun, 27 Feb 2000 17:48:03 -0800 (PST) To: Doug Barton Cc: obrien@FreeBSD.org, ports@FreeBSD.org Subject: Re: QUICK RESPONCE NEEDED: Netscape 4.72 handling References: <20000227113708.A18632@dragon.nuxi.com> <38B9950A.2A0A13@gorean.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 27 Feb 2000 17:48:00 -0800 In-Reply-To: Doug Barton's message of "Sun, 27 Feb 2000 13:20:10 -0800" Message-ID: Lines: 20 X-Mailer: Gnus v5.7/Emacs 20.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Doug Barton * David O'Brien wrote: * > * > Hi Satoshi, * > * > I'd like to update Netscape offering on the DEC Alpha to version 4.72. * > Should I do this upgrade in as the netscape47-* ports, or do we need to * > repo copy netscape47-* to netscape472-* ? Personally, I see 4.72 as a * > minor update to 4.7 and would just assume keep the port names the same. An update is fine. The version number seems to indicate it's just a minor upgrade. * Personally I think we should eliminate all of the netscapeN* ports. I * don't see any reason to keep the really old versions. Some people like/need small memory footprints. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 17:52:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m3.cs.berkeley.edu (m3.CS.Berkeley.EDU [128.32.45.179]) by hub.freebsd.org (Postfix) with ESMTP id 1163737B61E for ; Sun, 27 Feb 2000 17:52:25 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-183.ix.netcom.com [209.109.232.183]) by m3.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id RAA07929; Sun, 27 Feb 2000 17:52:23 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id RAA76496; Sun, 27 Feb 2000 17:52:14 -0800 (PST) To: Will Andrews Cc: FreeBSD Ports Subject: Re: Mesa3 port upgrade References: <20000227194404.A17085@shadow.blackdawn.com> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 27 Feb 2000 17:52:11 -0800 In-Reply-To: Will Andrews's message of "Sun, 27 Feb 2000 19:44:04 -0500" Message-ID: Lines: 51 X-Mailer: Gnus v5.7/Emacs 20.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Will Andrews * -ports, ;) * I have successfully tested an upgrade to the Mesa3 port, * which allows us a source-library for OpenGL. However, there is a little * problem. Mesa 3.1 no longer produces a -lMesaGL or -lMesaGLU. However, I * have successfully tested it with various ports, including astro/xplanet, * games/gltron, and x11-toolkits/qt145, and it seems the solution is to * make a symbolic link from libMesaGL to its libGL cousin. That is to say, * we will see this: * * /usr/X11R6/lib/libGL.so.14 (real shared lib) * /usr/X11R6/lib/libGLU.so.14 (real shared lib) * /usr/X11R6/lib/libGL.so -> /usr/X11R6/lib/libGL.so.14 (link) * /usr/X11R6/lib/libGLU.so -> /usr/X11R6/lib/libGLU.so.14 (link) * /usr/X11R6/lib/libMesaGL.so -> /usr/X11R6/lib/libGL.so (link) * /usr/X11R6/lib/libMesaGLU.so -> /usr/X11R6/lib/libGLU.so (link) * * This will make the transition to Mesa 3.1 easiest for apps that still * call -lMesaGL[U] while linking. What happens if they call "-lGL -lMesaGL" or something? Will that be ok because all the symbols will be found in the first -l and the second one will not be used at all? * Some of the ports in the tree still depend on a MesaGL.14 or MesaGLU.14 * or similar LIB_DEPENDS. Since I feel there is no point in having a * symbolic link for these as well, I think the ports should simply have * their LIB_DEPENDS modified to use GL.14 or similar. This would be a * fairly trivial fix, although IIANM, there are a lot of ports that depend * on MesaGL. That's fine. * Now, I know a few people are going to point out that this upgrade is a * little risky being so close to the ports freeze, but it's been a long * time since Mesa has been upgraded, and I feel that 4.0-RELEASE should go * out with a brand-new Mesa port. More like 4.0R shouldn't go out with a ridiculously old Mesa port? :) Anyway, if you actually tested some apps (not just linking I hope, but real testing as in firing up the programs and seeing if they work) and they seem ok, I don't see why we can't upgrade Mesa right now. At least that will leave us a few days to track down any problems that might surface. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 18:50: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 11EA637B60E for ; Sun, 27 Feb 2000 18:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA79290; Sun, 27 Feb 2000 18:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Feb 2000 18:50:02 -0800 (PST) Message-Id: <200002280250.SAA79290@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Steve Price Subject: Re: ports/16972: japanese/esecanna-vje30: restructuring plus (fwd) Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16972; it has been noted by GNATS. From: Steve Price To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/16972: japanese/esecanna-vje30: restructuring plus (fwd) Date: Sun, 27 Feb 2000 20:40:57 -0600 (CST) ---------- Forwarded message ---------- Date: Sat, 26 Feb 2000 20:28:37 +0900 From: Akinori -Aki- MUSHA To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/16972: japanese/esecanna-vje30: restructuring plus A minor change has been made. Apply this small patch to the esecanna port's Makefile: --- Makefile.orig Sat Feb 26 00:08:37 2000 +++ Makefile Sat Feb 26 20:13:57 2000 @@ -22,8 +22,7 @@ SHLIB_VER= 1.0 .endif -# Make sure of naming it proper so as to be invoked *after* vje.sh on startup -STARTER= zz.esecanna.sh +STARTER= esecanna.sh MAKE_ENV= SHLIB_VER="${SHLIB_VER}" It means invoking esecanna earlier than vjed and/or jserver is no longer necessary. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( "If you choose not to decide you still have made a choice." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 19: 2:30 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id B409537B80F; Sun, 27 Feb 2000 19:02:21 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (postfix@13-018.008.popsite.net [209.69.195.18] (may be forged)) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id TAA08111; Sun, 27 Feb 2000 19:02:15 -0800 (PST) Received: by shadow.blackdawn.com (Postfix, from userid 1000) id 5BD5418CA; Sun, 27 Feb 2000 22:02:06 -0500 (EST) Date: Sun, 27 Feb 2000 22:02:06 -0500 From: Will Andrews To: Satoshi - Ports Wraith - Asami Cc: Will Andrews , FreeBSD Ports Subject: Re: Mesa3 port upgrade Message-ID: <20000227220206.C17085@shadow.blackdawn.com> References: <20000227194404.A17085@shadow.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from asami@FreeBSD.org on Sun, Feb 27, 2000 at 05:52:11PM -0800 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Feb 27, 2000 at 05:52:11PM -0800, Satoshi - Ports Wraith - Asami wrote: > * -ports, > > ;) What?? :-) > What happens if they call "-lGL -lMesaGL" or something? Will that be > ok because all the symbols will be found in the first -l and the > second one will not be used at all? gltron seems to be OK with this. I even tried it in the reverse order. <1 5041-0> (00-02-27 21:52:56) [root@shadow /usr/ports/games/gltron]# make ===> Building for gltron-0.53 cc -O -pipe -o gltron sgi_texture.o switchCallbacks.o gui.o pause.o computer.o engine.o gltron.o graphics.o gamegraphics.o input.o settings.o texture.o fonttex.o fonts.o menu.o file.o model.o modelgraphics.o mtllib.o geom.o -lGL -lGLU -lglut -L/usr/X11R6/lib -lX11 -lXext -lXmu -lXt -lXi -lSM -lICE -lm -lMesaGL <1 5042-0> (00-02-27 21:52:58) [root@shadow /usr/ports/games/gltron]# <1 5049-1> (00-02-27 21:56:26) [root@shadow /usr/ports/games/gltron/work/gltron-0.53]# gmake cc -O2 -o gltron sgi_texture.o switchCallbacks.o gui.o pause.o computer.o engine.o gltron.o graphics.o gamegraphics.o input.o settings.o texture.o fonttex.o fonts.o menu.o file.o model.o modelgraphics.o mtllib.o geom.o -lMesaGL -lMesaGLU -lGL -lGLU -lglut -L/usr/X11R6/lib -lX11 -lXext -lXmu -lXt -lXi -lSM -lICE -lm -lMesaGL <1 5050-0> (00-02-27 21:56:28) [root@shadow /usr/ports/games/gltron/work/gltron-0.53]# Both of the above work fine. So I imagine order isn't important, nor whether or not somebody puts multiple instances of either library. I also played the game for a moment. If you wish, I can rebuild qt145, which should be a good enough test, but I think that if gltron is OK with it, other things should be fine too. > * Now, I know a few people are going to point out that this upgrade is a > * little risky being so close to the ports freeze, but it's been a long > * time since Mesa has been upgraded, and I feel that 4.0-RELEASE should go > * out with a brand-new Mesa port. > > More like 4.0R shouldn't go out with a ridiculously old Mesa port? :) Yeah. :-) > Anyway, if you actually tested some apps (not just linking I hope, but > real testing as in firing up the programs and seeing if they work) and > they seem ok, I don't see why we can't upgrade Mesa right now. At > least that will leave us a few days to track down any problems that > might surface. *nod* I'm still in the final stages of testing the upgrade, but I should be done within the hour.. I dunno why it seems to desire installing *.la library files even though USE_LIBTOOL is defined. I'll probably leave that to libtool experts (which I am definitely NOT). P.S. please don't comment on how long my prompt is. ;) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 19:20: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D91937B7C3 for ; Sun, 27 Feb 2000 19:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA82356; Sun, 27 Feb 2000 19:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 4150137B7A4 for ; Sun, 27 Feb 2000 19:16:33 -0800 (PST) (envelope-from root@blackdawn.com) Received: from shadow.blackdawn.com (postfix@13-018.008.popsite.net [209.69.195.18] (may be forged)) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id TAA08262 for ; Sun, 27 Feb 2000 19:16:28 -0800 (PST) Received: by shadow.blackdawn.com (Postfix, from userid 0) id 8304A18CA; Sun, 27 Feb 2000 22:16:23 -0500 (EST) Message-Id: <20000228031623.8304A18CA@shadow.blackdawn.com> Date: Sun, 27 Feb 2000 22:16:23 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/17029: update port: graphics/Mesa3: 3.0 -> 3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17029 >Category: ports >Synopsis: update port: graphics/Mesa3: 3.0 -> 3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 27 19:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.4-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Jan 23 13:41:02 EST 2000 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: Upgrade graphics/Mesa3 to new version (Mesa 3.1). Changes in port: 1) Sort pkg/PLIST. 2) Add library version knobs in pkg/PLIST. 3) Remove patch-ab and patch-ac. They are obsolete now. 4) Support GGI interface. I tested the build/link for this. 5) New MASTER_SITES. 6) General Makefile cleanups. 7) Add USE_LIBTOOL. 8) Allow -lMesaGL[U] to continue working. Problems: 1) USE_LIBTOOL doesn't quite work. It installs the *.la files anyway. I left those files out of pkg/PLIST in hopes that someone with the knowledge could fix this problem before it is committed. >How-To-Repeat: Use the patch below to fix the current port. >Fix: Index: Makefile =================================================================== RCS file: /extra/cvsroot/ports/graphics/Mesa3/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- Makefile 1999/08/31 06:44:53 1.34 +++ Makefile 2000/02/28 03:14:34 @@ -1,53 +1,39 @@ # New ports collection makefile for: Mesa -# Version required: 3.0 +# Version required: 3.1 # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # # $FreeBSD: ports/graphics/Mesa3/Makefile,v 1.34 1999/08/31 06:44:53 mharo Exp $ # -DISTNAME= MesaLib-3.0 -PKGNAME= Mesa-3.0 +DISTNAME= MesaLib-${VERSION} +PKGNAME= Mesa-${VERSION} CATEGORIES= graphics -MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ \ +MASTER_SITES= http://download.sourceforge.net/mesa3d/ \ + ftp://iris.ssec.wisc.edu/pub/Mesa/ \ ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MesaDemos-3.0.tar.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MesaDemos-${VERSION}.tar.gz MAINTAINER= jseger@FreeBSD.org -WRKSRC= ${WRKDIR}/Mesa-3.0 - -USE_X_PREFIX= yes -LIBS= libMesaGL libMesaGLU - -.include - -.if ${PORTOBJFORMAT} == "elf" -ALL_TARGET= freebsd-elf -SHLIB_VERSION= 14 -GLUT_VERSION= 3 -.else -ALL_TARGET= freebsd -SHLIB_VERSION= 14.0 -GLUT_VERSION= 3.7 +.if defined(WANT_GGI) +LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi +CONFIGURE_ARGS+=--with-ggi=${X11BASE} .endif -do-install: -.for file in ${LIBS} - ${INSTALL_DATA} ${WRKSRC}/lib/${file}.a ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/lib/${file}.so.${SHLIB_VERSION} ${PREFIX}/lib - ${LN} -fs ${file}.so.${SHLIB_VERSION} ${PREFIX}/lib/${file}.so -.endfor - ${INSTALL_DATA} ${WRKSRC}/lib/libglut.a ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/lib/libglut.so.${GLUT_VERSION} ${PREFIX}/lib - ${LN} -fs libglut.so.${GLUT_VERSION} ${PREFIX}/lib/libglut.so -.for file in GL GLU - @${LN} -fs libMesa${file}.a ${PREFIX}/lib/lib${file}.a - @${LN} -fs libMesa${file}.so.${SHLIB_VERSION} ${PREFIX}/lib/lib${file}.so.${SHLIB_VERSION} - @${LN} -fs libMesa${file}.so ${PREFIX}/lib/lib${file}.so +VERSION= 3.1 +GLVER= 14 +GLUTVER= 3 +WRKSRC= ${WRKDIR}/${PKGNAME} +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +CONFIGURE_ENV+= GLVER="${GLVER}" GLUTVER="${GLUTVER}" +PLIST_SUB= GLVER="${GLVER}" GLUTVER="${GLUTVER}" + +post-install: +.for lib in GL GLU + @${LN} -sf ${PREFIX}/lib/lib${lib}.so ${PREFIX}/lib/libMesa${lib}.so .endfor - @${MKDIR} ${PREFIX}/include/GL - ${INSTALL_DATA} ${WRKSRC}/include/GL/* ${PREFIX}/include/GL - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -.include +.include Index: files/md5 =================================================================== RCS file: /extra/cvsroot/ports/graphics/Mesa3/files/md5,v retrieving revision 1.15 diff -u -r1.15 md5 --- files/md5 1998/10/01 02:17:42 1.15 +++ files/md5 2000/02/26 02:38:59 @@ -1,2 +1,2 @@ -MD5 (MesaLib-3.0.tar.gz) = 34af82a8ab6b8283ea77855f3fdf7ef5 -MD5 (MesaDemos-3.0.tar.gz) = 6ec326092bf8f634a23f7203dc66baad +MD5 (MesaLib-3.1.tar.gz) = 39af22bdf42f280f20afcacfa7ba4599 +MD5 (MesaDemos-3.1.tar.gz) = c788d5206acf290439f718d5f447724c Index: patches/patch-aa =================================================================== RCS file: /extra/cvsroot/ports/graphics/Mesa3/patches/patch-aa,v retrieving revision 1.16 diff -u -r1.16 patch-aa --- patches/patch-aa 1998/10/03 21:38:11 1.16 +++ patches/patch-aa 2000/02/26 05:44:43 @@ -1,51 +1,15 @@ ---- Make-config.orig Sun Aug 30 05:27:56 1998 -+++ Make-config Wed Sep 30 14:50:03 1998 -@@ -1,8 +1,12 @@ - # Make-config +--- configure Tue Dec 14 14:20:48 1999 ++++ configure.new Sat Feb 26 00:34:51 2000 +@@ -815,9 +815,9 @@ --MAJOR=3 -+MAJOR=14 - MINOR=0 -+.if ${PORTOBJFORMAT} == "elf" -+VERSION=$(MAJOR) -+.else - VERSION=$(MAJOR).$(MINOR) -+.endif - # Mesa 3-D graphics library - # Copyright (C) 1995-1998 Brian Paul -@@ -281,6 +285,16 @@ - "MAKELIB = ../mklib.freebsd" \ - "XLIBS = -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11" + # CURRENT:REVISION:AGE +-LIBGL_VERSION=3:0:2 +-LIBGLU_VERSION=3:0:2 +-LIBGLUT_VERSION=10:0:7 ++LIBGL_VERSION=${GLVER}:0 ++LIBGLU_VERSION=${GLVER}:0 ++LIBGLUT_VERSION=${GLUTVER}:0 -+freebsd-elf: -+ $(MAKE) $(MFLAGS) targets \ -+ "GL_LIB = libMesaGL.a" \ -+ "GLU_LIB = libMesaGLU.a" \ -+ "GLUT_LIB = libglut.a" \ -+ "CC = gcc" \ -+ "CFLAGS = -O2 -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100" \ -+ "MAKELIB = ../mklib.freebsd" \ -+ "XLIBS = -Wl,-rpath,${X11BASE}/lib -L${X11BASE}/lib -lXext -lXmu -lXi -lX11" -+ - freebsd-386: - $(MAKE) $(MFLAGS) targets \ - "GL_LIB = libMesaGL.a" \ -@@ -291,6 +305,17 @@ - "MAKELIB = ../mklib.freebsd" \ - "XLIBS = -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11" \ - "ASM_SOURCES = asm_386.S" -+ -+freebsd-386-elf: -+ $(MAKE) $(MFLAGS) targets \ -+ "GL_LIB = libMesaGL.a" \ -+ "GLU_LIB = libMesaGLU.a" \ -+ "GLUT_LIB = libglut.a" \ -+ "CC = gcc" \ -+ "CFLAGS = -O3 -ffast-math -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100 -DUSE_X86_ASM" \ -+ "MAKELIB = ../mklib.freebsd" \ -+ "XLIBS = -Wl,-rpath,${X11BASE}/lib -L${X11BASE}/lib -lXext -lXmu -lXi -lX11" \ -+ "ASM_SOURCES = asm_386.S" - gcc: - $(MAKE) $(MFLAGS) targets \ + Index: pkg/PLIST =================================================================== RCS file: /extra/cvsroot/ports/graphics/Mesa3/pkg/PLIST,v retrieving revision 1.14 diff -u -r1.14 PLIST --- pkg/PLIST 1998/10/01 02:17:47 1.14 +++ pkg/PLIST 2000/02/28 01:41:02 @@ -1,7 +1,4 @@ -include/GL/dosmesa.h -include/GL/foomesa.h -include/GL/fxmesa.h -include/GL/ggimesa.h +etc/mesa.conf include/GL/gl.h include/GL/gl_mangle.h include/GL/glu.h @@ -9,27 +6,18 @@ include/GL/glut.h include/GL/glx.h include/GL/glx_mangle.h -include/GL/mglmesa.h include/GL/osmesa.h -include/GL/osmesa3.h -include/GL/svgamesa.h -include/GL/wmesa.h include/GL/xmesa.h -lib/libGL.a +include/GL/xmesa_x.h +include/GL/xmesa_xf86.h lib/libGL.so -lib/libGL.so.14 -lib/libGLU.a +lib/libGL.so.%%GLVER%% lib/libGLU.so -lib/libGLU.so.14 -lib/libMesaGL.a +lib/libGLU.so.%%GLVER%% lib/libMesaGL.so -lib/libMesaGL.so.14 -lib/libMesaGLU.a lib/libMesaGLU.so -lib/libMesaGLU.so.14 -lib/libglut.a lib/libglut.so -lib/libglut.so.3.7 +lib/libglut.so.%%GLUTVER%% @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm include/GL >Release-Note: >Audit-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 Feb 27 19:46: 2 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64ED937B5B6; Sun, 27 Feb 2000 19:46:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA84388; Sun, 27 Feb 2000 19:46:01 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 27 Feb 2000 19:46:01 -0800 (PST) From: Message-Id: <200002280346.TAA84388@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-ports@FreeBSD.org, steve@FreeBSD.org Subject: Re: ports/17029: update port: graphics/Mesa3: 3.0 -> 3.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: graphics/Mesa3: 3.0 -> 3.1 Responsible-Changed-From-To: freebsd-ports->steve Responsible-Changed-By: steve Responsible-Changed-When: Sun Feb 27 19:45:40 PST 2000 Responsible-Changed-Why: I'll try to coordinate this one with Justin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 20: 0:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FAA637B5B6 for ; Sun, 27 Feb 2000 20:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA85917; Sun, 27 Feb 2000 20:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id DA10737B7E6 for ; Sun, 27 Feb 2000 19:55:07 -0800 (PST) (envelope-from root@blackdawn.com) Received: from shadow.blackdawn.com (postfix@13-018.008.popsite.net [209.69.195.18] (may be forged)) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id TAA08720 for ; Sun, 27 Feb 2000 19:55:03 -0800 (PST) Received: by shadow.blackdawn.com (Postfix, from userid 0) id 6620518CA; Sun, 27 Feb 2000 22:55:00 -0500 (EST) Message-Id: <20000228035500.6620518CA@shadow.blackdawn.com> Date: Sun, 27 Feb 2000 22:55:00 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/17031: update port: shells/perlsh: 0.004pre2 -> 0.007 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17031 >Category: ports >Synopsis: update port: shells/perlsh: 0.004pre2 -> 0.007 >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 Feb 27 20:00:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.4-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Jan 23 13:41:02 EST 2000 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: Upgrade shells/perlsh to new version (perlsh 0.007). Also fix the fennerism in pkg/DESCR. :-) Changes in port: 1) Update pkg/PLIST. 2) Change to depend on perlsh's install mechanism. 3) New patch (patch-aa) fixes PREFIX problem. 4) Account for broken TCP/IP on MASTER_SITES. 5) General Makefile cleanups. 6) Addition of perlsh to perl5 virtual category. 7) Use PKGNAME to match port's name. 8) Remove unnecessary perl substitution. >How-To-Repeat: Use the patch below to fix the current port. >Fix: Index: Makefile =================================================================== RCS file: /extra/cvsroot/ports/shells/perlsh/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 2000/01/03 19:33:18 1.1.1.1 +++ Makefile 2000/02/28 03:52:36 @@ -1,31 +1,29 @@ # New ports collection makefile for: perlsh -# Version required: 0.004pre2 +# Version required: 0.007 # Date created: 11 Dec 1999 # Whom: Will Andrews # # $FreeBSD: ports/shells/perlsh/Makefile,v 1.1.1.1 2000/01/03 19:33:18 wes Exp $ # -DISTNAME= psh-0.004pre2 -CATEGORIES= shells +DISTNAME= psh-${VERSION} +PKGNAME= perlsh-${VERSION} +CATEGORIES= shells perl5 MASTER_SITES= http://www.focusresearch.com/gregor/psh/ MAINTAINER= andrews@technologist.com -do-build: - @(cd ${WRKSRC} && ${PERL} Makefile.PL && ${MAKE}) +VERSION= 0.007 +USE_PERL5= yes +FETCH_BEFORE_ARGS+= -t +MAKE_ENV+= PPREFIX="${PREFIX}" +MAN1= psh.1 +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -post-build: - @${PERL} -pi -e "s/\/usr\/local\/bin\/perl/\/usr\/bin\/perl/g" ${WRKSRC}/psh +.include "${.CURDIR}/files/man3" -do-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/perlsh -.for DOC in CHANGES MANIFEST README TODO psh.NEWS pshrc test.pl psh.pod - @${INSTALL_DATA} ${WRKSRC}/${DOC} ${PREFIX}/share/perlsh -.endfor -.endif - @${INSTALL_SCRIPT} ${WRKSRC}/psh ${PREFIX}/bin +do-build: + @(cd ${WRKSRC} && ${PERL} Makefile.PL && ${MAKE}) post-install: @${ECHO} "Updating /etc/shells" Index: files/md5 =================================================================== RCS file: /extra/cvsroot/ports/shells/perlsh/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- files/md5 2000/01/03 19:33:18 1.1.1.1 +++ files/md5 2000/02/28 03:31:29 @@ -1 +1 @@ -MD5 (psh-0.004pre2.tar.gz) = 9b8f0ef1bd3708cb8fa4101ab4d6c1b4 +MD5 (psh-0.007.tar.gz) = caae93083d1cf5724b9e7d5864ba1d2c Index: pkg/DESCR =================================================================== RCS file: /extra/cvsroot/ports/shells/perlsh/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 DESCR --- pkg/DESCR 2000/01/03 19:33:18 1.1.1.1 +++ pkg/DESCR 2000/02/28 03:25:06 @@ -1,4 +1,4 @@ Perl Shell is a new shell that combines the power of bash and several other shells with the power of perl programming. -WWW: http://www.focusresearch.com/gregor/psh/index.html +WWW: http://www.focusresearch.com/gregor/psh/ Index: pkg/PLIST =================================================================== RCS file: /extra/cvsroot/ports/shells/perlsh/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- pkg/PLIST 2000/01/03 19:33:18 1.1.1.1 +++ pkg/PLIST 2000/02/28 03:43:30 @@ -1,10 +1,48 @@ bin/psh -share/perlsh/CHANGES -share/perlsh/MANIFEST -share/perlsh/README -share/perlsh/TODO -share/perlsh/psh.NEWS -share/perlsh/pshrc -share/perlsh/test.pl -share/perlsh/psh.pod -@dirrm share/perlsh +lib/perl5/site_perl/%%PERL_VER%%/Psh.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/OS/Unix.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/OS/Win.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/OS/Mac.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Joblist.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Fallback/Ls.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Fallback/Env.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Readline.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Bg.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Symbols.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Fg.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Jobs.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Which.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Builtin.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Exit.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Help.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Kill.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Source.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Strategy.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Completion.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Locale/Base.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Locale/Italian.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Locale/Default.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Locale/French.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Locale/Spanish.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Locale/German.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Locale/Portuguese.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/PerlEval.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Strategy/Perlfunc.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Strategy/Fallback_builtin.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Strategy/Auto_resume.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Strategy/Auto_cd.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Strategy/Perlscript.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/OS.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Job.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Util.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Prompt.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins.pm +lib/perl5/site_perl/%%PERL_VER%%/Psh/Parser.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/psh/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/psh +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins/Fallback +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh/Builtins +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh/Locale +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh/OS +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh/Strategy +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Psh --- /dev/null Sun Feb 27 22:53:00 2000 +++ patches/patch-aa Sun Feb 27 22:35:16 2000 @@ -0,0 +1,10 @@ +--- Makefile.PL Mon Dec 27 06:11:05 1999 ++++ Makefile.PL.new Sun Feb 27 22:34:55 2000 +@@ -17,6 +17,7 @@ + + WriteMakefile ( + NAME => 'psh', ++ PREFIX => '${PPREFIX}', + VERSION_FROM => 'psh', + AUTHOR => 'Gregor N. Purdy (gregor@focusresearch.com)', + ABSTRACT => 'Perl Shell', --- /dev/null Sun Feb 27 22:53:00 2000 +++ files/man3 Sun Feb 27 22:38:37 2000 @@ -0,0 +1,19 @@ +MAN3= \ + Psh::OS::Unix.3 \ + Psh::Locale::French.3 \ + Psh::Locale::Spanish.3 \ + Psh::Joblist.3 \ + Psh::Locale::German.3 \ + Psh::Locale::Base.3 \ + Psh::Completion.3 \ + Psh::PerlEval.3 \ + Psh::Job.3 \ + Psh::Util.3 \ + Psh::OS::Win.3 \ + Psh::Locale::Italian.3 \ + Psh::OS.3 \ + Psh::OS::Mac.3 \ + Psh::Locale::Default.3 \ + Psh::Builtins.3 \ + Psh::Parser.3 \ + Psh::Locale::Portuguese.3 >Release-Note: >Audit-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 Feb 27 21:10:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3959637B7B7 for ; Sun, 27 Feb 2000 21:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA91463; Sun, 27 Feb 2000 21:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id CD40B37B5E0; Sun, 27 Feb 2000 21:06:58 -0800 (PST) (envelope-from root@blackdawn.com) Received: from shadow.blackdawn.com (postfix@[209.69.195.18]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id VAA09445; Sun, 27 Feb 2000 21:06:40 -0800 (PST) Received: by shadow.blackdawn.com (Postfix, from userid 0) id 191BC1902; Mon, 28 Feb 2000 00:06:37 -0500 (EST) Message-Id: <20000228050637.191BC1902@shadow.blackdawn.com> Date: Mon, 28 Feb 2000 00:06:37 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: imura@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17034 >Category: ports >Synopsis: update port: devel/kdevelop: 1.0 -> 1.1 >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 Feb 27 21:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.4-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Jan 23 13:41:02 EST 2000 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 >Description: Upgrade devel/kdevelop to new version (kdevelop 1.1 final). Changes to port: 1) Remove invalid MASTER_SITE and add new ones. 2) Move USE_OPTIONAL_RUNDEPENDS around. 3) Allow changing the shlib number on libldkgloader (new library). 4) General Makefile cleanups. 5) Sort pkg/PLIST. Add new entries. 6) Removed 2 obsolete patches (-aa,-ae), added one (-af). I suppose I should've uuencoded this since it's so big. :-) CC to R. Imura for his reference. He will probably leech some of the upgrade information for his kdevelop-i18n off this PR. ;-) >How-To-Repeat: Use the patch below to fix the current port. >Fix: Index: Makefile =================================================================== RCS file: /extra/cvsroot/ports/devel/kdevelop/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 2000/02/24 14:07:21 1.3 +++ Makefile 2000/02/28 05:01:21 @@ -1,49 +1,60 @@ # New ports collection makefile for: kdevelop -# Version required: 1.0 (final) +# Version required: 1.1 (final) # Date created: 12 Aug 1999 # Whom: Will Andrews # # $FreeBSD: ports/devel/kdevelop/Makefile,v 1.3 2000/02/24 14:07:21 imura Exp $ # -DISTNAME= kdevelop-1.0 +DISTNAME= kdevelop-1.1 CATEGORIES= devel MASTER_SITES= ftp://fara.cs.uni-potsdam.de/pub/kdevelop/ \ ftp://129.187.206.68/pub/unix/ide/KDevelop/ \ ftp://ftp.bawue.de/pub/unix/KDevelop/ \ ftp://ftp.chg.ru/pub/X11/kdevelop/ \ - ftp://ftp.weltopia.com/pub/kdevelop/ \ ftp://gd.tuwien.ac.at/hci/KDevelop/ \ - ftp://altair.dhs.org/pub/kdevelop/ + ftp://altair.dhs.org/pub/kdevelop/ \ + ftp://apcs.shellx.org/pub/KDevelop/ \ + ftp://ftp.mpg.goe.ni.schule.de/pub/linux/ide/KDevelop/ MAINTAINER= andrews@technologist.com LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11 RUN_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf +.if defined(USE_OPTIONAL_DEPENDS) +RUN_DEPENDS+= automake:${PORTSDIR}/devel/automake \ + kdbg:${PORTSDIR}/devel/kdbg \ + ktranslator:${PORTSDIR}/devel/ktranslator \ + glimpse:${PORTSDIR}/textproc/glimpse \ + a2ps:${PORTSDIR}/print/a2ps43-letter +.endif GNU_CONFIGURE= yes +#USE_LIBTOOL= yes USE_GMAKE= yes -USE_NEWGCC= yes USE_QT= yes -MAKE_ENV= CXX="${CXX}" -CONFIGURE_ENV= CXX="${CXX}" QTINC=${X11BASE}/include/X11/ \ - QTLIB=${X11BASE} -CONFIGURE_ARGS= --prefix=${LOCALBASE} \ - --with-qtdoc-dir=${X11BASE}/share/doc/qt/html +MAKE_ENV+= CXX="${CXX}" SOMAJOR="${SOMAJOR}" SOMINOR="${SOMINOR}" +CONFIGURE_ENV+= CXX="${CXX}" QTINC=${X11BASE}/include/X11/ QTLIB=${X11BASE} +CONFIGURE_ARGS+=--with-qtdoc-dir=${X11BASE}/share/doc/qt/html +SOMAJOR= 1 +SOMINOR= 0 -.if !defined(USE_OPTIONAL_RUNDEPENDS) +.include + +.if ${PORTOBJFORMAT} == "aout" +LIBVER="${SOMAJOR}.${SOMINOR}" +.else +LIBVER="${SOMAJOR}" +.endif +PLIST_SUB+= LIBVER="${LIBVER}" + pre-patch: +.if !defined(USE_OPTIONAL_RUNDEPENDS) @${ECHO} @${ECHO} "You may define USE_OPTIONAL_RUNDEPENDS (make USE_OPTIONAL_RUNDEPENDS=YES)" @${ECHO} "to automatically build the suggested programs to compliment kdevelop." @${ECHO} - @sleep 3 -.else -RUN_DEPENDS+= automake:${PORTSDIR}/devel/automake \ - kdbg:${PORTSDIR}/devel/kdbg \ - ktranslator:${PORTSDIR}/devel/ktranslator \ - glimpse:${PORTSDIR}/textproc/glimpse \ - a2ps:${PORTSDIR}/print/a2ps43-letter + @sleep 1 .endif -.include +.include Index: files/md5 =================================================================== RCS file: /extra/cvsroot/ports/devel/kdevelop/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- files/md5 2000/02/12 21:50:42 1.1.1.1 +++ files/md5 2000/02/28 01:23:48 @@ -1 +1 @@ -MD5 (kdevelop-1.0.tar.gz) = 90177367981cf9d164f16950ccdebb46 +MD5 (kdevelop-1.1.tar.gz) = 9e3aa056a7ad58f202d59bac378a024a Index: pkg/PLIST =================================================================== RCS file: /extra/cvsroot/ports/devel/kdevelop/pkg/PLIST,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 PLIST --- pkg/PLIST 2000/02/12 21:50:42 1.1.1.1 +++ pkg/PLIST 2000/02/28 02:30:08 @@ -1,6 +1,196 @@ bin/kdevelop -share/doc/HTML/en/kdevelop/addendum/logotp3.png -share/doc/HTML/en/kdevelop/addendum/index.html +include/kdlgloader.h +lib/libkdlgloader.a +lib/libkdlgloader.la +lib/libkdlgloader.so +lib/libkdlgloader.so.%%LIBVER%% +share/applnk/Development/kdevelop-setup.kdelnk +share/applnk/Development/kdevelop.kdelnk +share/apps/kdevelop/examples/kscribble-0.1.tar.gz +share/apps/kdevelop/examples/kscribble-1.0.tar.gz +share/apps/kdevelop/pics/about_logo.bmp +share/apps/kdevelop/pics/customApp.bmp +share/apps/kdevelop/pics/dlg_firstrun.bmp +share/apps/kdevelop/pics/kAppWizard.bmp +share/apps/kdevelop/pics/kdemdi.bmp +share/apps/kdevelop/pics/mini/CTchildren.xpm +share/apps/kdevelop/pics/mini/CTclients.xpm +share/apps/kdevelop/pics/mini/CTparents.xpm +share/apps/kdevelop/pics/mini/CTsuppliers.xpm +share/apps/kdevelop/pics/mini/CTvirtuals.xpm +share/apps/kdevelop/pics/mini/CVclass.xpm +share/apps/kdevelop/pics/mini/CVglobal_meth.xpm +share/apps/kdevelop/pics/mini/CVglobal_var.xpm +share/apps/kdevelop/pics/mini/CVnamespace.xpm +share/apps/kdevelop/pics/mini/CVprivate_meth.xpm +share/apps/kdevelop/pics/mini/CVprivate_signal.xpm +share/apps/kdevelop/pics/mini/CVprivate_slot.xpm +share/apps/kdevelop/pics/mini/CVprivate_var.xpm +share/apps/kdevelop/pics/mini/CVprotected_meth.xpm +share/apps/kdevelop/pics/mini/CVprotected_signal.xpm +share/apps/kdevelop/pics/mini/CVprotected_slot.xpm +share/apps/kdevelop/pics/mini/CVprotected_var.xpm +share/apps/kdevelop/pics/mini/CVpublic_meth.xpm +share/apps/kdevelop/pics/mini/CVpublic_signal.xpm +share/apps/kdevelop/pics/mini/CVpublic_slot.xpm +share/apps/kdevelop/pics/mini/CVpublic_var.xpm +share/apps/kdevelop/pics/mini/CVstruct.xpm +share/apps/kdevelop/pics/mini/inst_file.xpm +share/apps/kdevelop/pics/mini/kdlg_KColorButton.xpm +share/apps/kdevelop/pics/mini/kdlg_KCombo.xpm +share/apps/kdevelop/pics/mini/kdlg_KDatePicker.xpm +share/apps/kdevelop/pics/mini/kdlg_KDateTable.xpm +share/apps/kdevelop/pics/mini/kdlg_KKeyButton.xpm +share/apps/kdevelop/pics/mini/kdlg_KLed.xpm +share/apps/kdevelop/pics/mini/kdlg_KLedLamp.xpm +share/apps/kdevelop/pics/mini/kdlg_KProgress.xpm +share/apps/kdevelop/pics/mini/kdlg_KRestrictedLine.xpm +share/apps/kdevelop/pics/mini/kdlg_KSeparator.xpm +share/apps/kdevelop/pics/mini/kdlg_KTreeList.xpm +share/apps/kdevelop/pics/mini/kdlg_QButtonGroup.xpm +share/apps/kdevelop/pics/mini/kdlg_QCheckBox.xpm +share/apps/kdevelop/pics/mini/kdlg_QComboBox.xpm +share/apps/kdevelop/pics/mini/kdlg_QGroupBox.xpm +share/apps/kdevelop/pics/mini/kdlg_QLCDNumer.xpm +share/apps/kdevelop/pics/mini/kdlg_QLabel.xpm +share/apps/kdevelop/pics/mini/kdlg_QLineEdit.xpm +share/apps/kdevelop/pics/mini/kdlg_QListBox.xpm +share/apps/kdevelop/pics/mini/kdlg_QListView.xpm +share/apps/kdevelop/pics/mini/kdlg_QMultiLineEdit.xpm +share/apps/kdevelop/pics/mini/kdlg_QProgressBar.xpm +share/apps/kdevelop/pics/mini/kdlg_QPushButton.xpm +share/apps/kdevelop/pics/mini/kdlg_QRadioButton.xpm +share/apps/kdevelop/pics/mini/kdlg_QScrollBar.xpm +share/apps/kdevelop/pics/mini/kdlg_QSlider.xpm +share/apps/kdevelop/pics/mini/kdlg_QSpinBox.xpm +share/apps/kdevelop/pics/mini/kdlg_QWidget.xpm +share/apps/kdevelop/pics/miniApp.bmp +share/apps/kdevelop/pics/normalApp.bmp +share/apps/kdevelop/pics/normalOglApp.bmp +share/apps/kdevelop/pics/qextmdi.bmp +share/apps/kdevelop/pics/qtApp.bmp +share/apps/kdevelop/pics/qtmdi.bmp +share/apps/kdevelop/pics/startlogo.bmp +share/apps/kdevelop/pics/terminalApp.bmp +share/apps/kdevelop/pics/tipday.bmp +share/apps/kdevelop/pix/bookmark.xpm +share/apps/kdevelop/pix/breakpoint.xpm +share/apps/kdevelop/pix/breakpoint_bl.xpm +share/apps/kdevelop/pix/breakpoint_gr.xpm +share/apps/kdevelop/pix/ddd.xpm +share/apps/kdevelop/templates/AUTHORS_template +share/apps/kdevelop/templates/COPYING_template +share/apps/kdevelop/templates/ChangeLog_template +share/apps/kdevelop/templates/INSTALL_template +share/apps/kdevelop/templates/README_template +share/apps/kdevelop/templates/TODO_template +share/apps/kdevelop/templates/c.tar.gz +share/apps/kdevelop/templates/cpp.tar.gz +share/apps/kdevelop/templates/cpp_template +share/apps/kdevelop/templates/cvsignore_template +share/apps/kdevelop/templates/docbook_en_template +share/apps/kdevelop/templates/handbook_en_template +share/apps/kdevelop/templates/header_template +share/apps/kdevelop/templates/icon_template +share/apps/kdevelop/templates/kdelnk_template +share/apps/kdevelop/templates/kdemdi.tar.gz +share/apps/kdevelop/templates/lexical_template +share/apps/kdevelop/templates/lsm_template +share/apps/kdevelop/templates/mini.tar.gz +share/apps/kdevelop/templates/mini2.tar.gz +share/apps/kdevelop/templates/nif_template +share/apps/kdevelop/templates/normal.tar.gz +share/apps/kdevelop/templates/normal2.tar.gz +share/apps/kdevelop/templates/normalogl.tar.gz +share/apps/kdevelop/templates/preview1 +share/apps/kdevelop/templates/preview2 +share/apps/kdevelop/templates/qextmdi.tar.gz +share/apps/kdevelop/templates/qt.tar.gz +share/apps/kdevelop/templates/qt2.tar.gz +share/apps/kdevelop/templates/qtmdi.tar.gz +share/apps/kdevelop/toolbar/classwiz.xpm +share/apps/kdevelop/toolbar/compfile.xpm +share/apps/kdevelop/toolbar/copy.xpm +share/apps/kdevelop/toolbar/cut.xpm +share/apps/kdevelop/toolbar/dbgbreak.xpm +share/apps/kdevelop/toolbar/dbgmemview.xpm +share/apps/kdevelop/toolbar/dbgnext.xpm +share/apps/kdevelop/toolbar/dbgnextinst.xpm +share/apps/kdevelop/toolbar/dbgrestart.xpm +share/apps/kdevelop/toolbar/dbgrun.xpm +share/apps/kdevelop/toolbar/dbgrunto.xpm +share/apps/kdevelop/toolbar/dbgstep.xpm +share/apps/kdevelop/toolbar/dbgstepinst.xpm +share/apps/kdevelop/toolbar/dbgstepout.xpm +share/apps/kdevelop/toolbar/dbgstop.xpm +share/apps/kdevelop/toolbar/dbgwatchvar.xpm +share/apps/kdevelop/toolbar/debugger.xpm +share/apps/kdevelop/toolbar/file_properties.xpm +share/apps/kdevelop/toolbar/generate.xpm +share/apps/kdevelop/toolbar/graphview.xpm +share/apps/kdevelop/toolbar/grep.xpm +share/apps/kdevelop/toolbar/indent.xpm +share/apps/kdevelop/toolbar/lookup.xpm +share/apps/kdevelop/toolbar/make.xpm +share/apps/kdevelop/toolbar/newwidget.xpm +share/apps/kdevelop/toolbar/open.xpm +share/apps/kdevelop/toolbar/openprj.xpm +share/apps/kdevelop/toolbar/output_win.xpm +share/apps/kdevelop/toolbar/paste.xpm +share/apps/kdevelop/toolbar/print.xpm +share/apps/kdevelop/toolbar/rebuild.xpm +share/apps/kdevelop/toolbar/redo.xpm +share/apps/kdevelop/toolbar/reload_page.xpm +share/apps/kdevelop/toolbar/run.xpm +share/apps/kdevelop/toolbar/save.xpm +share/apps/kdevelop/toolbar/save_all.xpm +share/apps/kdevelop/toolbar/start_page.xpm +share/apps/kdevelop/toolbar/stop_proc.xpm +share/apps/kdevelop/toolbar/tree_win.xpm +share/apps/kdevelop/toolbar/undo.xpm +share/apps/kdevelop/toolbar/unindent.xpm +share/apps/kdevelop/tools/processes.pl +share/apps/kdevelop/tools/processesend.pl +share/config/kdeveloprc +share/doc/HTML/de/kdevelop/index-1.html +share/doc/HTML/de/kdevelop/index-10.html +share/doc/HTML/de/kdevelop/index-11.html +share/doc/HTML/de/kdevelop/index-12.html +share/doc/HTML/de/kdevelop/index-13.html +share/doc/HTML/de/kdevelop/index-14.html +share/doc/HTML/de/kdevelop/index-15.html +share/doc/HTML/de/kdevelop/index-16.html +share/doc/HTML/de/kdevelop/index-17.html +share/doc/HTML/de/kdevelop/index-18.html +share/doc/HTML/de/kdevelop/index-2.html +share/doc/HTML/de/kdevelop/index-3.html +share/doc/HTML/de/kdevelop/index-4.html +share/doc/HTML/de/kdevelop/index-5.html +share/doc/HTML/de/kdevelop/index-6.html +share/doc/HTML/de/kdevelop/index-7.html +share/doc/HTML/de/kdevelop/index-8.html +share/doc/HTML/de/kdevelop/index-9.html +share/doc/HTML/de/kdevelop/index.html +share/doc/HTML/de/kdevelop/logotp3.png +share/doc/HTML/de/kdevelop/reference/C/index.html +share/doc/HTML/de/kdevelop/tip.database +share/doc/HTML/de/kdevelop/tutorial/index-1.html +share/doc/HTML/de/kdevelop/tutorial/index-10.html +share/doc/HTML/de/kdevelop/tutorial/index-11.html +share/doc/HTML/de/kdevelop/tutorial/index-12.html +share/doc/HTML/de/kdevelop/tutorial/index-13.html +share/doc/HTML/de/kdevelop/tutorial/index-2.html +share/doc/HTML/de/kdevelop/tutorial/index-3.html +share/doc/HTML/de/kdevelop/tutorial/index-4.html +share/doc/HTML/de/kdevelop/tutorial/index-5.html +share/doc/HTML/de/kdevelop/tutorial/index-6.html +share/doc/HTML/de/kdevelop/tutorial/index-7.html +share/doc/HTML/de/kdevelop/tutorial/index-8.html +share/doc/HTML/de/kdevelop/tutorial/index-9.html +share/doc/HTML/de/kdevelop/tutorial/index.html +share/doc/HTML/de/kdevelop/tutorial/logotp3.png +share/doc/HTML/de/kdevelop/welcome/index.html +share/doc/HTML/de/kdevelop/welcome/logotp3.png share/doc/HTML/en/kdevelop/addendum/index-1.html share/doc/HTML/en/kdevelop/addendum/index-2.html share/doc/HTML/en/kdevelop/addendum/index-3.html @@ -9,8 +199,28 @@ share/doc/HTML/en/kdevelop/addendum/index-6.html share/doc/HTML/en/kdevelop/addendum/index-7.html share/doc/HTML/en/kdevelop/addendum/index-8.html -share/doc/HTML/en/kdevelop/kde_libref/logotp3.png -share/doc/HTML/en/kdevelop/kde_libref/index.html +share/doc/HTML/en/kdevelop/addendum/index-9.html +share/doc/HTML/en/kdevelop/addendum/index.html +share/doc/HTML/en/kdevelop/addendum/logotp3.png +share/doc/HTML/en/kdevelop/index-1.html +share/doc/HTML/en/kdevelop/index-10.html +share/doc/HTML/en/kdevelop/index-11.html +share/doc/HTML/en/kdevelop/index-12.html +share/doc/HTML/en/kdevelop/index-13.html +share/doc/HTML/en/kdevelop/index-14.html +share/doc/HTML/en/kdevelop/index-15.html +share/doc/HTML/en/kdevelop/index-16.html +share/doc/HTML/en/kdevelop/index-17.html +share/doc/HTML/en/kdevelop/index-18.html +share/doc/HTML/en/kdevelop/index-2.html +share/doc/HTML/en/kdevelop/index-3.html +share/doc/HTML/en/kdevelop/index-4.html +share/doc/HTML/en/kdevelop/index-5.html +share/doc/HTML/en/kdevelop/index-6.html +share/doc/HTML/en/kdevelop/index-7.html +share/doc/HTML/en/kdevelop/index-8.html +share/doc/HTML/en/kdevelop/index-9.html +share/doc/HTML/en/kdevelop/index.html share/doc/HTML/en/kdevelop/kde_libref/index-1.html share/doc/HTML/en/kdevelop/kde_libref/index-2.html share/doc/HTML/en/kdevelop/kde_libref/index-3.html @@ -20,36 +230,10 @@ share/doc/HTML/en/kdevelop/kde_libref/index-7.html share/doc/HTML/en/kdevelop/kde_libref/index-8.html share/doc/HTML/en/kdevelop/kde_libref/index-9.html +share/doc/HTML/en/kdevelop/kde_libref/index.html +share/doc/HTML/en/kdevelop/kde_libref/logotp3.png share/doc/HTML/en/kdevelop/logotp3.png -share/doc/HTML/en/kdevelop/index.html -share/doc/HTML/en/kdevelop/index-1.html -share/doc/HTML/en/kdevelop/index-2.html -share/doc/HTML/en/kdevelop/index-3.html -share/doc/HTML/en/kdevelop/index-4.html -share/doc/HTML/en/kdevelop/index-5.html -share/doc/HTML/en/kdevelop/index-6.html -share/doc/HTML/en/kdevelop/index-7.html -share/doc/HTML/en/kdevelop/index-8.html -share/doc/HTML/en/kdevelop/index-9.html -share/doc/HTML/en/kdevelop/index-10.html -share/doc/HTML/en/kdevelop/index-11.html -share/doc/HTML/en/kdevelop/index-12.html -share/doc/HTML/en/kdevelop/index-13.html -share/doc/HTML/en/kdevelop/index-14.html -share/doc/HTML/en/kdevelop/index-15.html -share/doc/HTML/en/kdevelop/index-16.html -share/doc/HTML/en/kdevelop/index-17.html -share/doc/HTML/en/kdevelop/programming/logotp3.png -share/doc/HTML/en/kdevelop/programming/index.html share/doc/HTML/en/kdevelop/programming/index-1.html -share/doc/HTML/en/kdevelop/programming/index-2.html -share/doc/HTML/en/kdevelop/programming/index-3.html -share/doc/HTML/en/kdevelop/programming/index-4.html -share/doc/HTML/en/kdevelop/programming/index-5.html -share/doc/HTML/en/kdevelop/programming/index-6.html -share/doc/HTML/en/kdevelop/programming/index-7.html -share/doc/HTML/en/kdevelop/programming/index-8.html -share/doc/HTML/en/kdevelop/programming/index-9.html share/doc/HTML/en/kdevelop/programming/index-10.html share/doc/HTML/en/kdevelop/programming/index-11.html share/doc/HTML/en/kdevelop/programming/index-12.html @@ -60,90 +244,103 @@ share/doc/HTML/en/kdevelop/programming/index-17.html share/doc/HTML/en/kdevelop/programming/index-18.html share/doc/HTML/en/kdevelop/programming/index-19.html -share/doc/HTML/en/kdevelop/reference/C/cref.html -share/doc/HTML/en/kdevelop/tutorial/logotp3.png -share/doc/HTML/en/kdevelop/tutorial/index.html +share/doc/HTML/en/kdevelop/programming/index-2.html +share/doc/HTML/en/kdevelop/programming/index-3.html +share/doc/HTML/en/kdevelop/programming/index-4.html +share/doc/HTML/en/kdevelop/programming/index-5.html +share/doc/HTML/en/kdevelop/programming/index-6.html +share/doc/HTML/en/kdevelop/programming/index-7.html +share/doc/HTML/en/kdevelop/programming/index-8.html +share/doc/HTML/en/kdevelop/programming/index-9.html +share/doc/HTML/en/kdevelop/programming/index.html +share/doc/HTML/en/kdevelop/programming/logotp3.png +share/doc/HTML/en/kdevelop/reference/C/index.html +share/doc/HTML/en/kdevelop/tip.database share/doc/HTML/en/kdevelop/tutorial/index-1.html +share/doc/HTML/en/kdevelop/tutorial/index-10.html +share/doc/HTML/en/kdevelop/tutorial/index-11.html +share/doc/HTML/en/kdevelop/tutorial/index-12.html +share/doc/HTML/en/kdevelop/tutorial/index-13.html +share/doc/HTML/en/kdevelop/tutorial/index-14.html +share/doc/HTML/en/kdevelop/tutorial/index-15.html share/doc/HTML/en/kdevelop/tutorial/index-2.html share/doc/HTML/en/kdevelop/tutorial/index-3.html share/doc/HTML/en/kdevelop/tutorial/index-4.html -share/doc/HTML/en/kdevelop/welcome/logotp3.png +share/doc/HTML/en/kdevelop/tutorial/index-5.html +share/doc/HTML/en/kdevelop/tutorial/index-6.html +share/doc/HTML/en/kdevelop/tutorial/index-7.html +share/doc/HTML/en/kdevelop/tutorial/index-8.html +share/doc/HTML/en/kdevelop/tutorial/index-9.html +share/doc/HTML/en/kdevelop/tutorial/index.html +share/doc/HTML/en/kdevelop/tutorial/logotp3.png share/doc/HTML/en/kdevelop/welcome/index.html -share/doc/HTML/en/kdevelop/tip.database -share/doc/HTML/ru/kdevelop/welcome/logotp3.png -share/doc/HTML/ru/kdevelop/welcome/index.html -share/doc/HTML/ru/kdevelop/index.html -share/doc/HTML/ru/kdevelop/index-1.html -share/doc/HTML/ru/kdevelop/index-2.html -share/doc/HTML/ru/kdevelop/index-3.html -share/doc/HTML/ru/kdevelop/index-4.html -share/doc/HTML/ru/kdevelop/index-5.html -share/doc/HTML/ru/kdevelop/index-6.html -share/doc/HTML/ru/kdevelop/tutorial/logotp3.png -share/doc/HTML/ru/kdevelop/tutorial/index.html -share/doc/HTML/ru/kdevelop/tutorial/index-1.html -share/doc/HTML/ru/kdevelop/tutorial/index-2.html -share/doc/HTML/ru/kdevelop/tutorial/index-3.html -share/doc/HTML/ru/kdevelop/tutorial/index-4.html -share/doc/HTML/ru/kdevelop/tutorial/index-5.html -share/doc/HTML/ru/kdevelop/tutorial/index-6.html -share/doc/HTML/ru/kdevelop/reference/C/cref.html -share/doc/HTML/ru/kdevelop/programming/logotp3.png -share/doc/HTML/ru/kdevelop/programming/index.html -share/doc/HTML/ru/kdevelop/programming/index-1.html -share/doc/HTML/ru/kdevelop/programming/index-2.html -share/doc/HTML/ru/kdevelop/programming/index-3.html -share/doc/HTML/ru/kdevelop/programming/index-4.html -share/doc/HTML/ru/kdevelop/programming/index-5.html -share/doc/HTML/ru/kdevelop/programming/index-6.html -share/doc/HTML/ru/kdevelop/programming/index-7.html -share/doc/HTML/ru/kdevelop/programming/index-8.html -share/doc/HTML/ru/kdevelop/programming/index-9.html -share/doc/HTML/ru/kdevelop/programming/index-10.html -share/doc/HTML/ru/kdevelop/programming/index-11.html -share/doc/HTML/ru/kdevelop/programming/index-12.html -share/doc/HTML/ru/kdevelop/programming/index-13.html -share/doc/HTML/ru/kdevelop/programming/index-14.html -share/doc/HTML/ru/kdevelop/programming/index-15.html -share/doc/HTML/ru/kdevelop/programming/index-16.html -share/doc/HTML/ru/kdevelop/programming/index-17.html -share/doc/HTML/ru/kdevelop/programming/index-18.html -share/doc/HTML/ru/kdevelop/programming/index-19.html -share/doc/HTML/ru/kdevelop/tip.database -share/doc/HTML/de/kdevelop/logotp3.png -share/doc/HTML/de/kdevelop/index.html -share/doc/HTML/de/kdevelop/index-1.html -share/doc/HTML/de/kdevelop/index-2.html -share/doc/HTML/de/kdevelop/index-3.html -share/doc/HTML/de/kdevelop/index-4.html -share/doc/HTML/de/kdevelop/index-5.html -share/doc/HTML/de/kdevelop/index-6.html -share/doc/HTML/de/kdevelop/index-7.html -share/doc/HTML/de/kdevelop/index-8.html -share/doc/HTML/de/kdevelop/index-9.html -share/doc/HTML/de/kdevelop/index-10.html -share/doc/HTML/de/kdevelop/index-11.html -share/doc/HTML/de/kdevelop/index-12.html -share/doc/HTML/de/kdevelop/index-13.html -share/doc/HTML/de/kdevelop/index-14.html -share/doc/HTML/de/kdevelop/index-15.html -share/doc/HTML/de/kdevelop/index-16.html -share/doc/HTML/de/kdevelop/reference/C/cref.html -share/doc/HTML/de/kdevelop/welcome/logotp3.png -share/doc/HTML/de/kdevelop/welcome/index.html -share/doc/HTML/de/kdevelop/tip.database -share/doc/HTML/fr/kdevelop/tutorial/logotp3.png -share/doc/HTML/fr/kdevelop/tutorial/index.html +share/doc/HTML/en/kdevelop/welcome/logotp3.png +share/doc/HTML/es/kdevelop/index-1.html +share/doc/HTML/es/kdevelop/index-10.html +share/doc/HTML/es/kdevelop/index-11.html +share/doc/HTML/es/kdevelop/index-12.html +share/doc/HTML/es/kdevelop/index-13.html +share/doc/HTML/es/kdevelop/index-14.html +share/doc/HTML/es/kdevelop/index-15.html +share/doc/HTML/es/kdevelop/index-16.html +share/doc/HTML/es/kdevelop/index-17.html +share/doc/HTML/es/kdevelop/index-2.html +share/doc/HTML/es/kdevelop/index-3.html +share/doc/HTML/es/kdevelop/index-4.html +share/doc/HTML/es/kdevelop/index-5.html +share/doc/HTML/es/kdevelop/index-6.html +share/doc/HTML/es/kdevelop/index-7.html +share/doc/HTML/es/kdevelop/index-8.html +share/doc/HTML/es/kdevelop/index-9.html +share/doc/HTML/es/kdevelop/index.html +share/doc/HTML/es/kdevelop/logotp3.png +share/doc/HTML/es/kdevelop/reference/C/index.html +share/doc/HTML/es/kdevelop/tip.database +share/doc/HTML/es/kdevelop/welcome/index.html +share/doc/HTML/es/kdevelop/welcome/logotp3.png +share/doc/HTML/fr/kdevelop/tip.database share/doc/HTML/fr/kdevelop/tutorial/index-1.html share/doc/HTML/fr/kdevelop/tutorial/index-2.html share/doc/HTML/fr/kdevelop/tutorial/index-3.html share/doc/HTML/fr/kdevelop/tutorial/index-4.html -share/doc/HTML/fr/kdevelop/welcome/logotp3.png +share/doc/HTML/fr/kdevelop/tutorial/index.html +share/doc/HTML/fr/kdevelop/tutorial/logotp3.png share/doc/HTML/fr/kdevelop/welcome/index.html -share/doc/HTML/fr/kdevelop/tip.database -share/doc/HTML/pt/kdevelop/logotp3.png -share/doc/HTML/pt/kdevelop/index.html +share/doc/HTML/fr/kdevelop/welcome/logotp3.png +share/doc/HTML/hu/kdevelop/logotp3.png +share/doc/HTML/hu/kdevelop/index.html +share/doc/HTML/hu/kdevelop/index-1.html +share/doc/HTML/hu/kdevelop/index-2.html +share/doc/HTML/hu/kdevelop/index-3.html +share/doc/HTML/hu/kdevelop/index-4.html +share/doc/HTML/hu/kdevelop/index-5.html +share/doc/HTML/hu/kdevelop/index-6.html +share/doc/HTML/hu/kdevelop/index-7.html +share/doc/HTML/hu/kdevelop/index-8.html +share/doc/HTML/hu/kdevelop/index-9.html +share/doc/HTML/hu/kdevelop/index-10.html +share/doc/HTML/hu/kdevelop/index-11.html +share/doc/HTML/hu/kdevelop/index-12.html +share/doc/HTML/hu/kdevelop/index-13.html +share/doc/HTML/hu/kdevelop/index-14.html +share/doc/HTML/hu/kdevelop/index-15.html +share/doc/HTML/hu/kdevelop/index-16.html +share/doc/HTML/hu/kdevelop/index-17.html +share/doc/HTML/hu/kdevelop/welcome/logotp3.png +share/doc/HTML/hu/kdevelop/welcome/index.html +share/doc/HTML/hu/kdevelop/tip.database +share/doc/HTML/nl/kdevelop/tip.database +share/doc/HTML/nl/kdevelop/welcome/index.html +share/doc/HTML/nl/kdevelop/welcome/logotp3.png +share/doc/HTML/pl/kdevelop/tip.database share/doc/HTML/pt/kdevelop/index-1.html +share/doc/HTML/pt/kdevelop/index-10.html +share/doc/HTML/pt/kdevelop/index-11.html +share/doc/HTML/pt/kdevelop/index-12.html +share/doc/HTML/pt/kdevelop/index-13.html +share/doc/HTML/pt/kdevelop/index-14.html +share/doc/HTML/pt/kdevelop/index-15.html +share/doc/HTML/pt/kdevelop/index-16.html share/doc/HTML/pt/kdevelop/index-2.html share/doc/HTML/pt/kdevelop/index-3.html share/doc/HTML/pt/kdevelop/index-4.html @@ -152,24 +349,9 @@ share/doc/HTML/pt/kdevelop/index-7.html share/doc/HTML/pt/kdevelop/index-8.html share/doc/HTML/pt/kdevelop/index-9.html -share/doc/HTML/pt/kdevelop/index-10.html -share/doc/HTML/pt/kdevelop/index-11.html -share/doc/HTML/pt/kdevelop/index-12.html -share/doc/HTML/pt/kdevelop/index-13.html -share/doc/HTML/pt/kdevelop/index-14.html -share/doc/HTML/pt/kdevelop/index-15.html -share/doc/HTML/pt/kdevelop/index-16.html -share/doc/HTML/pt/kdevelop/programming/logotp3.png -share/doc/HTML/pt/kdevelop/programming/index.html +share/doc/HTML/pt/kdevelop/index.html +share/doc/HTML/pt/kdevelop/logotp3.png share/doc/HTML/pt/kdevelop/programming/index-1.html -share/doc/HTML/pt/kdevelop/programming/index-2.html -share/doc/HTML/pt/kdevelop/programming/index-3.html -share/doc/HTML/pt/kdevelop/programming/index-4.html -share/doc/HTML/pt/kdevelop/programming/index-5.html -share/doc/HTML/pt/kdevelop/programming/index-6.html -share/doc/HTML/pt/kdevelop/programming/index-7.html -share/doc/HTML/pt/kdevelop/programming/index-8.html -share/doc/HTML/pt/kdevelop/programming/index-9.html share/doc/HTML/pt/kdevelop/programming/index-10.html share/doc/HTML/pt/kdevelop/programming/index-11.html share/doc/HTML/pt/kdevelop/programming/index-12.html @@ -179,197 +361,132 @@ share/doc/HTML/pt/kdevelop/programming/index-16.html share/doc/HTML/pt/kdevelop/programming/index-17.html share/doc/HTML/pt/kdevelop/programming/index-18.html +share/doc/HTML/pt/kdevelop/programming/index-2.html +share/doc/HTML/pt/kdevelop/programming/index-3.html +share/doc/HTML/pt/kdevelop/programming/index-4.html +share/doc/HTML/pt/kdevelop/programming/index-5.html +share/doc/HTML/pt/kdevelop/programming/index-6.html +share/doc/HTML/pt/kdevelop/programming/index-7.html +share/doc/HTML/pt/kdevelop/programming/index-8.html +share/doc/HTML/pt/kdevelop/programming/index-9.html +share/doc/HTML/pt/kdevelop/programming/index.html +share/doc/HTML/pt/kdevelop/programming/logotp3.png share/doc/HTML/pt/kdevelop/tip.database -share/doc/HTML/es/kdevelop/welcome/index.html -share/doc/HTML/es/kdevelop/welcome/logotp3.png -share/doc/HTML/es/kdevelop/tip.database -share/doc/HTML/nl/kdevelop/welcome/index.html -share/doc/HTML/nl/kdevelop/welcome/logotp3.png -share/doc/HTML/nl/kdevelop/tip.database -share/doc/HTML/pl/kdevelop/tip.database +share/doc/HTML/ru/kdevelop/index-1.html +share/doc/HTML/ru/kdevelop/index-2.html +share/doc/HTML/ru/kdevelop/index-3.html +share/doc/HTML/ru/kdevelop/index-4.html +share/doc/HTML/ru/kdevelop/index-5.html +share/doc/HTML/ru/kdevelop/index-6.html +share/doc/HTML/ru/kdevelop/index.html +share/doc/HTML/ru/kdevelop/programming/index-1.html +share/doc/HTML/ru/kdevelop/programming/index-10.html +share/doc/HTML/ru/kdevelop/programming/index-11.html +share/doc/HTML/ru/kdevelop/programming/index-12.html +share/doc/HTML/ru/kdevelop/programming/index-13.html +share/doc/HTML/ru/kdevelop/programming/index-14.html +share/doc/HTML/ru/kdevelop/programming/index-15.html +share/doc/HTML/ru/kdevelop/programming/index-16.html +share/doc/HTML/ru/kdevelop/programming/index-17.html +share/doc/HTML/ru/kdevelop/programming/index-18.html +share/doc/HTML/ru/kdevelop/programming/index-19.html +share/doc/HTML/ru/kdevelop/programming/index-2.html +share/doc/HTML/ru/kdevelop/programming/index-3.html +share/doc/HTML/ru/kdevelop/programming/index-4.html +share/doc/HTML/ru/kdevelop/programming/index-5.html +share/doc/HTML/ru/kdevelop/programming/index-6.html +share/doc/HTML/ru/kdevelop/programming/index-7.html +share/doc/HTML/ru/kdevelop/programming/index-8.html +share/doc/HTML/ru/kdevelop/programming/index-9.html +share/doc/HTML/ru/kdevelop/programming/index.html +share/doc/HTML/ru/kdevelop/programming/logotp3.png +share/doc/HTML/ru/kdevelop/reference/C/index.html +share/doc/HTML/ru/kdevelop/tip.database +share/doc/HTML/ru/kdevelop/tutorial/index-1.html +share/doc/HTML/ru/kdevelop/tutorial/index-2.html +share/doc/HTML/ru/kdevelop/tutorial/index-3.html +share/doc/HTML/ru/kdevelop/tutorial/index-4.html +share/doc/HTML/ru/kdevelop/tutorial/index-5.html +share/doc/HTML/ru/kdevelop/tutorial/index-6.html +share/doc/HTML/ru/kdevelop/tutorial/index.html +share/doc/HTML/ru/kdevelop/tutorial/logotp3.png +share/doc/HTML/ru/kdevelop/welcome/index.html +share/doc/HTML/ru/kdevelop/welcome/logotp3.png share/doc/HTML/sv/kdevelop/tip.database -share/doc/HTML/zh_CN.GB2312/kdevelop/welcome/logotp3.png -share/doc/HTML/zh_CN.GB2312/kdevelop/welcome/index.html -share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/logotp3.png -share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index.html +share/doc/HTML/zh_CN.GB2312/kdevelop/index.html +share/doc/HTML/zh_CN.GB2312/kdevelop/tip.database share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-1.html share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-2.html share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-3.html share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index-4.html -share/doc/HTML/zh_CN.GB2312/kdevelop/index.html -share/doc/HTML/zh_CN.GB2312/kdevelop/tip.database +share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/index.html +share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial/logotp3.png +share/doc/HTML/zh_CN.GB2312/kdevelop/welcome/index.html +share/doc/HTML/zh_CN.GB2312/kdevelop/welcome/logotp3.png +share/icons/kdevelop-project.xpm +share/icons/kdevelop.xpm +share/icons/mini/kdevelop.xpm +share/locale/cs/LC_MESSAGES/kdevelop.mo share/locale/da/LC_MESSAGES/kdevelop.mo share/locale/de/LC_MESSAGES/kdevelop.mo share/locale/es/LC_MESSAGES/kdevelop.mo +share/locale/et/LC_MESSAGES/kdevelop.mo +share/locale/fi/LC_MESSAGES/kdevelop.mo share/locale/fr/LC_MESSAGES/kdevelop.mo +share/locale/hu/LC_MESSAGES/kdevelop.mo +share/locale/it/LC_MESSAGES/kdevelop.mo +share/locale/ja/LC_MESSAGES/kdevelop.mo share/locale/pl/LC_MESSAGES/kdevelop.mo share/locale/pt/LC_MESSAGES/kdevelop.mo -share/locale/sv/LC_MESSAGES/kdevelop.mo -share/locale/cs/LC_MESSAGES/kdevelop.mo -share/locale/it/LC_MESSAGES/kdevelop.mo share/locale/pt_BR/LC_MESSAGES/kdevelop.mo share/locale/ru/LC_MESSAGES/kdevelop.mo -share/locale/hu/LC_MESSAGES/kdevelop.mo -share/locale/fi/LC_MESSAGES/kdevelop.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kdevelop.mo share/locale/sk/LC_MESSAGES/kdevelop.mo +share/locale/sv/LC_MESSAGES/kdevelop.mo share/locale/tr/LC_MESSAGES/kdevelop.mo -share/config/kdeveloprc -share/apps/kdevelop/tools/processesend.pl -share/apps/kdevelop/tools/processes.pl -share/apps/kdevelop/templates/AUTHORS_template -share/apps/kdevelop/templates/COPYING_template -share/apps/kdevelop/templates/ChangeLog_template -share/apps/kdevelop/templates/INSTALL_template -share/apps/kdevelop/templates/README_template -share/apps/kdevelop/templates/TODO_template -share/apps/kdevelop/templates/cpp_template -share/apps/kdevelop/templates/handbook_en_template -share/apps/kdevelop/templates/header_template -share/apps/kdevelop/templates/kdelnk_template -share/apps/kdevelop/templates/lsm_template -share/apps/kdevelop/templates/normal.tar.gz -share/apps/kdevelop/templates/mini.tar.gz -share/apps/kdevelop/templates/cpp.tar.gz -share/apps/kdevelop/templates/preview1 -share/apps/kdevelop/templates/preview2 -share/apps/kdevelop/templates/icon_template -share/apps/kdevelop/templates/qt.tar.gz -share/apps/kdevelop/templates/c.tar.gz -share/apps/kdevelop/templates/nif_template -share/apps/kdevelop/templates/lexical_template -share/apps/kdevelop/templates/cvsignore_template -share/apps/kdevelop/toolbar/make.xpm -share/apps/kdevelop/toolbar/stop_proc.xpm -share/apps/kdevelop/toolbar/run.xpm -share/apps/kdevelop/toolbar/copy.xpm -share/apps/kdevelop/toolbar/paste.xpm -share/apps/kdevelop/toolbar/open.xpm -share/apps/kdevelop/toolbar/cut.xpm -share/apps/kdevelop/toolbar/save.xpm -share/apps/kdevelop/toolbar/save_all.xpm -share/apps/kdevelop/toolbar/undo.xpm -share/apps/kdevelop/toolbar/redo.xpm -share/apps/kdevelop/toolbar/openprj.xpm -share/apps/kdevelop/toolbar/compfile.xpm -share/apps/kdevelop/toolbar/rebuild.xpm -share/apps/kdevelop/toolbar/print.xpm -share/apps/kdevelop/toolbar/debugger.xpm -share/apps/kdevelop/toolbar/lookup.xpm -share/apps/kdevelop/toolbar/newwidget.xpm -share/apps/kdevelop/toolbar/generate.xpm -share/apps/kdevelop/toolbar/output_win.xpm -share/apps/kdevelop/toolbar/tree_win.xpm -share/apps/kdevelop/toolbar/reload_page.xpm -share/apps/kdevelop/toolbar/indent.xpm -share/apps/kdevelop/toolbar/start_page.xpm -share/apps/kdevelop/toolbar/file_properties.xpm -share/apps/kdevelop/toolbar/unindent.xpm -share/apps/kdevelop/toolbar/grep.xpm -share/apps/kdevelop/toolbar/classwiz.xpm -share/apps/kdevelop/toolbar/graphview.xpm -share/apps/kdevelop/pics/mini/CTchildren.xpm -share/apps/kdevelop/pics/mini/CTclients.xpm -share/apps/kdevelop/pics/mini/CTparents.xpm -share/apps/kdevelop/pics/mini/CTsuppliers.xpm -share/apps/kdevelop/pics/mini/CTvirtuals.xpm -share/apps/kdevelop/pics/mini/CVclass.xpm -share/apps/kdevelop/pics/mini/CVglobal_meth.xpm -share/apps/kdevelop/pics/mini/CVglobal_var.xpm -share/apps/kdevelop/pics/mini/CVnamespace.xpm -share/apps/kdevelop/pics/mini/CVprivate_meth.xpm -share/apps/kdevelop/pics/mini/CVprivate_signal.xpm -share/apps/kdevelop/pics/mini/CVprivate_slot.xpm -share/apps/kdevelop/pics/mini/CVprivate_var.xpm -share/apps/kdevelop/pics/mini/CVprotected_meth.xpm -share/apps/kdevelop/pics/mini/CVprotected_signal.xpm -share/apps/kdevelop/pics/mini/CVprotected_slot.xpm -share/apps/kdevelop/pics/mini/CVprotected_var.xpm -share/apps/kdevelop/pics/mini/CVpublic_meth.xpm -share/apps/kdevelop/pics/mini/CVstruct.xpm -share/apps/kdevelop/pics/mini/CVpublic_signal.xpm -share/apps/kdevelop/pics/mini/CVpublic_slot.xpm -share/apps/kdevelop/pics/mini/CVpublic_var.xpm -share/apps/kdevelop/pics/mini/inst_file.xpm -share/apps/kdevelop/pics/mini/kdlg_QCheckBox.xpm -share/apps/kdevelop/pics/mini/kdlg_QLCDNumer.xpm -share/apps/kdevelop/pics/mini/kdlg_QLabel.xpm -share/apps/kdevelop/pics/mini/kdlg_QLineEdit.xpm -share/apps/kdevelop/pics/mini/kdlg_QPushButton.xpm -share/apps/kdevelop/pics/mini/kdlg_QRadioButton.xpm -share/apps/kdevelop/pics/mini/kdlg_QWidget.xpm -share/apps/kdevelop/pics/mini/kdlg_QComboBox.xpm -share/apps/kdevelop/pics/mini/kdlg_QMultiLineEdit.xpm -share/apps/kdevelop/pics/mini/kdlg_QProgressBar.xpm -share/apps/kdevelop/pics/mini/kdlg_QSpinBox.xpm -share/apps/kdevelop/pics/mini/kdlg_QSlider.xpm -share/apps/kdevelop/pics/mini/kdlg_QScrollBar.xpm -share/apps/kdevelop/pics/mini/kdlg_QGroupBox.xpm -share/apps/kdevelop/pics/mini/kdlg_QListBox.xpm -share/apps/kdevelop/pics/mini/kdlg_QListView.xpm -share/apps/kdevelop/pics/mini/kdlg_KCombo.xpm -share/apps/kdevelop/pics/mini/kdlg_KKeyButton.xpm -share/apps/kdevelop/pics/mini/kdlg_KColorButton.xpm -share/apps/kdevelop/pics/mini/kdlg_KRestrictedLine.xpm -share/apps/kdevelop/pics/mini/kdlg_KTreeList.xpm -share/apps/kdevelop/pics/mini/kdlg_KLedLamp.xpm -share/apps/kdevelop/pics/mini/kdlg_KLed.xpm -share/apps/kdevelop/pics/mini/kdlg_KProgress.xpm -share/apps/kdevelop/pics/mini/kdlg_KSeparator.xpm -share/apps/kdevelop/pics/mini/kdlg_KDatePicker.xpm -share/apps/kdevelop/pics/mini/kdlg_KDateTable.xpm -share/apps/kdevelop/pics/kAppWizard.bmp -share/apps/kdevelop/pics/miniApp.bmp -share/apps/kdevelop/pics/normalApp.bmp -share/apps/kdevelop/pics/terminalApp.bmp -share/apps/kdevelop/pics/startlogo.bmp -share/apps/kdevelop/pics/tipday.bmp -share/apps/kdevelop/pics/qtApp.bmp -share/apps/kdevelop/pics/customApp.bmp -share/apps/kdevelop/pics/dlg_firstrun.bmp -share/apps/kdevelop/pics/about_logo.bmp -share/icons/mini/kdevelop.xpm -share/icons/kdevelop.xpm -share/icons/kdevelop-project.xpm +share/locale/zh_CN.GB2312/LC_MESSAGES/kdevelop.mo share/mimelnk/application/x-kdevelop-project.kdelnk -share/applnk/Development/kdevelop.kdelnk -share/applnk/Development/kdevelop-setup.kdelnk -lib/libkdlgloader.la +@dirrm share/apps/kdevelop/examples @dirrm share/apps/kdevelop/pics/mini @dirrm share/apps/kdevelop/pics -@dirrm share/apps/kdevelop/tools +@dirrm share/apps/kdevelop/pix @dirrm share/apps/kdevelop/templates @dirrm share/apps/kdevelop/toolbar +@dirrm share/apps/kdevelop/tools @dirrm share/apps/kdevelop -@dirrm share/doc/HTML/es/kdevelop/welcome -@dirrm share/doc/HTML/es/kdevelop -@dirrm share/doc/HTML/en/kdevelop/kde_libref +@dirrm share/doc/HTML/de/kdevelop/reference/C +@dirrm share/doc/HTML/de/kdevelop/reference +@dirrm share/doc/HTML/de/kdevelop/tutorial +@dirrm share/doc/HTML/de/kdevelop/welcome +@dirrm share/doc/HTML/de/kdevelop @dirrm share/doc/HTML/en/kdevelop/addendum +@dirrm share/doc/HTML/en/kdevelop/kde_libref @dirrm share/doc/HTML/en/kdevelop/programming @dirrm share/doc/HTML/en/kdevelop/reference/C @dirrm share/doc/HTML/en/kdevelop/reference @dirrm share/doc/HTML/en/kdevelop/tutorial @dirrm share/doc/HTML/en/kdevelop/welcome @dirrm share/doc/HTML/en/kdevelop -@dirrm share/doc/HTML/ru/kdevelop/welcome -@dirrm share/doc/HTML/ru/kdevelop/tutorial -@dirrm share/doc/HTML/ru/kdevelop/reference/C -@dirrm share/doc/HTML/ru/kdevelop/reference -@dirrm share/doc/HTML/ru/kdevelop/programming -@dirrm share/doc/HTML/ru/kdevelop -@dirrm share/doc/HTML/de/kdevelop/welcome -@dirrm share/doc/HTML/de/kdevelop/reference/C -@dirrm share/doc/HTML/de/kdevelop/reference -@dirrm share/doc/HTML/de/kdevelop +@dirrm share/doc/HTML/es/kdevelop/reference/C +@dirrm share/doc/HTML/es/kdevelop/reference +@dirrm share/doc/HTML/es/kdevelop/welcome +@dirrm share/doc/HTML/es/kdevelop @dirrm share/doc/HTML/fr/kdevelop/tutorial @dirrm share/doc/HTML/fr/kdevelop/welcome @dirrm share/doc/HTML/fr/kdevelop -@dirrm share/doc/HTML/pt/kdevelop/programming -@dirrm share/doc/HTML/pt/kdevelop +@dirrm share/doc/HTML/hu/kdevelop/welcome +@dirrm share/doc/HTML/hu/kdevelop/ @dirrm share/doc/HTML/nl/kdevelop/welcome @dirrm share/doc/HTML/nl/kdevelop @dirrm share/doc/HTML/pl/kdevelop +@dirrm share/doc/HTML/pt/kdevelop/programming +@dirrm share/doc/HTML/pt/kdevelop +@dirrm share/doc/HTML/ru/kdevelop/programming +@dirrm share/doc/HTML/ru/kdevelop/reference/C +@dirrm share/doc/HTML/ru/kdevelop/reference +@dirrm share/doc/HTML/ru/kdevelop/tutorial +@dirrm share/doc/HTML/ru/kdevelop/welcome +@dirrm share/doc/HTML/ru/kdevelop @dirrm share/doc/HTML/sv/kdevelop -@dirrm share/doc/HTML/zh_CN.GB2312/kdevelop/welcome @dirrm share/doc/HTML/zh_CN.GB2312/kdevelop/tutorial +@dirrm share/doc/HTML/zh_CN.GB2312/kdevelop/welcome @dirrm share/doc/HTML/zh_CN.GB2312/kdevelop --- /dev/null Mon Feb 28 00:01:18 2000 +++ patches/patch-af Sun Feb 27 21:33:11 2000 @@ -0,0 +1,13 @@ +--- kdlgloader/Makefile.in Sun Feb 27 12:01:29 2000 ++++ kdlgloader/Makefile.in.new Sun Feb 27 21:32:51 2000 +@@ -212,8 +212,8 @@ + + lib_LTLIBRARIES = libkdlgloader.la + +-SOMAJOR = 1 +-SOMINOR = 0 ++SOMAJOR ?= 1 ++SOMINOR ?= 0 + + include_HEADERS = kdlgloader.h + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 21:24:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ducky.nz.freebsd.org (chilled.unixathome.org [203.79.82.27]) by hub.freebsd.org (Postfix) with ESMTP id 58D2637B87D for ; Sun, 27 Feb 2000 21:24:19 -0800 (PST) (envelope-from dan@freebsddiary.org) Received: from wocker (wocker.int.nz.freebsd.org [192.168.0.99]) by ducky.nz.freebsd.org (8.9.3/8.9.3) with ESMTP id SAA26619; Mon, 28 Feb 2000 18:23:57 +1300 (NZDT) Message-Id: <200002280523.SAA26619@ducky.nz.freebsd.org> From: "Dan Langille" Organization: The FreeBSD Diary To: "Matthew D. Fuller" Date: Mon, 28 Feb 2000 18:23:53 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: apache/php/frontpage Reply-To: dan@freebsddiary.org Cc: ports@FreeBSD.ORG In-reply-to: <20000227135112.A3121@futuresouth.com> References: <200002262053.JAA16803@ducky.nz.freebsd.org> X-mailer: Pegasus Mail for Win32 (v3.12b) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 27 Feb 00, at 13:51, Matthew D. Fuller wrote: > On Sun, Feb 27, 2000 at 09:52:58AM +1300, a little birdie told me > that Dan Langille remarked > > Do we have a port which does apache/php/frontpage? I fear not. We have > > ports which do apache/php and apache/frontpage, but not both. > > FWIW, I'd say just install apache-fp and compile the PHP DSO and put that > in. I just use the straight Apache port and install PHP DSO's (because I > want to support PHP3 and PHP4, and we don't have a port for that. > Installing the DSO's manually is trivial tho). PHP DSO? Nothing on the php site about that. Nor on the FreeBSD site. Where do I find out more? As for trivial, if I can do it, it must be trivial. ;) -- Dan Langille - DVL Software Limited [I'm looking for more work] http://www.dvl-software.com/ | http://www.unixathome.org/ http://www.racingsystem.com/ | http://www.freebsddiary.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 22:12:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from hunahpu.sics.se (hunahpu.sics.se [193.10.66.220]) by hub.freebsd.org (Postfix) with ESMTP id B7F7B37B763; Sun, 27 Feb 2000 22:12:28 -0800 (PST) (envelope-from root@hunahpu.sics.se) Received: (from root@localhost) by hunahpu.sics.se (8.9.3/8.9.3) id FAA14969; Mon, 28 Feb 2000 05:42:17 +0100 (CET) (envelope-from root) Date: Mon, 28 Feb 2000 05:42:17 +0100 (CET) Message-Id: <200002280442.FAA14969@hunahpu.sics.se> To: FreeBSD-gnats-submit@freebsd.org Subject: working port for arla-0.31 From: assar@stacken.kth.se Cc: thepish@freebsd.org, ports@freebsd.org Cc: assar@stacken.kth.se X-send-pr-version: 3.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Submitter-Id: current-users >Originator: Assar Westerlund >Organization: Arla-hackers-R-us >Confidential: no >Synopsis: working port for arla-0.31 >Severity: serious >Priority: high >Category: ports >Release: FreeBSD 4.0-CURRENT i386 >Class: sw-bug >Environment: -current >Description: The current arla port is based on (old) arla 0.28 and does not build on 4.0-current. This update fixes both of these problems. I've sent in earlier patches to which nothing happened, they were assigned to the maintainer (thepish). As far as I can tell, the maintainer does not have time to deal with this. I would appreciate it a lot if this can be applied so that 4.0 gets shipped with a working arla. Feel free to send any questions to me. >How-To-Repeat: cd /usr/ports/net/arla && make >Fix: diff -x *~ -x work -ruw -N arla.orig/Makefile arla/Makefile --- arla.orig/Makefile Fri Dec 10 20:27:08 1999 +++ arla/Makefile Mon Feb 28 05:28:12 2000 @@ -6,7 +6,7 @@ # $FreeBSD: ports/net/arla/Makefile,v 1.8 1999/12/10 19:27:08 obrien Exp $ # -DISTNAME= arla-0.28 +DISTNAME= arla-0.31 CATEGORIES= net MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ diff -x *~ -x work -ruw -N arla.orig/files/md5 arla/files/md5 --- arla.orig/files/md5 Fri Dec 10 20:27:09 1999 +++ arla/files/md5 Mon Feb 28 05:29:27 2000 @@ -1 +1 @@ -MD5 (arla-0.28.tar.gz) = 49de77ef617ab0caebee2f5401fec4f3 +MD5 (arla-0.31.tar.gz) = a29b1c2815246cf98317af466ac19f3a diff -x *~ -x work -ruw -N arla.orig/patches/patch-ab arla/patches/patch-ab --- arla.orig/patches/patch-ab Wed Sep 9 07:51:30 1998 +++ arla/patches/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,40 +0,0 @@ ---- xfs/bsd/bin/Makefile.in.orig Fri Jul 31 10:07:17 1998 -+++ xfs/bsd/bin/Makefile.in Wed Sep 9 14:32:36 1998 -@@ -10,6 +10,7 @@ - - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @top_srcdir@/mkinstalldirs - -@@ -21,7 +22,7 @@ - transform = @program_transform_name@ - ARLACACHEDIR = @ARLACACHEDIR@ - --XFS_BIN = $(MOUNT_PROG) $(UMOUNT_PROG) @OSF1_FALSE@ startarla -+XFS_BIN = $(MOUNT_PROG) $(UMOUNT_PROG) @OSF1_FALSE@ - - DEFS = @DEFS@ -DDEBUG - CFLAGS = @CFLAGS@ -@@ -37,7 +38,7 @@ - - PROGS = $(MOUNT_PROG) $(UMOUNT_PROG) - --all: $(XFS_BIN) -+all: $(XFS_BIN) startarla - - .c.o: - $(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) -I../../../include -I$(srcdir)/../../../include $< -@@ -65,7 +66,10 @@ - f=`echo $$x | sed '$(transform)'`; \ - $(INSTALL_PROGRAM) $$x $(DESTDIR)$(bindir)/$$f; \ - done -- $(INSTALL_PROGRAM) $(srcdir)/xfs_makedev $(DESTDIR)$(bindir)/xfs_makedev -+ for x in $(srcdir)/xfs_makedev startarla; do \ -+ f=`echo $$x | sed '$(transform)'`; \ -+ $(INSTALL_SCRIPT) $$x $(DESTDIR)$(bindir)/$$f; \ -+ done - - uninstall: - PROG_BIN='$(XFS_BIN)'; for x in $$PROG_BIN; do \ diff -x *~ -x work -ruw -N arla.orig/patches/patch-ad arla/patches/patch-ad --- arla.orig/patches/patch-ad Fri Dec 10 20:27:10 1999 +++ arla/patches/patch-ad Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ ---- xfs/bsd/xfs_wrap-bsd.c.orig Tue Nov 16 15:29:00 1999 -+++ xfs/bsd/xfs_wrap-bsd.c Fri Dec 10 10:48:27 1999 -@@ -182,7 +182,11 @@ - - #define XFS_DEV_NO 128 - -+#if defined(__FreeBSD__) && __FreeBSD__ >= 4 -+DEV_MODULE(xfsdev, xfs_load, NULL); -+#else - DEV_MODULE(xfsdev, XFS_DEV_NO, NOMAJ, xfs_dev, xfs_load, NULL); -+#endif - - #else /* DEV_MODULE */ - diff -x *~ -x work -ruw -N arla.orig/patches/patch-ae arla/patches/patch-ae --- arla.orig/patches/patch-ae Fri Dec 10 20:27:11 1999 +++ arla/patches/patch-ae Thu Jan 1 01:00:00 1970 @@ -1,12 +0,0 @@ ---- xfs/bsd/Makefile.in.orig Thu Feb 4 13:08:42 1999 -+++ xfs/bsd/Makefile.in Fri Dec 10 11:03:57 1999 -@@ -115,6 +115,9 @@ - f=`echo $$x | sed '$(transform)'`; \ - $(INSTALL_PROGRAM) $$x $(DESTDIR)$(bindir)/$$f; \ - done -+ if test -d /modules; then \ -+ $(INSTALL_PROGRAM) $(MODULE) $(DESTDIR)/modules/$(MODULE); \ -+ fi - if test -d /lkm; then \ - $(INSTALL_PROGRAM) $(MODULE) $(DESTDIR)/lkm/$(MODULE); \ - fi diff -x *~ -x work -ruw -N arla.orig/pkg/DESCR arla/pkg/DESCR --- arla.orig/pkg/DESCR Mon May 3 07:24:57 1999 +++ arla/pkg/DESCR Mon Feb 28 05:35:30 2000 @@ -4,7 +4,7 @@ capabilities of commercial AFS. Other planned and implemented things are all the normal management tools and a server. -Version 0.9 status: +Version 0.31 status: * Read/write support * Authentication (with kth-krb4) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 22:20: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B177037B7C2 for ; Sun, 27 Feb 2000 22:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA96551; Sun, 27 Feb 2000 22:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hunahpu.sics.se (hunahpu.sics.se [193.10.66.220]) by hub.freebsd.org (Postfix) with ESMTP id B7F7B37B763; Sun, 27 Feb 2000 22:12:28 -0800 (PST) (envelope-from root@hunahpu.sics.se) Received: (from root@localhost) by hunahpu.sics.se (8.9.3/8.9.3) id FAA14969; Mon, 28 Feb 2000 05:42:17 +0100 (CET) (envelope-from root) Message-Id: <200002280442.FAA14969@hunahpu.sics.se> Date: Mon, 28 Feb 2000 05:42:17 +0100 (CET) From: assar@stacken.kth.se To: FreeBSD-gnats-submit@freebsd.org Cc: thepish@freebsd.org, ports@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17036: working port for arla-0.31 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17036 >Category: ports >Synopsis: working port for arla-0.31 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 27 22:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Assar Westerlund >Release: FreeBSD 4.0-CURRENT i386 >Organization: Arla-hackers-R-us >Environment: -current >Description: The current arla port is based on (old) arla 0.28 and does not build on 4.0-current. This update fixes both of these problems. I've sent in earlier patches to which nothing happened, they were assigned to the maintainer (thepish). As far as I can tell, the maintainer does not have time to deal with this. I would appreciate it a lot if this can be applied so that 4.0 gets shipped with a working arla. Feel free to send any questions to me. >How-To-Repeat: cd /usr/ports/net/arla && make >Fix: diff -x *~ -x work -ruw -N arla.orig/Makefile arla/Makefile --- arla.orig/Makefile Fri Dec 10 20:27:08 1999 +++ arla/Makefile Mon Feb 28 05:28:12 2000 @@ -6,7 +6,7 @@ # $FreeBSD: ports/net/arla/Makefile,v 1.8 1999/12/10 19:27:08 obrien Exp $ # -DISTNAME= arla-0.28 +DISTNAME= arla-0.31 CATEGORIES= net MASTER_SITES= ftp://ftp.stacken.kth.se/pub/arla/ diff -x *~ -x work -ruw -N arla.orig/files/md5 arla/files/md5 --- arla.orig/files/md5 Fri Dec 10 20:27:09 1999 +++ arla/files/md5 Mon Feb 28 05:29:27 2000 @@ -1 +1 @@ -MD5 (arla-0.28.tar.gz) = 49de77ef617ab0caebee2f5401fec4f3 +MD5 (arla-0.31.tar.gz) = a29b1c2815246cf98317af466ac19f3a diff -x *~ -x work -ruw -N arla.orig/patches/patch-ab arla/patches/patch-ab --- arla.orig/patches/patch-ab Wed Sep 9 07:51:30 1998 +++ arla/patches/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,40 +0,0 @@ ---- xfs/bsd/bin/Makefile.in.orig Fri Jul 31 10:07:17 1998 -+++ xfs/bsd/bin/Makefile.in Wed Sep 9 14:32:36 1998 -@@ -10,6 +10,7 @@ - - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - MKINSTALLDIRS = @top_srcdir@/mkinstalldirs - -@@ -21,7 +22,7 @@ - transform = @program_transform_name@ - ARLACACHEDIR = @ARLACACHEDIR@ - --XFS_BIN = $(MOUNT_PROG) $(UMOUNT_PROG) @OSF1_FALSE@ startarla -+XFS_BIN = $(MOUNT_PROG) $(UMOUNT_PROG) @OSF1_FALSE@ - - DEFS = @DEFS@ -DDEBUG - CFLAGS = @CFLAGS@ -@@ -37,7 +38,7 @@ - - PROGS = $(MOUNT_PROG) $(UMOUNT_PROG) - --all: $(XFS_BIN) -+all: $(XFS_BIN) startarla - - .c.o: - $(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) -I../../../include -I$(srcdir)/../../../include $< -@@ -65,7 +66,10 @@ - f=`echo $$x | sed '$(transform)'`; \ - $(INSTALL_PROGRAM) $$x $(DESTDIR)$(bindir)/$$f; \ - done -- $(INSTALL_PROGRAM) $(srcdir)/xfs_makedev $(DESTDIR)$(bindir)/xfs_makedev -+ for x in $(srcdir)/xfs_makedev startarla; do \ -+ f=`echo $$x | sed '$(transform)'`; \ -+ $(INSTALL_SCRIPT) $$x $(DESTDIR)$(bindir)/$$f; \ -+ done - - uninstall: - PROG_BIN='$(XFS_BIN)'; for x in $$PROG_BIN; do \ diff -x *~ -x work -ruw -N arla.orig/patches/patch-ad arla/patches/patch-ad --- arla.orig/patches/patch-ad Fri Dec 10 20:27:10 1999 +++ arla/patches/patch-ad Thu Jan 1 01:00:00 1970 @@ -1,14 +0,0 @@ ---- xfs/bsd/xfs_wrap-bsd.c.orig Tue Nov 16 15:29:00 1999 -+++ xfs/bsd/xfs_wrap-bsd.c Fri Dec 10 10:48:27 1999 -@@ -182,7 +182,11 @@ - - #define XFS_DEV_NO 128 - -+#if defined(__FreeBSD__) && __FreeBSD__ >= 4 -+DEV_MODULE(xfsdev, xfs_load, NULL); -+#else - DEV_MODULE(xfsdev, XFS_DEV_NO, NOMAJ, xfs_dev, xfs_load, NULL); -+#endif - - #else /* DEV_MODULE */ - diff -x *~ -x work -ruw -N arla.orig/patches/patch-ae arla/patches/patch-ae --- arla.orig/patches/patch-ae Fri Dec 10 20:27:11 1999 +++ arla/patches/patch-ae Thu Jan 1 01:00:00 1970 @@ -1,12 +0,0 @@ ---- xfs/bsd/Makefile.in.orig Thu Feb 4 13:08:42 1999 -+++ xfs/bsd/Makefile.in Fri Dec 10 11:03:57 1999 -@@ -115,6 +115,9 @@ - f=`echo $$x | sed '$(transform)'`; \ - $(INSTALL_PROGRAM) $$x $(DESTDIR)$(bindir)/$$f; \ - done -+ if test -d /modules; then \ -+ $(INSTALL_PROGRAM) $(MODULE) $(DESTDIR)/modules/$(MODULE); \ -+ fi - if test -d /lkm; then \ - $(INSTALL_PROGRAM) $(MODULE) $(DESTDIR)/lkm/$(MODULE); \ - fi diff -x *~ -x work -ruw -N arla.orig/pkg/DESCR arla/pkg/DESCR --- arla.orig/pkg/DESCR Mon May 3 07:24:57 1999 +++ arla/pkg/DESCR Mon Feb 28 05:35:30 2000 @@ -4,7 +4,7 @@ capabilities of commercial AFS. Other planned and implemented things are all the normal management tools and a server. -Version 0.9 status: +Version 0.31 status: * Read/write support * Authentication (with kth-krb4) >Release-Note: >Audit-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 Feb 27 22:20:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AF8537B83B for ; Sun, 27 Feb 2000 22:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA96542; Sun, 27 Feb 2000 22:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cummings.uol.com.br (cummings.uol.com.br [200.230.198.69]) by hub.freebsd.org (Postfix) with ESMTP id 12A8D37B86C for ; Sun, 27 Feb 2000 22:10:05 -0800 (PST) (envelope-from lioux-alias-ppp-FreeBSD-gnats-submit=freebsd.org@uol.com.br) Received: from bsa-1-as01-7-a20.gd.uol.com.br (bsa-1-as01-7-a20.gd.uol.com.br [200.197.118.20]) by cummings.uol.com.br (8.9.1/8.9.1) with ESMTP id DAA27506 for ; Mon, 28 Feb 2000 03:09:56 -0300 (BRT) Received: (qmail 41402 invoked by uid 1001); 28 Feb 2000 06:08:46 -0000 Message-Id: <20000228060846.41401.qmail@Fedaykin.here> Date: 28 Feb 2000 06:08:46 -0000 From: lioux@uol.com.br Reply-To: lioux@linf.unb.br To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17035: Update port www/ijb to both use FreeBSD gnuregex and emit less warnings Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17035 >Category: ports >Synopsis: Update port www/ijb to both use FreeBSD gnuregex and emit less warnings >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 Feb 27 22:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD Here.here 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Wed Feb 23 11:34:03 EST 2000 lioux@Here.here:/usr/current/src/sys/compile/LIOUX i386 >Description: Just a little set of patches that may never make it because they may just considered too trivial due to too much time in hands. :) ijb now uses the FreeBSD gnuregex lib instead of the one shipped with it (1997). Besides, it now emits no warnings, at least with -Wall. This part of the patch may be deemed unnecessary, yet as I am shipping patches I might as well ship the whole package. First, I created a loaders.h with a zalloc definition to be included in ssplit.c. Then, I added a DEFAULT_FALLBACK_HTTP_PORT to socks4.c, though perhaps too pessimistic. Afterwards, I replaced all references to malloc.h with stdlib.h. >How-To-Repeat: >Fix: diff -ruN /usr/ports/www/ijb/patches/patch-aa ./patches/patch-aa --- /usr/ports/www/ijb/patches/patch-aa Sat Feb 6 04:59:05 1999 +++ ./patches/patch-aa Mon Feb 28 02:42:16 2000 @@ -1,6 +1,7 @@ ---- Makefile.orig Fri Feb 5 22:52:56 1999 -+++ Makefile Fri Feb 5 22:53:25 1999 -@@ -8,7 +8,7 @@ +diff -ruN /usr/ports/www/ijb/work/ijb20/Makefile ./Makefile +--- /usr/ports/www/ijb/work/ijb20/Makefile Mon Feb 28 02:35:10 2000 ++++ ./Makefile Mon Feb 28 02:37:39 2000 +@@ -8,10 +8,11 @@ PROG = junkbuster O = o RM = rm -f @@ -9,7 +10,11 @@ # use this for Solaris 2.x #LDFLAGS = -lnsl -lsocket -@@ -47,7 +47,7 @@ ++LDFLAGS += -lgnuregex + + # use these for SunOS 4.x + #LDFLAGS = -nsl +@@ -47,10 +48,10 @@ #MORE_CFLAGS = -relax_pointers #LDFLAGS = -map junkbuster.xMAP @@ -17,4 +22,8 @@ +CFLAGS += $(DEFAULT_CFLAGS) $(MORE_CFLAGS) OBJS = jcc.$(O) parsers.$(O) filters.$(O) loaders.$(O) bind.$(O) conn.$(O) \ - encode.$(O) ssplit.$(O) socks4.$(O) acl.$(O) gnu_regex.$(O) win32.$(O) +- encode.$(O) ssplit.$(O) socks4.$(O) acl.$(O) gnu_regex.$(O) win32.$(O) ++ encode.$(O) ssplit.$(O) socks4.$(O) acl.$(O) win32.$(O) + + $(PROG): $(OBJS) + $(CC) $(CFLAGS) -o $(PROG) $(OBJS) $(LDFLAGS) diff -ruN /usr/ports/www/ijb/patches/patch-ab ./patches/patch-ab --- /usr/ports/www/ijb/patches/patch-ab Wed Dec 31 21:00:00 1969 +++ ./patches/patch-ab Mon Feb 28 02:38:24 2000 @@ -0,0 +1,12 @@ +diff -ruN /usr/ports/www/ijb/work/ijb20/acl.c ./acl.c +--- /usr/ports/www/ijb/work/ijb20/acl.c Mon Feb 28 02:35:10 2000 ++++ ./acl.c Mon Feb 28 02:31:06 2000 +@@ -18,7 +18,7 @@ + #endif + + #ifdef REGEX +-#include "gnu_regex.h" ++#include "gnuregex.h" + #endif + + #include "jcc.h" diff -ruN /usr/ports/www/ijb/patches/patch-ac ./patches/patch-ac --- /usr/ports/www/ijb/patches/patch-ac Wed Dec 31 21:00:00 1969 +++ ./patches/patch-ac Mon Feb 28 02:38:24 2000 @@ -0,0 +1,12 @@ +diff -ruN /usr/ports/www/ijb/work/ijb20/conn.c ./conn.c +--- /usr/ports/www/ijb/work/ijb20/conn.c Mon Feb 28 02:35:10 2000 ++++ ./conn.c Mon Feb 28 02:31:06 2000 +@@ -34,7 +34,7 @@ + #endif + + #ifdef REGEX +-#include "gnu_regex.h" ++#include "gnuregex.h" + #endif + + #include "jcc.h" diff -ruN /usr/ports/www/ijb/patches/patch-ad ./patches/patch-ad --- /usr/ports/www/ijb/patches/patch-ad Wed Dec 31 21:00:00 1969 +++ ./patches/patch-ad Mon Feb 28 02:38:24 2000 @@ -0,0 +1,12 @@ +diff -ruN /usr/ports/www/ijb/work/ijb20/encode.c ./encode.c +--- /usr/ports/www/ijb/work/ijb20/encode.c Mon Feb 28 02:35:10 2000 ++++ ./encode.c Mon Feb 28 02:31:06 2000 +@@ -9,7 +9,7 @@ + #include + + #ifdef REGEX +-#include "gnu_regex.h" ++#include "gnuregex.h" + #endif + + #include "jcc.h" diff -ruN /usr/ports/www/ijb/patches/patch-ae ./patches/patch-ae --- /usr/ports/www/ijb/patches/patch-ae Wed Dec 31 21:00:00 1969 +++ ./patches/patch-ae Mon Feb 28 02:38:24 2000 @@ -0,0 +1,12 @@ +diff -ruN /usr/ports/www/ijb/work/ijb20/filters.c ./filters.c +--- /usr/ports/www/ijb/work/ijb20/filters.c Mon Feb 28 02:35:10 2000 ++++ ./filters.c Mon Feb 28 02:31:06 2000 +@@ -15,7 +15,7 @@ + #endif + + #ifdef REGEX +-#include ++#include + #endif + + #include "jcc.h" diff -ruN /usr/ports/www/ijb/patches/patch-af ./patches/patch-af --- /usr/ports/www/ijb/patches/patch-af Wed Dec 31 21:00:00 1969 +++ ./patches/patch-af Mon Feb 28 02:38:24 2000 @@ -0,0 +1,12 @@ +diff -ruN /usr/ports/www/ijb/work/ijb20/gnu_regex.c ./gnu_regex.c +--- /usr/ports/www/ijb/work/ijb20/gnu_regex.c Mon Feb 28 02:35:10 2000 ++++ ./gnu_regex.c Mon Feb 28 02:31:06 2000 +@@ -131,7 +131,7 @@ + #endif /* not emacs */ + + /* Get the interface, including the syntax bits. */ +-#include "gnu_regex.h" ++#include "gnuregex.h" + + /* isalpha etc. are used for the character classes. */ + #include diff -ruN /usr/ports/www/ijb/patches/patch-ag ./patches/patch-ag --- /usr/ports/www/ijb/patches/patch-ag Wed Dec 31 21:00:00 1969 +++ ./patches/patch-ag Mon Feb 28 02:38:24 2000 @@ -0,0 +1,13 @@ +diff -ruN /usr/ports/www/ijb/work/ijb20/jcc.c ./jcc.c +--- /usr/ports/www/ijb/work/ijb20/jcc.c Mon Feb 28 02:35:10 2000 ++++ ./jcc.c Mon Feb 28 02:31:06 2000 +@@ -39,7 +39,7 @@ + #endif + + #ifdef REGEX +-#include ++#include + #endif + + #include "jcc.h" +Binary files /usr/ports/www/ijb/work/ijb20/junkbuster and ./junkbuster differ diff -ruN /usr/ports/www/ijb/patches/patch-ah ./patches/patch-ah --- /usr/ports/www/ijb/patches/patch-ah Wed Dec 31 21:00:00 1969 +++ ./patches/patch-ah Mon Feb 28 02:38:24 2000 @@ -0,0 +1,38 @@ +diff -ruN /usr/ports/www/ijb/work/ijb20/loaders.c ./loaders.c +--- /usr/ports/www/ijb/work/ijb20/loaders.c Mon Feb 28 02:35:10 2000 ++++ ./loaders.c Mon Feb 28 02:34:29 2000 +@@ -8,7 +8,7 @@ + #include + #include + #include +-#include ++#include + #include + #include + #include +@@ -18,7 +18,7 @@ + #endif + + #ifdef REGEX +-#include ++#include + #endif + + #include "jcc.h" +@@ -1160,7 +1160,7 @@ + + extern char *acl_rcs, *bind_rcs, *conn_rcs, *encode_rcs, + *jcc_rcs, *loaders_rcs, *parsers_rcs, *filters_rcs, +- *socks4_rcs, *ssplit_rcs, *gnu_regex_rcs, *win32_rcs; ++ *socks4_rcs, *ssplit_rcs, *win32_rcs; + + b = strsav(b, "

Source versions:

\n"); + b = strsav(b, "
");
+@@ -1174,7 +1174,6 @@
+ 	sprintf(buf, "%s\n", socks4_rcs    );	b = strsav(b, buf);
+ 	sprintf(buf, "%s\n", ssplit_rcs    );	b = strsav(b, buf);
+ 	sprintf(buf, "%s\n", acl_rcs       );	b = strsav(b, buf);
+-	sprintf(buf, "%s\n", gnu_regex_rcs );	b = strsav(b, buf);
+ 	sprintf(buf, "%s\n", win32_rcs     );	b = strsav(b, buf);
+ 	b = strsav(b, "
"); + diff -ruN /usr/ports/www/ijb/patches/patch-ai ./patches/patch-ai --- /usr/ports/www/ijb/patches/patch-ai Wed Dec 31 21:00:00 1969 +++ ./patches/patch-ai Mon Feb 28 02:38:24 2000 @@ -0,0 +1,10 @@ +diff -ruN /usr/ports/www/ijb/work/ijb20/loaders.h ./loaders.h +--- /usr/ports/www/ijb/work/ijb20/loaders.h Wed Dec 31 21:00:00 1969 ++++ ./loaders.h Mon Feb 28 02:22:47 2000 +@@ -0,0 +1,6 @@ ++#ifndef __LOADERS_H_INCLUDE__ ++#define __LOADERS_H_INCLUDE__ ++ ++void * zalloc(int); ++ ++#endif /* __LOADERS_H_INCLUDE__ */ diff -ruN /usr/ports/www/ijb/patches/patch-aj ./patches/patch-aj --- /usr/ports/www/ijb/patches/patch-aj Wed Dec 31 21:00:00 1969 +++ ./patches/patch-aj Mon Feb 28 02:38:24 2000 @@ -0,0 +1,12 @@ +diff -ruN /usr/ports/www/ijb/work/ijb20/parsers.c ./parsers.c +--- /usr/ports/www/ijb/work/ijb20/parsers.c Mon Feb 28 02:35:10 2000 ++++ ./parsers.c Mon Feb 28 02:31:06 2000 +@@ -15,7 +15,7 @@ + #endif + + #ifdef REGEX +-#include ++#include + #endif + + #include "jcc.h" diff -ruN /usr/ports/www/ijb/patches/patch-ak ./patches/patch-ak --- /usr/ports/www/ijb/patches/patch-ak Wed Dec 31 21:00:00 1969 +++ ./patches/patch-ak Mon Feb 28 02:56:15 2000 @@ -0,0 +1,27 @@ +diff -ruN /usr/ports/www/ijb/work/ijb20/socks4.c ./socks4.c +--- /usr/ports/www/ijb/work/ijb20/socks4.c Mon Feb 28 02:35:10 2000 ++++ ./socks4.c Mon Feb 28 02:31:06 2000 +@@ -19,11 +19,13 @@ + #endif + + #ifdef REGEX +-#include ++#include + #endif + + #include "jcc.h" + ++#define DEFAULT_FALLBACK_HTTP_PORT 80 ++ + #define SOCKS_REQUEST_GRANTED 90 + #define SOCKS_REQUEST_REJECT 91 + #define SOCKS_REQUEST_IDENT_FAILED 92 +@@ -56,7 +58,7 @@ + unsigned char sbuf[BUFSIZ]; + struct socks_op *c = (struct socks_op *)cbuf; + struct socks_reply *s = (struct socks_reply *)sbuf; +- int web_server_addr; ++ int web_server_addr = DEFAULT_FALLBACK_HTTP_PORT; + int n, csiz, sfd, target_port; + int err = 0; + char *errstr, *target_host; diff -ruN /usr/ports/www/ijb/patches/patch-al ./patches/patch-al --- /usr/ports/www/ijb/patches/patch-al Wed Dec 31 21:00:00 1969 +++ ./patches/patch-al Mon Feb 28 02:49:49 2000 @@ -0,0 +1,12 @@ +diff -ruN /usr/ports/www/ijb/work/ijb20/ssplit.c ./ssplit.c +--- /usr/ports/www/ijb/work/ijb20/ssplit.c Mon Feb 28 02:35:10 2000 ++++ ./ssplit.c Mon Feb 28 02:31:06 2000 +@@ -18,6 +18,8 @@ + * l = flag indicating whether to ignore leading field separators + */ + ++#include "loaders.h" ++#include + #include + + int ssplit(char *s, char *c, char *v[], int n, int m, int l) diff -ruN /usr/ports/www/ijb/patches/patch-am ./patches/patch-am --- /usr/ports/www/ijb/patches/patch-am Wed Dec 31 21:00:00 1969 +++ ./patches/patch-am Mon Feb 28 02:38:24 2000 @@ -0,0 +1,12 @@ +diff -ruN /usr/ports/www/ijb/work/ijb20/win32.c ./win32.c +--- /usr/ports/www/ijb/work/ijb20/win32.c Mon Feb 28 02:35:10 2000 ++++ ./win32.c Mon Feb 28 02:31:06 2000 +@@ -7,7 +7,7 @@ + + #include + #ifdef REGEX +-#include "gnu_regex.h" ++#include "gnuregex.h" + #endif + #include "jcc.h" + #include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 23: 0: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22FBA37B6E0 for ; Sun, 27 Feb 2000 23:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA99635; Sun, 27 Feb 2000 23:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 27 Feb 2000 23:00:03 -0800 (PST) Message-Id: <200002280700.XAA99635@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: lioux@uol.com.br Subject: Re: ports/17035: Update port www/ijb to both use FreeBSD gnuregex and emit less warnings Reply-To: lioux@uol.com.br Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17035; it has been noted by GNATS. From: lioux@uol.com.br To: freebsd-gnats-submit@FreeBSD.org Cc: lioux@linf.unb.br Subject: Re: ports/17035: Update port www/ijb to both use FreeBSD gnuregex and emit less warnings Date: Mon, 28 Feb 2000 03:42:19 -0300 + The following files were added by this patch: patches/patch-ab patches/patch-ac patches/patch-ad patches/patch-ae patches/patch-af patches/patch-ag patches/patch-ah patches/patch-ai patches/patch-aj patches/patch-ak patches/patch-al patches/patch-am To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Feb 27 23:23:55 2000 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id B382737B6A5; Sun, 27 Feb 2000 23:23:21 -0800 (PST) (envelope-from reg@shale.csir.co.za) Received: from C992631-A.pinol1.sfba.home.com (C992631-A.pinol1.sfba.home.com [24.12.58.155]) by shale.csir.co.za (8.9.3/8.9.3) with ESMTP id JAA75098; Mon, 28 Feb 2000 09:22:58 +0200 (SAT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by C992631-A.pinol1.sfba.home.com (8.9.3/8.9.3) id XAA35570; Sun, 27 Feb 2000 23:22:38 -0800 (PST) (envelope-from reg) Date: Sun, 27 Feb 2000 23:22:38 -0800 From: Jeremy Lea To: steve@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/17029: update port: graphics/Mesa3: 3.0 -> 3.1 Message-ID: <20000227232238.D542@shale.csir.co.za> References: <200002280346.TAA84388@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200002280346.TAA84388@freefall.freebsd.org>; from steve@FreeBSD.ORG on Sun, Feb 27, 2000 at 07:46:01PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Sun, Feb 27, 2000 at 07:46:01PM -0800, steve@FreeBSD.ORG wrote: > Synopsis: update port: graphics/Mesa3: 3.0 -> 3.1 > > Responsible-Changed-From-To: freebsd-ports->steve > Responsible-Changed-By: steve > Responsible-Changed-When: Sun Feb 27 19:45:40 PST 2000 > Responsible-Changed-Why: > I'll try to coordinate this one with Justin. You might want to try the attached patch. I've verified that the .la files don't get installed in a non broken tree... -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ graphics/Mesa3: Maintainer: jseger@FreeBSD.org Upgrade from 3.0 to ${VERSION} Changes: Makefile files/md5 patches/patch-aa patches/patch-ab patches/patch-ac pkg/PLIST Adds : Removes: --- /usr/ports.ref/graphics/Mesa3/Makefile Tue Aug 31 21:33:05 1999 +++ graphics/Mesa3/Makefile Sun Feb 27 22:12:18 2000 @@ -1,53 +1,43 @@ # New ports collection makefile for: Mesa -# Version required: 3.0 +# Version required: 3.1 # Date created: Tue Feb 7 12:02:49 1995 # Whom: hsu # # $FreeBSD: ports/graphics/Mesa3/Makefile,v 1.34 1999/08/31 06:44:53 mharo Exp $ # -DISTNAME= MesaLib-3.0 -PKGNAME= Mesa-3.0 +DISTNAME= MesaLib-${VERSION} +PKGNAME= Mesa-${VERSION} CATEGORIES= graphics -MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ \ +MASTER_SITES= http://download.sourceforge.net/mesa3d/ \ + ftp://iris.ssec.wisc.edu/pub/Mesa/ \ ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MesaDemos-3.0.tar.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MesaDemos-${VERSION}.tar.gz MAINTAINER= jseger@FreeBSD.org -WRKSRC= ${WRKDIR}/Mesa-3.0 +.if defined(WITH_GGI) +LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi +CONFIGURE_ARGS+=--with-ggi=${X11BASE} +.endif -USE_X_PREFIX= yes -LIBS= libMesaGL libMesaGLU +VERSION= 3.1 +GLVER= 14 +GLUTVER= 3 -.include +PLIST_SUB= GLVER="${GLVER}" GLUTVER="${GLUTVER}" -.if ${PORTOBJFORMAT} == "elf" -ALL_TARGET= freebsd-elf -SHLIB_VERSION= 14 -GLUT_VERSION= 3 -.else -ALL_TARGET= freebsd -SHLIB_VERSION= 14.0 -GLUT_VERSION= 3.7 -.endif +WRKSRC= ${WRKDIR}/${PKGNAME} -do-install: -.for file in ${LIBS} - ${INSTALL_DATA} ${WRKSRC}/lib/${file}.a ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/lib/${file}.so.${SHLIB_VERSION} ${PREFIX}/lib - ${LN} -fs ${file}.so.${SHLIB_VERSION} ${PREFIX}/lib/${file}.so -.endfor - ${INSTALL_DATA} ${WRKSRC}/lib/libglut.a ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/lib/libglut.so.${GLUT_VERSION} ${PREFIX}/lib - ${LN} -fs libglut.so.${GLUT_VERSION} ${PREFIX}/lib/libglut.so -.for file in GL GLU - @${LN} -fs libMesa${file}.a ${PREFIX}/lib/lib${file}.a - @${LN} -fs libMesa${file}.so.${SHLIB_VERSION} ${PREFIX}/lib/lib${file}.so.${SHLIB_VERSION} - @${LN} -fs libMesa${file}.so ${PREFIX}/lib/lib${file}.so +USE_X_PREFIX= yes +USE_LIBTOOL= yes +CONFIGURE_ARGS= --enable-static +CONFIGURE_ENV+= GLVER="${GLVER}" GLUTVER="${GLUTVER}" + +post-install: +.for lib in GL GLU + @${LN} -sf ${PREFIX}/lib/lib${lib}.so ${PREFIX}/lib/libMesa${lib}.so + @${LN} -sf ${PREFIX}/lib/lib${lib}.a ${PREFIX}/lib/libMesa${lib}.a .endfor - @${MKDIR} ${PREFIX}/include/GL - ${INSTALL_DATA} ${WRKSRC}/include/GL/* ${PREFIX}/include/GL - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib -.include +.include --- /usr/ports.ref/graphics/Mesa3/files/md5 Wed Sep 30 19:17:42 1998 +++ graphics/Mesa3/files/md5 Sun Feb 27 21:01:17 2000 @@ -1,2 +1,2 @@ -MD5 (MesaLib-3.0.tar.gz) = 34af82a8ab6b8283ea77855f3fdf7ef5 -MD5 (MesaDemos-3.0.tar.gz) = 6ec326092bf8f634a23f7203dc66baad +MD5 (MesaLib-3.1.tar.gz) = 39af22bdf42f280f20afcacfa7ba4599 +MD5 (MesaDemos-3.1.tar.gz) = c788d5206acf290439f718d5f447724c --- /usr/ports.ref/graphics/Mesa3/patches/patch-aa Sat Oct 3 14:38:11 1998 +++ graphics/Mesa3/patches/patch-aa Sun Feb 27 21:01:17 2000 @@ -1,51 +1,15 @@ ---- Make-config.orig Sun Aug 30 05:27:56 1998 -+++ Make-config Wed Sep 30 14:50:03 1998 -@@ -1,8 +1,12 @@ - # Make-config +--- configure Tue Dec 14 14:20:48 1999 ++++ configure.new Sat Feb 26 00:34:51 2000 +@@ -815,9 +815,9 @@ --MAJOR=3 -+MAJOR=14 - MINOR=0 -+.if ${PORTOBJFORMAT} == "elf" -+VERSION=$(MAJOR) -+.else - VERSION=$(MAJOR).$(MINOR) -+.endif - # Mesa 3-D graphics library - # Copyright (C) 1995-1998 Brian Paul -@@ -281,6 +285,16 @@ - "MAKELIB = ../mklib.freebsd" \ - "XLIBS = -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11" + # CURRENT:REVISION:AGE +-LIBGL_VERSION=3:0:2 +-LIBGLU_VERSION=3:0:2 +-LIBGLUT_VERSION=10:0:7 ++LIBGL_VERSION=${GLVER}:0 ++LIBGLU_VERSION=${GLVER}:0 ++LIBGLUT_VERSION=${GLUTVER}:0 + -+freebsd-elf: -+ $(MAKE) $(MFLAGS) targets \ -+ "GL_LIB = libMesaGL.a" \ -+ "GLU_LIB = libMesaGLU.a" \ -+ "GLUT_LIB = libglut.a" \ -+ "CC = gcc" \ -+ "CFLAGS = -O2 -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100" \ -+ "MAKELIB = ../mklib.freebsd" \ -+ "XLIBS = -Wl,-rpath,${X11BASE}/lib -L${X11BASE}/lib -lXext -lXmu -lXi -lX11" -+ - freebsd-386: - $(MAKE) $(MFLAGS) targets \ - "GL_LIB = libMesaGL.a" \ -@@ -291,6 +305,17 @@ - "MAKELIB = ../mklib.freebsd" \ - "XLIBS = -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11" \ - "ASM_SOURCES = asm_386.S" -+ -+freebsd-386-elf: -+ $(MAKE) $(MFLAGS) targets \ -+ "GL_LIB = libMesaGL.a" \ -+ "GLU_LIB = libMesaGLU.a" \ -+ "GLUT_LIB = libglut.a" \ -+ "CC = gcc" \ -+ "CFLAGS = -O3 -ffast-math -fPIC -pedantic -I/usr/X11R6/include -DSHM -DHZ=100 -DUSE_X86_ASM" \ -+ "MAKELIB = ../mklib.freebsd" \ -+ "XLIBS = -Wl,-rpath,${X11BASE}/lib -L${X11BASE}/lib -lXext -lXmu -lXi -lX11" \ -+ "ASM_SOURCES = asm_386.S" - gcc: - $(MAKE) $(MFLAGS) targets \ --- /usr/ports.ref/graphics/Mesa3/patches/patch-ab Wed Sep 30 19:17:46 1998 +++ graphics/Mesa3/patches/patch-ab Sun Feb 27 21:13:09 2000 @@ -1,6 +1,6 @@ ---- Makefile.orig Tue Sep 1 05:14:24 1998 -+++ Makefile Wed Sep 30 14:52:15 1998 -@@ -123,7 +123,9 @@ +--- Makefile.orig Wed Dec 15 17:32:20 1999 ++++ Makefile Sun Feb 27 21:07:59 2000 +@@ -44,7 +44,9 @@ @echo " make cygnus-linux for Win95/NT using Cygnus-Win32 under Linux" @echo " make dgux for Data General" @echo " make freebsd for FreeBSD systems with GCC" @@ -10,12 +10,12 @@ @echo " make gcc for a generic system with GCC" @echo " make hpux9 for HP systems with HPUX 9.x" @echo " make hpux9-sl for HP systems with HPUX 9.x, make shared libs" -@@ -208,7 +210,7 @@ +@@ -136,7 +138,7 @@ --aix aix-sl amix bsdos dgux freebsd freebsd-386 gcc \ -+aix aix-sl amix bsdos dgux freebsd freebsd-elf freebsd-386 freebsd-386-elf gcc \ - hpux9 hpux9-gcc hpux9-sl hpux9-gcc-sl hpux10 hpux10-gcc hpux10-gcc-sl \ - irix-debug irix4 irix5 irix5-gcc irix5-dso irix6-32 \ - irix6-32-dso \ +-aix aix-sl amix bsdos bsdos4 dgux freebsd freebsd-386 gcc \ ++aix aix-sl amix bsdos bsdos4 dgux freebsd freebsd-elf freebsd-386 freebsd-386-elf gcc \ + hpux9 hpux9-sl hpux9-gcc hpux9-gcc-sl \ + hpux10 hpux10-sl hpux10-gcc hpux10-gcc-sl \ + irix4 irix5 irix5-gcc irix5-dso irix6-o32 irix6-o32-dso \ --- /usr/ports.ref/graphics/Mesa3/patches/patch-ac Sat Sep 18 14:25:44 1999 +++ graphics/Mesa3/patches/patch-ac Sun Feb 27 21:11:24 2000 @@ -1,5 +1,5 @@ ---- mklib.freebsd.orig Tue Oct 21 18:34:34 1997 -+++ mklib.freebsd Fri Sep 17 13:50:59 1999 +--- bin/mklib.freebsd.orig Wed Sep 15 08:10:20 1999 ++++ bin/mklib.freebsd Sun Feb 27 21:10:06 2000 @@ -34,7 +34,11 @@ #--platform------------------------------------------------------------ --- /usr/ports.ref/graphics/Mesa3/pkg/PLIST Wed Sep 30 19:17:47 1998 +++ graphics/Mesa3/pkg/PLIST Sun Feb 27 23:15:01 2000 @@ -1,7 +1,4 @@ -include/GL/dosmesa.h -include/GL/foomesa.h -include/GL/fxmesa.h -include/GL/ggimesa.h +etc/mesa.conf include/GL/gl.h include/GL/gl_mangle.h include/GL/glu.h @@ -9,27 +6,21 @@ include/GL/glut.h include/GL/glx.h include/GL/glx_mangle.h -include/GL/mglmesa.h include/GL/osmesa.h -include/GL/osmesa3.h -include/GL/svgamesa.h -include/GL/wmesa.h include/GL/xmesa.h +include/GL/xmesa_x.h +include/GL/xmesa_xf86.h lib/libGL.a lib/libGL.so -lib/libGL.so.14 +lib/libGL.so.%%GLVER%% lib/libGLU.a lib/libGLU.so -lib/libGLU.so.14 -lib/libMesaGL.a +lib/libGLU.so.%%GLVER%% lib/libMesaGL.so -lib/libMesaGL.so.14 -lib/libMesaGLU.a lib/libMesaGLU.so -lib/libMesaGLU.so.14 lib/libglut.a lib/libglut.so -lib/libglut.so.3.7 +lib/libglut.so.%%GLUTVER%% @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm include/GL To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 0:30: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0908A37B7F2 for ; Mon, 28 Feb 2000 00:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA07491; Mon, 28 Feb 2000 00:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from nejimaki2.pfu.co.jp (nejimaki2.pfu.co.jp [202.248.171.130]) by hub.freebsd.org (Postfix) with ESMTP id 5C63B37B859 for ; Mon, 28 Feb 2000 00:24:44 -0800 (PST) (envelope-from hsakai@alex.trad.pfu.co.jp) Received: from scansend.pfu.co.jp ([10.232.16.32]) by nejimaki2.pfu.co.jp (8.9.3/3.7W-99121211) with ESMTP id RAA24868 for ; Mon, 28 Feb 2000 17:24:38 +0900 (JST) Received: from capella.pfu.co.jp (interscan2.pfu.co.jp [10.232.16.31]) by scansend.pfu.co.jp (8.9.3/3.7W-99120918) with ESMTP id RAA12874 for ; Mon, 28 Feb 2000 17:24:37 +0900 (JST) Received: from alex.trad.pfu.co.jp (alex.trad.pfu.co.jp [10.232.37.2]) by capella.pfu.co.jp (8.9.3/3.7W-99120918) with ESMTP id RAA25425 for ; Mon, 28 Feb 2000 17:24:34 +0900 (JST) Received: (from hsakai@localhost) by alex.trad.pfu.co.jp (8.8.8/8.8.8) id RAA04507; Mon, 28 Feb 2000 17:25:17 +0900 (JST) (envelope-from hsakai) Message-Id: <200002280825.RAA04507@alex.trad.pfu.co.jp> Date: Mon, 28 Feb 2000 17:25:17 +0900 (JST) From: hsakai@pfu.co.jp Reply-To: hsakai@pfu.co.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17037: I made a new port of NADAR-b04 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17037 >Category: ports >Synopsis: A new port of NADAR-b04 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 00:30:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Sakai Hiroaki >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: PFU >Environment: FreeBSD-2.2.8R XFree86-3.3.2 >Description: I made a new port of NADAR-b04. NADAR is a network tank battle game. Many players can play it together over the network. # 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: # # nadar # nadar/files # nadar/files/md5 # nadar/patches # nadar/patches/patch-aa # nadar/patches/patch-ab # nadar/pkg # nadar/pkg/PLIST # nadar/pkg/DESCR # nadar/pkg/COMMENT # nadar/Makefile # echo c - nadar mkdir -p nadar > /dev/null 2>&1 echo c - nadar/files mkdir -p nadar/files > /dev/null 2>&1 echo x - nadar/files/md5 sed 's/^X//' >nadar/files/md5 << 'END-of-nadar/files/md5' XMD5 (nadar-b04.tar.gz) = 4d7587ba37fa45e4cf1b5c5e1c82bc34 END-of-nadar/files/md5 echo c - nadar/patches mkdir -p nadar/patches > /dev/null 2>&1 echo x - nadar/patches/patch-aa sed 's/^X//' >nadar/patches/patch-aa << 'END-of-nadar/patches/patch-aa' X*** Makefile~ Sat Feb 26 13:38:55 2000 X--- Makefile Sat Feb 26 13:39:21 2000 X*************** X*** 8,15 **** X # operate it, and destroy other tanks to survive! X ############################################################################### X X! PREFIX = /usr/X11R6 X! X11BASE = /usr/X11R6 X BINDIR = ${PREFIX}/bin X MANDIR = ${PREFIX}/man/man1 X PKGNAME = nadar-b04 X--- 8,15 ---- X # operate it, and destroy other tanks to survive! X ############################################################################### X X! #PREFIX = /usr/X11R6 X! #X11BASE = /usr/X11R6 X BINDIR = ${PREFIX}/bin X MANDIR = ${PREFIX}/man/man1 X PKGNAME = nadar-b04 END-of-nadar/patches/patch-aa echo x - nadar/patches/patch-ab sed 's/^X//' >nadar/patches/patch-ab << 'END-of-nadar/patches/patch-ab' X*** client/Makefile~ Sat Feb 26 13:39:01 2000 X--- client/Makefile Sat Feb 26 13:39:37 2000 X*************** X*** 8,14 **** X # operate it, and destroy other tanks to survive! X ############################################################################### X X! X11BASE = /usr/X11R6 X X CC = gcc X RM = rm -f X--- 8,14 ---- X # operate it, and destroy other tanks to survive! X ############################################################################### X X! #X11BASE = /usr/X11R6 X X CC = gcc X RM = rm -f END-of-nadar/patches/patch-ab echo c - nadar/pkg mkdir -p nadar/pkg > /dev/null 2>&1 echo x - nadar/pkg/PLIST sed 's/^X//' >nadar/pkg/PLIST << 'END-of-nadar/pkg/PLIST' Xbin/nadars Xbin/nadar END-of-nadar/pkg/PLIST echo x - nadar/pkg/DESCR sed 's/^X//' >nadar/pkg/DESCR << 'END-of-nadar/pkg/DESCR' XN.A.D.A.R. is a network tank battle game. You can play N.A.D.A.R. with some Xplayers over the network. X XThis port installs "/usr/X11R6/bin/nadars" and "/usr/X11R6/bin/nadar". X"nadars" is a server of N.A.D.A.R. Run it before playing N.A.D.A.R. X"nadar" is a client of N.A.D.A.R. for X. Run it after nadars starts. X XExample: X X server-machine> nadars X client-machine1> nadar -s [Server's hostname] -p [Player's name] X client-machine2> nadar -s [Server's hostname] -p [Player's name] X ... X XIf playing speed is very slow, Run nadar as below with size option. X X client-machine> nadar -s [Server's hostname] -p [Player's name] -size 30 X XSee nadars(1) and nadar(1) for more details. X XWWW: http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft.html X X- Sakai Hiroaki Xsakai@seki.ee.kagu.sut.ac.jp, hsakai@pfu.co.jp END-of-nadar/pkg/DESCR echo x - nadar/pkg/COMMENT sed 's/^X//' >nadar/pkg/COMMENT << 'END-of-nadar/pkg/COMMENT' XA network tank battle game END-of-nadar/pkg/COMMENT echo x - nadar/Makefile sed 's/^X//' >nadar/Makefile << 'END-of-nadar/Makefile' X# New ports collection makefile for: NADAR X# Version required: b04 X# Date created: 27 February 2000 X# Whom: Sakai Hiroaki X# X# $FreeBSD$ X# X XDISTNAME= nadar-b04 XCATEGORIES= games XMASTER_SITES= http://www.seki.ee.kagu.sut.ac.jp/~sakai/ XMAINTAINER= sakai@seki.ee.kagu.sut.ac.jp X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XALL_TARGET= all X XUSE_X_PREFIX= yes X XMAN1= nadars.1 nadar.1 XMANCOMPRESSED= yes X X.include END-of-nadar/Makefile exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 1: 0: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF0F037B870 for ; Mon, 28 Feb 2000 01:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA11222; Mon, 28 Feb 2000 01:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 54E1037B86A for ; Mon, 28 Feb 2000 00:58:57 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA11097; Mon, 28 Feb 2000 00:58:57 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002280858.AAA11097@freefall.freebsd.org> Date: Mon, 28 Feb 2000 00:58:57 -0800 (PST) From: osa@FreeBSD.org.ru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17038: gimp-1.1.17 fatal error at startup... Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17038 >Category: ports >Synopsis: gimp-1.1.17 fatal error at startup... >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 01:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Sergey A. Osokin >Release: 3.4-STABLE >Organization: Russian FreeBSD Team >Environment: 3.4-STABLE >Description: % gimp Can't make loaded symbols global on this platform while loading /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Gtk/Gtk.so at /usr/libdata/perl/5.00503/DynaLoader.pm line 169. Can't make loaded symbols global on this platform while loading /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Gtk/Gtk.so at /usr/libdata/perl/5.00503/DynaLoader.pm line 169. Can't make loaded symbols global on this platform while loading /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Gtk/Gtk.so at /usr/libdata/perl/5.00503/DynaLoader.pm line 169. Can't make loaded symbols global on this platform while loading /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Gtk/Gtk.so at /usr/libdata/perl/5.00503/DynaLoader.pm line 169. Can't make loaded symbols global on this platform while loading /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Gtk/Gtk.so at /usr/libdata/perl/5.00503/DynaLoader.pm line 169. Can't make loaded symbols global on this platform while loading /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Gtk/Gtk.so at /usr/libdata/perl/5.00503/DynaLoader.pm line 169. Can't make loaded symbols global on this platform while loading /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/auto/Gtk/Gtk.so at /usr/libdata/perl/5.00503/DynaLoader.pm line 169. ** WARNING **: bad translation for menupath: /Help/Help... gimp: fatal error: sigsegv caught gimp (pid:27571): [E]xit, [H]alt, show [S]tack trace or [P]roceed: P Killed >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 1:40: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1C0137B772 for ; Mon, 28 Feb 2000 01:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA14599; Mon, 28 Feb 2000 01:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from beebite.ugh.net.au (beebite.ugh.net.au [203.31.238.37]) by hub.freebsd.org (Postfix) with ESMTP id 5B85537B788 for ; Mon, 28 Feb 2000 01:39:27 -0800 (PST) (envelope-from andrew@ugh.net.au) Received: by beebite.ugh.net.au (Postfix, from userid 1000) id 26051286; Mon, 28 Feb 2000 20:39:24 +1100 (EST) Message-Id: <20000228093924.26051286@beebite.ugh.net.au> Date: Mon, 28 Feb 2000 20:39:24 +1100 (EST) From: andrew@ugh.net.au Reply-To: andrew@ugh.net.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17039: update of gpart port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17039 >Category: ports >Synopsis: update of gpart 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: Mon Feb 28 01:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andrew >Release: FreeBSD 3.3-STABLE i386 >Organization: UgH! >Environment: >Description: Update port from 0.1e to 0.1f. From the change log: - Default scan increment 'h' again. - Fixed wrong head-boundary condition. - Introduced possibility to edit guessed partitions. - Scan now starts on (sectors/head) unless -k was given. - Length of guessed NTFS partitions now includes NTFS backup boot sector created by NT4. >How-To-Repeat: >Fix: diff -urN gpart.old/Makefile gpart/Makefile --- gpart.old/Makefile Mon Feb 28 18:21:39 2000 +++ gpart/Makefile Mon Feb 28 19:03:02 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: gpart -# Version required: 0.1e +# Version required: 0.1f # Date created: 29 Sep 1999 # Whom: Andrew Stevenson # # $FreeBSD: ports/sysutils/gpart/Makefile,v 1.1.1.1 1999/11/01 03:05:53 steve Exp $ # -DISTNAME= gpart-0.1e +DISTNAME= gpart-0.1f CATEGORIES= sysutils MASTER_SITES= http://www.stud.uni-hannover.de/user/76201/gpart/ \ ${MASTER_SITE_SUNSITE} diff -urN gpart.old/files/md5 gpart/files/md5 --- gpart.old/files/md5 Mon Feb 28 18:21:39 2000 +++ gpart/files/md5 Mon Feb 28 19:05:23 2000 @@ -1 +1 @@ -MD5 (gpart-0.1e.tar.gz) = 1fbeecc5737935c074acfba222ac6319 +MD5 (gpart-0.1f.tar.gz) = 8540e923f3a1e905050e82d3f308a4cd >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 2:12:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from assaris.sics.se (assaris.sics.se [193.10.66.234]) by hub.freebsd.org (Postfix) with ESMTP id B9BCC37B755 for ; Mon, 28 Feb 2000 02:12:26 -0800 (PST) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id LAA26452; Mon, 28 Feb 2000 11:12:24 +0100 (CET) (envelope-from assar) From: Assar Westerlund To: ports@freebsd.org Subject: please look at ports/17036? Date: 28 Feb 2000 11:12:24 +0100 Message-ID: <5lu2itzldj.fsf@assaris.sics.se> Lines: 7 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I've sent in a patch to make a current arla work on 4-current in the PR ports/17036. Since previous updates to this port has gone in the electronic limbo and the current maintainer seems to have no time to dedicate to this, could you please look at this patch and/or apply it? Thanks. /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 2:50: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B8FC37B796 for ; Mon, 28 Feb 2000 02:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA20971; Mon, 28 Feb 2000 02:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from neva.vlink.ru (neva.vlink.ru [195.9.70.8]) by hub.freebsd.org (Postfix) with ESMTP id 108C037B73A for ; Mon, 28 Feb 2000 02:41:47 -0800 (PST) (envelope-from dsh@neva.vlink.ru) Received: by neva.vlink.ru (Postfix, from userid 1000) id A6B757EE59; Mon, 28 Feb 2000 13:41:35 +0300 (MSK) Message-Id: <20000228104135.A6B757EE59@neva.vlink.ru> Date: Mon, 28 Feb 2000 13:41:35 +0300 (MSK) From: dsh@neva.vlink.ru Reply-To: dsh@neva.vlink.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17041: update of www/jesred port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17041 >Category: ports >Synopsis: update of www/jesred port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 02:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Denis Shaposhnikov >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: Remove depend on www/squid22. >How-To-Repeat: diff -Nru jesred.orig/Makefile jesred/Makefile --- jesred.orig/Makefile Mon Dec 27 05:15:00 1999 +++ jesred/Makefile Mon Feb 28 13:26:16 2000 @@ -13,19 +13,14 @@ MAINTAINER= dsh@vlink.ru -RUN_DEPENDS= squid:${PORTSDIR}/www/squid22 - do-install: - ${INSTALL_PROGRAM} ${COPY} ${WRKSRC}/jesred ${PREFIX}/libexec - ${SED} "s!%%PREFIX%%!${PREFIX}!" < ${WRKSRC}/etc/jesred.conf \ - > ${WRKSRC}/etc/jesred.conf.sample - ${INSTALL_DATA} ${WRKSRC}/etc/jesred.conf.sample ${PREFIX}/etc/squid - ${INSTALL_DATA} ${COPY} ${WRKSRC}/etc/redirect.acl \ - ${PREFIX}/etc/squid/redirect.acl.sample - ${INSTALL_DATA} ${COPY} ${WRKSRC}/etc/redirect.rules \ - ${PREFIX}/etc/squid/redirect.rules.sample - @[ -f ${PREFIX}/etc/squid/jesred.conf ] || \ - ${CP} ${PREFIX}/etc/squid/jesred.conf.sample \ - ${PREFIX}/etc/squid/jesred.conf + ${INSTALL_PROGRAM} ${WRKSRC}/jesred ${PREFIX}/libexec + ${MKDIR} ${PREFIX}/etc/jesred + ${INSTALL_DATA} ${WRKSRC}/etc/jesred.conf \ + ${PREFIX}/etc/jesred/jesred.conf.sample + ${INSTALL_DATA} ${WRKSRC}/etc/redirect.acl \ + ${PREFIX}/etc/jesred/redirect.acl.sample + ${INSTALL_DATA} ${WRKSRC}/etc/redirect.rules \ + ${PREFIX}/etc/jesred/redirect.rules.sample .include diff -Nru jesred.orig/patches/patch-aa jesred/patches/patch-aa --- jesred.orig/patches/patch-aa Mon Dec 27 05:15:00 1999 +++ jesred/patches/patch-aa Mon Feb 28 13:26:16 2000 @@ -1,5 +1,5 @@ --- Makefile.orig Sat Jul 25 07:19:50 1998 -+++ Makefile Mon Nov 8 18:22:45 1999 ++++ Makefile Wed Jan 19 11:53:51 2000 @@ -2,20 +2,20 @@ # HINT: If you want to run the program on an UltraSPARC driven machine, # I recommend to use Sun C-Compiler >= 4.0 or gcc >= 2.8.0 with @@ -31,7 +31,7 @@ # redirect rules are ignored, if there are some. # -# DEFS = -DUSE_ACCEL -+DEFS = -DUSE_ACCEL -DDEFAULT_PATH=\"${PREFIX}/etc/squid\" ++DEFS = -DUSE_ACCEL -DDEFAULT_PATH=\"${PREFIX}/etc/jesred\" # That's it - no further changes should be necessary ;-) # =========================================================================== diff -Nru jesred.orig/patches/patch-ac jesred/patches/patch-ac --- jesred.orig/patches/patch-ac Mon Dec 27 05:15:00 1999 +++ jesred/patches/patch-ac Thu Jan 1 03:00:00 1970 @@ -1,24 +0,0 @@ ---- etc/jesred.conf.orig Sat Aug 15 08:17:54 1998 -+++ etc/jesred.conf Mon Nov 8 18:54:12 1999 -@@ -1,17 +1,17 @@ - # file with IP addresses, for which URL rewriting is [not] allowed --allow = /local/squid/etc/redirect.acl -+allow = %%PREFIX%%/etc/squid/redirect.acl.sample - - # file with rules for URL rewriting --rules = /local/squid/etc/redirect.rules -+rules = %%PREFIX%%/etc/squid/redirect.rules.sample - - # log file for general, error and debug messages (empty value or commenting - # this out disables logging) --redirect_log = /local/squid/logs/redirect.log -+redirect_log = %%PREFIX%%/squid/logs/redirect.log - - # log file for URL rewrites (empty value or commenting this out disables - # logging of URL rewrites) - # Log file format: Timestamp Client/Ident URL RURL NO --rewrite_log = /local/squid/logs/rewrite.log -+rewrite_log = %%PREFIX%%/squid/logs/rewrite.log - - # Debug mode: if set to yes and DEBUG option was compiled in, this enables - # debug logging to redirect_log diff -Nru jesred.orig/pkg/PLIST jesred/pkg/PLIST --- jesred.orig/pkg/PLIST Mon Dec 27 05:15:00 1999 +++ jesred/pkg/PLIST Mon Feb 28 13:26:16 2000 @@ -1,5 +1,5 @@ -etc/squid/jesred.conf.sample -@exec [ -f %B/jesred.conf ] || /bin/cp %B/%f %B/jesred.conf -etc/squid/redirect.acl.sample -etc/squid/redirect.rules.sample +etc/jesred/jesred.conf.sample +etc/jesred/redirect.acl.sample +etc/jesred/redirect.rules.sample libexec/jesred +@dirrm etc/jesred >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 3: 5:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 75D4737B551; Mon, 28 Feb 2000 03:05:49 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.3/8.9.3) id MAA21328; Mon, 28 Feb 2000 12:04:45 +0100 (CET) (envelope-from ibex) Date: Mon, 28 Feb 2000 12:04:44 +0100 From: Dirk Froemberg To: "Scot W. Hetzel" Cc: dan@freebsddiary.org, ports@freebsd.org, rse@freebsd.org Subject: Re: apache/php/frontpage Message-ID: <20000228120444.A19617@physik.TU-Berlin.DE> References: <200002262053.JAA16803@ducky.nz.freebsd.org> <001e01bf80b7$464bb380$8dfee0d1@westbend.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <001e01bf80b7$464bb380$8dfee0d1@westbend.net>; from hetzels@westbend.net on Sat, Feb 26, 2000 at 06:11:52PM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Scot! On Sat, Feb 26, 2000 at 06:11:52PM -0600, Scot W. Hetzel wrote: > From: "Dan Langille" > > Do we have a port which does apache/php/frontpage? I fear not. We > > have ports which do apache/php and apache/frontpage, but not both. > > > No FP port with PHP. Some one did create a apache/php/ssl/FP port. > > > I understood a mega-port was in the works which would allow people to > > select which modules they wanted. The goal was to reduce the number > > of apache ports but increase the flexibility at the same time. Any news > > on this port? > > I am working on it, had to put it on hold for a little while due to other > responsibilities. Looked at it yesterday and am in the process of upgrading > the main Apache & mod_ssl ports to their latest versions. When that is > completed I'll be working on the mod_jserv, mod_frontpage and mod_php ports. Hmmm, I'm still missing a concept how to migrate from the old system (apache13-x-y-z) to the new system (apache13 plus mod_*). What will happen if you finished your work? Will we have the old and new ports in the tree? BTW. a mod_php3 is already finished. I created one to see whether there are any pitfalls with a shared php module. mod_ssl should be left to Ralf S. Engelschall . He is the author of mod_ssl and maintainer of apache13-modssl. > I also need to add the FP patches to the apache-ssl port, so that it can > also use the mod_frontpage port. If apache13-ssl stays in the tree it would conflict apache13... Regards Dirk -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 3:20: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw4.prontomail.com (mailgw4.prontomail.com [209.185.149.195]) by hub.freebsd.org (Postfix) with ESMTP id CBC6537B753 for ; Mon, 28 Feb 2000 03:20:07 -0800 (PST) (envelope-from tkato@prontomail.ne.jp) Received: from mail46.prontomail.com (209.185.149.146) by mailgw4.prontomail.com (NPlex 2.0.123) for ports@FreeBSD.ORG; Mon, 28 Feb 2000 03:11:28 -0800 Received: from web28 (209.185.149.228) by mail46.prontomail.com (NPlex 2.0.123); Mon, 28 Feb 2000 03:19:24 -0800 From: "KATO Tsuguru" Message-Id: Date: Mon, 28 Feb 2000 20:20:07 +0900 X-Priority: Normal Content-Type: text/plain; charset=ISO-2022-JP To: asami@FreeBSD.ORG Subject: Re: BROKEN_ELF ports Cc: ports@FreeBSD.ORG X-Mailer: Web Based Pronto Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > The following ports have been marked BROKEN_ELF for over a year. > Since we`re discuntinuing support for a.out systems, I would like to > delete them. Wait a minute, please... > /usr/ports/lang/mit-scheme/Makefile:BROKEN_ELF= yes Original MIT Scheme has been updated to 7.5.3, which is ready for FreeBSD i386 ELF binary format. It should be quite easy to adapt this into the ports tree. WWW: http://www.swiss.ai.mit.edu/projects/scheme/ > /usr/ports/lang/schemetoc/Makefile:BROKEN_ELF= yes See ports/16677. > /usr/ports/japanese/pine/Makefile:BROKEN_ELF= yes See ports/16872. -- KATO Tsuguru / tkato@prontomail.ne.jp Sent by Japanese ProntoMail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 6:19:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from argon.blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id 4124137B821; Mon, 28 Feb 2000 06:19:15 -0800 (PST) (envelope-from will@blackdawn.com) Received: by argon.blackdawn.com (Postfix, from userid 1000) id ED89818B5; Mon, 28 Feb 2000 09:18:58 -0500 (EST) Date: Mon, 28 Feb 2000 09:18:58 -0500 From: Will Andrews To: assar@stacken.kth.se Cc: FreeBSD-gnats-submit@FreeBSD.ORG, thepish@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: working port for arla-0.31 Message-ID: <20000228091858.B452@argon.blackdawn.com> References: <200002280442.FAA14969@hunahpu.sics.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200002280442.FAA14969@hunahpu.sics.se>; from assar@stacken.kth.se on Mon, Feb 28, 2000 at 05:42:17AM +0100 X-Operating-System: FreeBSD 4.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 28, 2000 at 05:42:17AM +0100, assar@stacken.kth.se wrote: > >Submitter-Id: current-users > >Originator: Assar Westerlund > >Organization: Arla-hackers-R-us > >Confidential: no > >Synopsis: working port for arla-0.31 About time! I was pretty intent on submitting a port removal request for this particular port, since I've never seen it build successfully before. > The current arla port is based on (old) arla 0.28 and does not build > on 4.0-current. This update fixes both of these problems. I've sent > in earlier patches to which nothing happened, they were assigned to > the maintainer (thepish). As far as I can tell, the maintainer does > not have time to deal with this. Yeah, I'd say that's correct. Some people just don't have time to do anything.. some don't care enough to even delegate the task to someone who does have enough time to get the job done. > --- arla.orig/pkg/DESCR Mon May 3 07:24:57 1999 > +++ arla/pkg/DESCR Mon Feb 28 05:35:30 2000 > @@ -4,7 +4,7 @@ > capabilities of commercial AFS. Other planned and implemented things are > all the normal management tools and a server. > > -Version 0.9 status: > +Version 0.31 status: Instead of this (to prevent further unnecessary diffs), why not something like "Current arla status:" ? -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 6:22:40 2000 Delivered-To: freebsd-ports@freebsd.org Received: from argon.blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id 9D93437B84B; Mon, 28 Feb 2000 06:22:36 -0800 (PST) (envelope-from will@blackdawn.com) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 179DB18B5; Mon, 28 Feb 2000 09:22:33 -0500 (EST) Date: Mon, 28 Feb 2000 09:22:33 -0500 From: Will Andrews To: Jeremy Lea Cc: steve@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/17029: update port: graphics/Mesa3: 3.0 -> 3.1 Message-ID: <20000228092233.D452@argon.blackdawn.com> References: <200002280346.TAA84388@freefall.freebsd.org> <20000227232238.D542@shale.csir.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000227232238.D542@shale.csir.co.za>; from reg@FreeBSD.ORG on Sun, Feb 27, 2000 at 11:22:38PM -0800 X-Operating-System: FreeBSD 4.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Feb 27, 2000 at 11:22:38PM -0800, Jeremy Lea wrote: > You might want to try the attached patch. I've verified that the .la > files don't get installed in a non broken tree... Steve approached me about this and I concluded that my USE_LIBTOOL actually did work on my system. Thanks for looking into this. (If you could, since I know you're a libtool expert, please look at the kvirc and kdevelop port updates.. I haven't been able to remove *.la with USE_LIBTOOL on those. Thanks!) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 6:28:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from assaris.sics.se (assaris.sics.se [193.10.66.234]) by hub.freebsd.org (Postfix) with ESMTP id 6DE8837B821; Mon, 28 Feb 2000 06:28:31 -0800 (PST) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id PAA26983; Mon, 28 Feb 2000 15:28:25 +0100 (CET) (envelope-from assar) From: assar@stacken.kth.se To: Will Andrews Cc: FreeBSD-gnats-submit@FreeBSD.ORG, thepish@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: working port for arla-0.31 References: <200002280442.FAA14969@hunahpu.sics.se> <20000228091858.B452@argon.blackdawn.com> Date: 28 Feb 2000 15:28:25 +0100 In-Reply-To: Will Andrews's message of "Mon, 28 Feb 2000 09:18:58 -0500" Message-ID: <5ld7ph4d12.fsf@assaris.sics.se> Lines: 27 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Will Andrews writes: > About time! I was pretty intent on submitting a port removal request for > this particular port, since I've never seen it build successfully before. Thanks. Having it there but not building didn't make me very happy either... > > the maintainer (thepish). As far as I can tell, the maintainer does > > not have time to deal with this. > > Yeah, I'd say that's correct. Some people just don't have time to do > anything.. some don't care enough to even delegate the task to someone who > does have enough time to get the job done. I do understand volunteers not having time, but then hopefully somebody else will take over. > > -Version 0.9 status: > > +Version 0.31 status: > > Instead of this (to prevent further unnecessary diffs), why not something > like "Current arla status:" ? Sure, of just a reference to the web-page, it's better with a reference to the canonical reference than an out-of-date pseudo-copy. /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 6:30: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E902737B673 for ; Mon, 28 Feb 2000 06:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA47548; Mon, 28 Feb 2000 06:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Feb 2000 06:30:02 -0800 (PST) Message-Id: <200002281430.GAA47548@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17034; it has been noted by GNATS. From: Will Andrews To: Will Andrews Cc: FreeBSD-gnats-submit@FreeBSD.ORG, imura@FreeBSD.ORG Subject: Re: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Date: Mon, 28 Feb 2000 09:20:37 -0500 On Mon, Feb 28, 2000 at 12:06:37AM -0500, Will Andrews wrote: > RUN_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf > +.if defined(USE_OPTIONAL_DEPENDS) ^^^^^^^ Er, whoops. No wonder my make -DWANT_OPTIONAL_RUNDEPENDS didn't work. :) -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 6:30: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2980F37B7E5 for ; Mon, 28 Feb 2000 06:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA47555; Mon, 28 Feb 2000 06:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Feb 2000 06:30:04 -0800 (PST) Message-Id: <200002281430.GAA47555@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "R. Imura" Subject: Re: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Reply-To: "R. Imura" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17034; it has been noted by GNATS. From: "R. Imura" To: andrews@technologist.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Date: Mon, 28 Feb 2000 23:21:15 +0900 > Upgrade devel/kdevelop to new version (kdevelop 1.1 final). > Changes to port: > 1) Remove invalid MASTER_SITE and add new ones. > 2) Move USE_OPTIONAL_RUNDEPENDS around. > 3) Allow changing the shlib number on libldkgloader (new library). > 4) General Makefile cleanups. > 5) Sort pkg/PLIST. Add new entries. > 6) Removed 2 obsolete patches (-aa,-ae), added one (-af). > > I suppose I should've uuencoded this since it's so big. :-) > > CC to R. Imura for his reference. He will probably leech some of the upgrade > information for his kdevelop-i18n off this PR. ;-) Thanks, but sad to say, my main machine's M/B seems to be crashed... I'm writing this mail with old slow note book, no distfiles, no ports tree, no disk space, so I can not test your PR right now. However, I can give you hints from my remember when I tested 1.1-Beta2. 1) If you symlink /usr/include/g++/FlexLexer.h to WRKSRC, you can remove all of patches. 2) You should add CONFIGURE_ARGS=--with-extra-{includes,libs} to LOCALBASE in order to detect -lpng in configure. -- R. Imura // my private mail address has changed. // imura@cs.titech.ac.jp ====> imura@af.airnet.ne.jp /(-.-)y-~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 6:30:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B70C37B85B for ; Mon, 28 Feb 2000 06:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA47564; Mon, 28 Feb 2000 06:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from gw.willscreek.com (gw.willscreek.com [216.158.26.4]) by hub.freebsd.org (Postfix) with ESMTP id E954B37B673 for ; Mon, 28 Feb 2000 06:26:11 -0800 (PST) (envelope-from bmc@WillsCreek.COM) Received: from tributary.inside.willscreek.com (tributary.inside.willscreek.com. [172.16.87.5]) by gw.willscreek.com (8.9.3/8.9.3) with ESMTP id JAA13287 for ; Mon, 28 Feb 2000 09:26:08 -0500 (EST) Received: from current.inside.willscreek.com (current.inside.willscreek.com [172.16.87.2]) by tributary.inside.willscreek.com (8.9.3/8.9.3) with ESMTP id JAA18570; Mon, 28 Feb 2000 09:26:07 -0500 (EST) Received: (from bmc@localhost) by current.inside.willscreek.com (8.9.2/8.8.5) id JAA23818; Mon, 28 Feb 2000 09:26:07 -0500 (EST) Message-Id: <200002281426.JAA23818@current.inside.willscreek.com> Date: Mon, 28 Feb 2000 09:26:07 -0500 (EST) From: Brian Clapper Reply-To: bmc@WillsCreek.COM To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17044: [Update] tgif port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17044 >Category: ports >Synopsis: [Update] tgif port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 06:30:04 PST 2000 >Closed-Date: >Last-Modified: >Originator: Brian Clapper >Release: FreeBSD 3.1-RELEASE i386 >Organization: WillsCreek.COM >Environment: Tested on 3.1-RELEASE with XFree86 version 3.3.3.1. Should work on other releases, as well. >Description: Updates tgif to version 4.1.27 (latest version). >How-To-Repeat: >Fix: Enclosed is "diff -uNr" output necessary to update current port from 4.1.25 to 4.1.27 ---------- Begin Enclosure diff -uNr tgif-4.1.25/Makefile tgif-4.1.27/Makefile --- tgif-4.1.25/Makefile Mon Dec 6 06:14:51 1999 +++ tgif-4.1.27/Makefile Sun Feb 27 16:31:41 2000 @@ -6,7 +6,7 @@ # $FreeBSD: ports/graphics/tgif/Makefile,v 1.23 1999/12/06 00:32:15 cpiazza Exp $ # -DISTNAME= tgif-4.1.25 +DISTNAME= tgif-4.1.27 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ diff -uNr tgif-4.1.25/files/md5 tgif-4.1.27/files/md5 --- tgif-4.1.25/files/md5 Fri Nov 26 18:15:01 1999 +++ tgif-4.1.27/files/md5 Sun Feb 27 16:30:29 2000 @@ -1 +1 @@ -MD5 (tgif-4.1.25.tar.gz) = 0e7e2bb43c891181bad4e8db8ddaa73d +MD5 (tgif-4.1.27.tar.gz) = a1f11d3c250e5cff876e71afe42db03f diff -uNr tgif-4.1.25/patches/patch-aa tgif-4.1.27/patches/patch-aa --- tgif-4.1.25/patches/patch-aa Fri Nov 26 18:15:01 1999 +++ tgif-4.1.27/patches/patch-aa Sun Feb 27 16:33:50 2000 @@ -4,8 +4,8 @@ .\" .\" .\" --.TH tgif n "Version 4.1 Patchlevel 23 and Above" "Tgif" -+.TH tgif 1L "Version 4.1 Patchlevel 25 and Above" "Tgif" +-.TH tgif n "Version 4.1 Patchlevel 27 and Above" "Tgif" ++.TH tgif 1L "Version 4.1 Patchlevel 27 and Above" "Tgif" .\" .SH NAME .\" ---------- End Enclosure >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 6:40: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D650C37B845 for ; Mon, 28 Feb 2000 06:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA76381; Mon, 28 Feb 2000 06:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Feb 2000 06:40:03 -0800 (PST) Message-Id: <200002281440.GAA76381@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17034; it has been noted by GNATS. From: Will Andrews To: "R. Imura" Cc: andrews@technologist.com, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Date: Mon, 28 Feb 2000 09:32:36 -0500 On Mon, Feb 28, 2000 at 11:21:15PM +0900, R. Imura wrote: > Thanks, but sad to say, my main machine's M/B seems to be crashed... > I'm writing this mail with old slow note book, no distfiles, no ports tree, > no disk space, so I can not test your PR right now. Oh, that sucks! Would you like me to try upgrading kdevelop-i18n for you? This way, it'll get into the tree before 4.0-RELEASE. Let me know if there's anything particularly different about the -i18n port. > However, I can give you hints from my remember when I tested 1.1-Beta2. > > 1) If you symlink /usr/include/g++/FlexLexer.h to WRKSRC, you can > remove all of patches. Hmm, interesting idea. I'll try it! > 2) You should add CONFIGURE_ARGS=--with-extra-{includes,libs} to > LOCALBASE in order to detect -lpng in configure. Ok. I'll look at it ASAP. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 7: 0: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CB4ED37B7F6 for ; Mon, 28 Feb 2000 07:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA16343; Mon, 28 Feb 2000 07:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Feb 2000 07:00:03 -0800 (PST) Message-Id: <200002281500.HAA16343@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "R. Imura" Subject: Re: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Reply-To: "R. Imura" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17034; it has been noted by GNATS. From: "R. Imura" To: andrews@technologist.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Date: Mon, 28 Feb 2000 23:56:30 +0900 > Would you like me to try upgrading kdevelop-i18n for you? This way, it'll > get into the tree before 4.0-RELEASE. Let me know if there's anything > particularly different about the -i18n port. Yes, please. :) - From kdevelop-1.0 o No PATCHFILES/EXTRA_PATCHS required. All of them are included in this release. - Difference between mine and yours o Name of libralies. (See old patch-aa) o CONFIGURE_ENV=X_EXTRA_LIBS="-lxpg4" - do not forget this argument. What about c_c++_reference.tar.gz ? I think it's better to include into this port. Or create a new port to install the documents? -- R. Imura // my private mail address has changed. // imura@cs.titech.ac.jp ====> imura@af.airnet.ne.jp /(-.-)y-~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 7:48: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A064137B88A; Mon, 28 Feb 2000 07:48:06 -0800 (PST) (envelope-from imura@FreeBSD.org) Received: (from imura@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA21672; Mon, 28 Feb 2000 07:48:06 -0800 (PST) (envelope-from imura@FreeBSD.org) Date: Mon, 28 Feb 2000 07:48:06 -0800 (PST) From: Message-Id: <200002281548.HAA21672@freefall.freebsd.org> To: kuehn@rz.tu-clausthal.de, imura@FreeBSD.org, imura@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16656: ports/lang/ocaml updated to 2.04 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/lang/ocaml updated to 2.04 State-Changed-From-To: open->closed State-Changed-By: imura State-Changed-When: Mon Feb 28 07:44:49 PST 2000 State-Changed-Why: Committed, thanks! Responsible-Changed-From-To: imura->freebsd-ports Responsible-Changed-By: imura Responsible-Changed-When: Mon Feb 28 07:44:49 PST 2000 Responsible-Changed-Why: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 8:12:51 2000 Delivered-To: freebsd-ports@freebsd.org Received: from kci.kciLink.com (kci.kciLink.com [204.117.82.1]) by hub.freebsd.org (Postfix) with ESMTP id EFF2137BBCB for ; Mon, 28 Feb 2000 08:12:46 -0800 (PST) (envelope-from khera@kciLink.com) Received: from onceler.kcilink.com (onceler.kciLink.com [204.117.82.2]) by kci.kciLink.com (Postfix) with ESMTP id B3A0CE8AD; Mon, 28 Feb 2000 11:12:43 -0500 (EST) Received: (from khera@localhost) by onceler.kcilink.com (8.9.3/8.9.3) id LAA06262; Mon, 28 Feb 2000 11:12:43 -0500 (EST) (envelope-from khera@kci.kcilink.com) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14522.40571.620973.975345@onceler.kcilink.com> Date: Mon, 28 Feb 2000 11:12:43 -0500 (EST) To: Will Andrews Cc: Rod Taylor , freebsd-ports@FreeBSD.ORG Subject: Re: ports/16413: klyx port fails to compile In-Reply-To: <20000225202819.C17742@shadow.blackdawn.com> References: <38B5FD25.8BD30EDF@zort.on.ca> <14518.43097.328783.536781@onceler.kcilink.com> <00022520225408.01336@peon.zort.on.ca> <20000225202819.C17742@shadow.blackdawn.com> X-Mailer: VM 6.72 under 21.1 (patch 8) "Bryce Canyon" XEmacs Lucid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> "WA" == Will Andrews writes: WA> On Fri, Feb 25, 2000 at 08:20:35PM -0500, Rod Taylor wrote: >> As per the below, klyx appears to need a USE_NEWGCC= YES in it's makefile. WA> You need to update your tree if that's true. USE_QT now implies WA> USE_NEWGCC. Don't tell me it doesn't, because I orchestrated that WA> (much-needed, long-awaited, etc.) change. As the last line on my message indicated, it does indeed compile and build properly now. The port did update my Qt and KDE base libs to be compiled with NEWGCC, and everything is fine. The port seems to be up to date now, at least for 3.4-STABLE. Thanks again! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 8:50: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2039B37B8E9 for ; Mon, 28 Feb 2000 08:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA28356; Mon, 28 Feb 2000 08:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id 777F537B8C9 for ; Mon, 28 Feb 2000 08:49:24 -0800 (PST) (envelope-from girgen@partitur.se) Received: from elbas.partitur.se (elbas.partitur.se [193.219.246.222]) by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id RAA05668; Mon, 28 Feb 2000 17:48:57 +0100 (CET) (envelope-from girgen@partitur.se) Received: (from girgen@localhost) by elbas.partitur.se (8.9.3/8.9.3) id RAA82666; Mon, 28 Feb 2000 17:48:57 +0100 (CET) (envelope-from girgen@partitur.se) Message-Id: <200002281648.RAA82666@elbas.partitur.se> Date: Mon, 28 Feb 2000 17:48:57 +0100 (CET) From: Palle Girgensohn Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org Cc: Ruslan@Shevchenko.Kiev.UA X-Send-Pr-Version: 3.2 Subject: ports/17047: Let doc++ install documentation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17047 >Category: ports >Synopsis: Let doc++ install documentation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 08:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 3.3-RELEASE i386 >Organization: Partitur >Environment: fresh ports tree >Description: The devel/doc++ package does not install any documentation. This patch makes it do just that. >How-To-Repeat: >Fix: --- Makefile.orig Mon Feb 28 17:26:53 2000 +++ Makefile Mon Feb 28 17:39:49 2000 @@ -21,4 +21,39 @@ GNU_CONFIGURE= yes USE_GMAKE= yes +post-install: +.if !defined(NOPORTDOCS) + @$(MKDIR) $(PREFIX)/share/doc/doc++ + @cd $(WRKSRC)/doc/manual/html; $(INSTALL_DATA) ClassGraph.class \ + ClassGraphPanel.class \ + ClassLayout.class \ + CommonBase.html \ + Derived_Class.html \ + Example.html \ + FileInclusion.html \ + FrequentlyAskedQuestions.html \ + General.html \ + HIER.html \ + HIERjava.html \ + InstallationInstructions.html \ + Intermediate.html \ + Introduction.html \ + ManualEntries.html \ + NavigatorButton.class \ + Quickstart.html \ + ReferenceManual.html \ + Structure.html \ + TextFormatting.html \ + Usage.html \ + down.gif \ + function.html \ + icon1.gif \ + icon2.gif \ + index.html \ + logo.gif \ + supportedHTMLmacros.html \ + supportedTeXmacros.html \ + $(PREFIX)/share/doc/doc++ +.endif + .include --- pkg/PLIST~ Sat Dec 26 06:00:45 1998 +++ pkg/PLIST Mon Feb 28 17:32:18 2000 @@ -1,3 +1,33 @@ bin/doc++ bin/docify bin/promote +share/doc/doc++/ClassGraph.class +share/doc/doc++/ClassGraphPanel.class +share/doc/doc++/ClassLayout.class +share/doc/doc++/CommonBase.html +share/doc/doc++/Derived_Class.html +share/doc/doc++/Example.html +share/doc/doc++/FileInclusion.html +share/doc/doc++/FrequentlyAskedQuestions.html +share/doc/doc++/General.html +share/doc/doc++/HIER.html +share/doc/doc++/HIERjava.html +share/doc/doc++/InstallationInstructions.html +share/doc/doc++/Intermediate.html +share/doc/doc++/Introduction.html +share/doc/doc++/ManualEntries.html +share/doc/doc++/NavigatorButton.class +share/doc/doc++/Quickstart.html +share/doc/doc++/ReferenceManual.html +share/doc/doc++/Structure.html +share/doc/doc++/TextFormatting.html +share/doc/doc++/Usage.html +share/doc/doc++/down.gif +share/doc/doc++/function.html +share/doc/doc++/icon1.gif +share/doc/doc++/icon2.gif +share/doc/doc++/index.html +share/doc/doc++/logo.gif +share/doc/doc++/supportedHTMLmacros.html +share/doc/doc++/supportedTeXmacros.html +@dirrm share/doc/doc++ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 8:58:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 23C7437B8C9 for ; Mon, 28 Feb 2000 08:58:26 -0800 (PST) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (pc062023.tokyo.jcom.ne.jp [210.155.62.23]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id BAA12670 for ; Tue, 29 Feb 2000 01:58:08 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id BAA82477; Tue, 29 Feb 2000 01:57:37 +0900 (JST) Date: Tue, 29 Feb 2000 01:58:27 +0900 Message-ID: <867lfpb6x8.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/16972: japanese/esecanna-vje30: restructuring plus In-Reply-To: In your message of "Sun, 27 Feb 2000 22:58:03 +0900" <867lfqeoic.wl@archon.local.idaemons.org> References: <200002260640.WAA68641@freefall.freebsd.org> <861z60mcd6.wl@archon.local.idaemons.org> <867lfqeoic.wl@archon.local.idaemons.org> User-Agent: Wanderlust/2.2.18 (Please Forgive Me) EMIKO/1.13.11 (Euglena viridis) FLIM/1.13.2 (Kasanui) APEL/10.1 MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) Organization: Associated I. Daemons MIME-Version: 1.0 (generated by EMIKO 1.13.11 - "Euglena viridis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Modified patch-ab to support 2.2-STABLE. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( "If you choose not to decide you still have made a choice." --- patches/patch-ab.orig Sat Feb 26 00:03:11 2000 +++ patches/patch-ab Tue Feb 29 01:42:15 2000 @@ -1,6 +1,6 @@ --- Makefile.orig Fri Feb 25 14:51:30 2000 -+++ Makefile Sat Feb 26 00:02:26 2000 -@@ -4,7 +4,7 @@ ++++ Makefile Tue Feb 29 01:30:41 2000 +@@ -4,11 +4,19 @@ LIBDIR= $(PREFIX)/lib DLLDIR= $(PREFIX)/lib/esecanna VARDIR= /var @@ -9,7 +9,20 @@ SHLIB_VER?= 1 -@@ -18,7 +18,7 @@ +-TARGETLIB= libesecanna.so ++TARGETLIB_BASE= libesecanna.so ++TARGETLIB_FULL= $(TARGETLIB_BASE).$(SHLIB_VER) ++ ++.if $(PORTOBJFORMAT) == "elf" ++TARGETLIB= $(TARGETLIB_BASE) ++.else ++TARGETLIB= $(TARGETLIB_FULL) ++.endif ++ + TARGET= $(TARGETLIB) esecannaserver + OBJS= main.o cannaproto.o cannasocket.o imewrapper.o + LIBOBJS= misc.o +@@ -18,7 +26,7 @@ -DVARPATH=\"$(VARDIR)\" \ -DRCPATH=\"$(RCDIR)\" CC?= gcc @@ -18,12 +31,13 @@ LDFLAGS= -L. -lesecanna # -L/usr/local/lib -lefence # for Electric Fence LINK= env LD_LIBRARY_PATH=`pwd` $(CC) -@@ -26,10 +26,14 @@ +@@ -26,19 +34,23 @@ all: $(TARGET) $(TARGETLIB): $(LIBOBJS) +- $(CC) -o $@ -shared -Wl,-soname,$@.$(SHLIB_VER) $(LIBOBJS) +.if $(PORTOBJFORMAT) == "elf" - $(CC) -o $@ -shared -Wl,-soname,$@.$(SHLIB_VER) $(LIBOBJS) ++ $(CC) -o $@ -shared -Wl,-soname,$(TARGETLIB_FULL) $(LIBOBJS) +.else + $(CC) -o $@ -shared $(LIBOBJS) +.endif @@ -34,3 +48,14 @@ clean: -rm -f $(OBJS) $(LIBOBJS) $(TARGET) *~ core *.core + + install: $(TARGET) + install -cs esecannaserver $(BINDIR) +- install -cs $(TARGETLIB) $(LIBDIR)/$(TARGETLIB).$(SHLIB_VER) ++ install -cs $(TARGETLIB) $(LIBDIR)/$(TARGETLIB_FULL) + install -cm 644 esecannarc $(RCDIR) +- ln -sf $(LIBDIR)/$(TARGETLIB).$(SHLIB_VER) $(LIBDIR)/$(TARGETLIB) ++ ln -sf $(LIBDIR)/$(TARGETLIB_FULL) $(LIBDIR)/$(TARGETLIB_BASE) + + depend: + @makedepend -Y -- $(CFLAGS) -- $(SRCS) &> /dev/null To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 9:10: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9922337B8C9 for ; Mon, 28 Feb 2000 09:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA30316; Mon, 28 Feb 2000 09:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Feb 2000 09:10:02 -0800 (PST) Message-Id: <200002281710.JAA30316@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Steve Price Subject: Re: ports/16972: japanese/esecanna-vje30: restructuring plus (fwd) Reply-To: Steve Price Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16972; it has been noted by GNATS. From: Steve Price To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/16972: japanese/esecanna-vje30: restructuring plus (fwd) Date: Mon, 28 Feb 2000 11:03:40 -0600 (CST) ---------- Forwarded message ---------- Date: Tue, 29 Feb 2000 01:58:27 +0900 From: Akinori -Aki- MUSHA To: freebsd-ports@FreeBSD.ORG Subject: Re: ports/16972: japanese/esecanna-vje30: restructuring plus Modified patch-ab to support 2.2-STABLE. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( "If you choose not to decide you still have made a choice." --- patches/patch-ab.orig Sat Feb 26 00:03:11 2000 +++ patches/patch-ab Tue Feb 29 01:42:15 2000 @@ -1,6 +1,6 @@ --- Makefile.orig Fri Feb 25 14:51:30 2000 -+++ Makefile Sat Feb 26 00:02:26 2000 -@@ -4,7 +4,7 @@ ++++ Makefile Tue Feb 29 01:30:41 2000 +@@ -4,11 +4,19 @@ LIBDIR= $(PREFIX)/lib DLLDIR= $(PREFIX)/lib/esecanna VARDIR= /var @@ -9,7 +9,20 @@ SHLIB_VER?= 1 -@@ -18,7 +18,7 @@ +-TARGETLIB= libesecanna.so ++TARGETLIB_BASE= libesecanna.so ++TARGETLIB_FULL= $(TARGETLIB_BASE).$(SHLIB_VER) ++ ++.if $(PORTOBJFORMAT) == "elf" ++TARGETLIB= $(TARGETLIB_BASE) ++.else ++TARGETLIB= $(TARGETLIB_FULL) ++.endif ++ + TARGET= $(TARGETLIB) esecannaserver + OBJS= main.o cannaproto.o cannasocket.o imewrapper.o + LIBOBJS= misc.o +@@ -18,7 +26,7 @@ -DVARPATH=\"$(VARDIR)\" \ -DRCPATH=\"$(RCDIR)\" CC?= gcc @@ -18,12 +31,13 @@ LDFLAGS= -L. -lesecanna # -L/usr/local/lib -lefence # for Electric Fence LINK= env LD_LIBRARY_PATH=`pwd` $(CC) -@@ -26,10 +26,14 @@ +@@ -26,19 +34,23 @@ all: $(TARGET) $(TARGETLIB): $(LIBOBJS) +- $(CC) -o $@ -shared -Wl,-soname,$@.$(SHLIB_VER) $(LIBOBJS) +.if $(PORTOBJFORMAT) == "elf" - $(CC) -o $@ -shared -Wl,-soname,$@.$(SHLIB_VER) $(LIBOBJS) ++ $(CC) -o $@ -shared -Wl,-soname,$(TARGETLIB_FULL) $(LIBOBJS) +.else + $(CC) -o $@ -shared $(LIBOBJS) +.endif @@ -34,3 +48,14 @@ clean: -rm -f $(OBJS) $(LIBOBJS) $(TARGET) *~ core *.core + + install: $(TARGET) + install -cs esecannaserver $(BINDIR) +- install -cs $(TARGETLIB) $(LIBDIR)/$(TARGETLIB).$(SHLIB_VER) ++ install -cs $(TARGETLIB) $(LIBDIR)/$(TARGETLIB_FULL) + install -cm 644 esecannarc $(RCDIR) +- ln -sf $(LIBDIR)/$(TARGETLIB).$(SHLIB_VER) $(LIBDIR)/$(TARGETLIB) ++ ln -sf $(LIBDIR)/$(TARGETLIB_FULL) $(LIBDIR)/$(TARGETLIB_BASE) + + depend: + @makedepend -Y -- $(CFLAGS) -- $(SRCS) &> /dev/null To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 9:59:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from argon.blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id A773937B906 for ; Mon, 28 Feb 2000 09:59:44 -0800 (PST) (envelope-from will@blackdawn.com) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 4009E196E; Mon, 28 Feb 2000 12:59:42 -0500 (EST) Date: Mon, 28 Feb 2000 12:59:42 -0500 From: Will Andrews To: Vivek Khera Cc: Will Andrews , Rod Taylor , freebsd-ports@FreeBSD.ORG Subject: Re: ports/16413: klyx port fails to compile Message-ID: <20000228125941.B1087@argon.blackdawn.com> References: <38B5FD25.8BD30EDF@zort.on.ca> <14518.43097.328783.536781@onceler.kcilink.com> <00022520225408.01336@peon.zort.on.ca> <20000225202819.C17742@shadow.blackdawn.com> <14522.40571.620973.975345@onceler.kcilink.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <14522.40571.620973.975345@onceler.kcilink.com>; from khera@kciLink.com on Mon, Feb 28, 2000 at 11:12:43AM -0500 X-Operating-System: FreeBSD 4.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 28, 2000 at 11:12:43AM -0500, Vivek Khera wrote: > As the last line on my message indicated, it does indeed compile and > build properly now. The port did update my Qt and KDE base libs to be > compiled with NEWGCC, and everything is fine. The port seems to be up > to date now, at least for 3.4-STABLE. No problem! This update actually fixes a LOT of problems and relieves many headaches. Of course, some will complain about having to build GCC 2.95.2 on their -STABLE systems.. but then again, they're using up-to-date software (KDE) with outdated compilers (gcc 2.7.2.3). Anyway, look forward to seeing more KDE stuff in the tree because of NEWGCC. It will be easier now since we no longer need to test for compatibility with compiler on both -STABLE and -CURRENT, since both use the same compiler for all Qt and KDE apps now. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 10: 0: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FCCA37B8FE for ; Mon, 28 Feb 2000 10:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA36955; Mon, 28 Feb 2000 10:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Feb 2000 10:00:02 -0800 (PST) Message-Id: <200002281800.KAA36955@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17034; it has been noted by GNATS. From: Will Andrews To: "R. Imura" Cc: andrews@technologist.com, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Date: Mon, 28 Feb 2000 12:56:42 -0500 On Mon, Feb 28, 2000 at 11:56:30PM +0900, R. Imura wrote: > Yes, please. :) Ok, no problem. I'll send-pr (probably tomorrow) and you can take a look. > - Difference between mine and yours > > o Name of libralies. (See old patch-aa) > o CONFIGURE_ENV=X_EXTRA_LIBS="-lxpg4" - do not forget this argument. Ok. You say the PATCHFILES listed in kdevelop-i18n Makefile are no longer needed? > What about c_c++_reference.tar.gz ? > I think it's better to include into this port. > Or create a new port to install the documents? I think it should be a separate port. Not everyone wants documentation.. What are the "ShowBookmarks.tar.gz commentfeaturediff" files? -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 10:30: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF27E37B70C for ; Mon, 28 Feb 2000 10:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA39767; Mon, 28 Feb 2000 10:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Feb 2000 10:30:02 -0800 (PST) Message-Id: <200002281830.KAA39767@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "R. Imura" Subject: Re: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Reply-To: "R. Imura" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17034; it has been noted by GNATS. From: "R. Imura" To: andrews@technologist.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Date: Tue, 29 Feb 2000 03:19:06 +0900 > On Mon, Feb 28, 2000 at 11:56:30PM +0900, R. Imura wrote: > > Yes, please. :) > > Ok, no problem. I'll send-pr (probably tomorrow) and you can take a look. Thanks. > > - Difference between mine and yours > > > > o Name of libralies. (See old patch-aa) > > o CONFIGURE_ENV=X_EXTRA_LIBS="-lxpg4" - do not forget this argument. > > Ok. You say the PATCHFILES listed in kdevelop-i18n Makefile are no longer > needed? Yes, they are no longer needed. > > What about c_c++_reference.tar.gz ? > > I think it's better to include into this port. > > Or create a new port to install the documents? > > I think it should be a separate port. Not everyone wants documentation.. Ok, would you create the c++ reference port, too? If you won't, that's ok. You can get rid of the documentation from my port, anyway. > What are the "ShowBookmarks.tar.gz commentfeaturediff" files? They are used by EXTRA_PATCHES. Ignore them. :) Should be in 1.1. -- R. Imura // my private mail address has changed. // imura@cs.titech.ac.jp ====> imura@af.airnet.ne.jp /(-.-)y-~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 11: 0:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 85AAB37C36E for ; Mon, 28 Feb 2000 11:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA42530; Mon, 28 Feb 2000 11:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C76A37B70C for ; Mon, 28 Feb 2000 10:52:38 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA41673; Mon, 28 Feb 2000 10:52:38 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002281852.KAA41673@freefall.freebsd.org> Date: Mon, 28 Feb 2000 10:52:38 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17049: Update port: deskutils/gnucash Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17049 >Category: ports >Synopsis: Update port: deskutils/gnucash >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 11:00:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/gnucash/Makefile deskutils/gnucash/Makefile --- /usr/ports/deskutils/gnucash/Makefile Wed Aug 25 19:13:44 1999 +++ deskutils/gnucash/Makefile Mon Feb 28 00:40:38 2000 @@ -10,8 +10,8 @@ DISTNAME= xacc-1.0.18 PKGNAME= gnucash-1.0.18 CATEGORIES= deskutils -MASTER_SITES= http://www.gnucash.org/xacc/download/ \ - ftp://ftp.gnucash.org/pub/xacc/ +MASTER_SITES= http://www.gnucash.org/pub/xacc/ \ + ftp://ftp.gnucash.org/pub/gnucash/xacc/ MAINTAINER= obrien@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 11: 0:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CBA5237C366 for ; Mon, 28 Feb 2000 11:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA42515; Mon, 28 Feb 2000 11:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13D1437B932 for ; Mon, 28 Feb 2000 10:51:50 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA41596; Mon, 28 Feb 2000 10:51:49 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002281851.KAA41596@freefall.freebsd.org> Date: Mon, 28 Feb 2000 10:51:49 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17048: Update port: astro/saoimage Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17048 >Category: ports >Synopsis: Update port: astro/saoimage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 11:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Support CC/CFLAGS/X11BASE properly - Support install macros - Install sample configuration file >How-To-Repeat: >Fix: diff -urN /usr/ports/astro/saoimage/Makefile astro/saoimage/Makefile --- /usr/ports/astro/saoimage/Makefile Sun Feb 27 08:14:14 2000 +++ astro/saoimage/Makefile Mon Feb 28 02:59:50 2000 @@ -13,15 +13,13 @@ MAINTAINER= ports@FreeBSD.org MAKEFILE= makefile -ALL_TARGET= FreeBSD -INSTALL_TARGET= -f makefile.$(ALL_TARGET) install_saobin install_saoman - -MANL= saoimage.l +ALL_TARGET= ${OPSYS} USE_X_PREFIX= yes +MAN1= saoimage.1 -pre-build: - @(cd ${WRKSRC}/btnlib; ${MAKE}) -post-install: - strip $(PREFIX)/bin/saoimage +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/saoimage ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/imtoolrc ${PREFIX}/etc/imtoolrc.sample + ${INSTALL_MAN} ${WRKSRC}/doc/saoimage.man ${PREFIX}/man/man1/saoimage.1 .include diff -urN /usr/ports/astro/saoimage/patches/patch-aa astro/saoimage/patches/patch-aa --- /usr/ports/astro/saoimage/patches/patch-aa Mon Jan 24 20:13:06 2000 +++ astro/saoimage/patches/patch-aa Mon Feb 28 02:58:09 2000 @@ -1,5 +1,5 @@ ---- makefile.FreeBSD.orig Fri Nov 5 15:57:30 1999 -+++ makefile.FreeBSD Sun Jan 16 23:43:10 2000 +--- makefile.FreeBSD.orig Sat Nov 6 06:57:30 1999 ++++ makefile.FreeBSD Mon Feb 28 02:57:59 2000 @@ -36,9 +36,9 @@ # FBCONFIG_2, which is set to the value of IMTOOLRC in the definition of # the CFLAGS macro below.) @@ -9,16 +9,49 @@ -IMTRCDIR = $(ROOT)/usr/local/lib/ +SAOBINDIR = $(ROOT)$(PREFIX)/bin/ +SAOMANDIR = $(ROOT)$(PREFIX)/man/manl/ -+IMTRCDIR = $(ROOT)$(PREFIX)/lib/ ++IMTRCDIR = $(ROOT)$(PREFIX)/etc/ IMTOOLRC = $(IMTRCDIR)imtoolrc FIFO_I = $(ROOT)/dev/imt1i -@@ -76,7 +76,7 @@ +@@ -46,7 +46,7 @@ + FIFO_LN = $(ROOT)/dev/imt1 + + # Compiler specification. +-CC = cc ++CC ?= cc + # Uncomment these two lines to compile with gcc (add any optimizers you wish). + #CC = gcc -finline-functions -fdelayed-branch -fstrength-reduce + # Delayed branches could win big on RISC: many inner loops have branches +@@ -76,12 +76,12 @@ # OFLAGS: compiler optimization/debug options. #OFLAGS = -g -DDEBUG -OFLAGS = -O2 -m486 -pipe -+OFLAGS = -O2 -pipe ++#OFLAGS = -O2 -m486 -pipe # ADFLAGS: architecture-dependent floating point flags, etc. + #ADFLAGS = -I/usr/openwin/share/include # ATTENTION: OpenWindows users... +-ADFLAGS = -I/usr/X11R6/include ++ADFLAGS = -I${X11BASE}/include + + # Libraries that move about or may require special specification. + # +@@ -89,7 +89,7 @@ + # usual link search path, i.e., it is not in /usr/lib, it may be necessary + # to specify its path fully in XLIB. + +-XLIB = -L/usr/X11R6/lib -lX11 ++XLIB = -L${X11BASE}/lib -lX11 + #XLIB = -L/usr/X11R6/lib -lX11 # ATTENTION: OpenWindows users... + #F77LIB = -lF77 -lI77 -lU77 + F77LIB = -lf2c +@@ -106,7 +106,7 @@ + RM = rm -f + SHELL = /bin/sh + +-CFLAGS = $(OFLAGS) $(ADFLAGS) $(MFLAGS) $(IFLAGS) -DFBCONFIG_2=\"$(IMTOOLRC)\" ++CFLAGS += $(OFLAGS) $(ADFLAGS) $(MFLAGS) $(IFLAGS) -DFBCONFIG_2=\"$(IMTOOLRC)\" + + # SAOimage libraries that live in subdirectories with their own makefiles. + # This definition must be kept in correspondence with the DEPLIBS target. diff -urN /usr/ports/astro/saoimage/patches/patch-ab astro/saoimage/patches/patch-ab --- /usr/ports/astro/saoimage/patches/patch-ab Sun Sep 27 19:24:22 1998 +++ astro/saoimage/patches/patch-ab Mon Feb 28 02:12:07 2000 @@ -5,7 +5,7 @@ # make procedure in the parent SAOimage directory. -CFLAGS = -c -O -+CFLAGS = -c -O -I${X11BASE}/include ++CFLAGS += -c -I${X11BASE}/include LINT = lint RANLIB = ranlib diff -urN /usr/ports/astro/saoimage/pkg/PLIST astro/saoimage/pkg/PLIST --- /usr/ports/astro/saoimage/pkg/PLIST Fri Aug 14 07:15:02 1998 +++ astro/saoimage/pkg/PLIST Mon Feb 28 02:59:34 2000 @@ -1 +1,2 @@ bin/saoimage +etc/imtoolrc.sample >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 11: 0:45 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FBF837B977 for ; Mon, 28 Feb 2000 11:00:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA42575; Mon, 28 Feb 2000 11:00:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E411537B906 for ; Mon, 28 Feb 2000 10:54:51 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA41957; Mon, 28 Feb 2000 10:54:51 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002281854.KAA41957@freefall.freebsd.org> Date: Mon, 28 Feb 2000 10:54:51 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17051: Update port: devel/xwpe to 1.0.22a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17051 >Category: ports >Synopsis: Update port: devel/xwpe to 1.0.22a >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 11:00:07 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.0.22a - Add WWW: line into pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/xwpe/Makefile devel/xwpe/Makefile --- /usr/ports/devel/xwpe/Makefile Sun Feb 13 20:21:45 2000 +++ devel/xwpe/Makefile Mon Feb 28 06:38:13 2000 @@ -1,17 +1,17 @@ # ex:ts=8 # Ports collection makefile for: xwpe -# Version required: 1.5.18a +# Version required: 1.5.22a # Date created: Fri Jan 24, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # # $FreeBSD: ports/devel/xwpe/Makefile,v 1.12 2000/02/13 03:24:52 obrien Exp $ # -DISTNAME= xwpe-1.5.19a +DISTNAME= xwpe-1.5.22a CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://www.rpi.edu/~payned/xwpe/ \ - ftp://identicalsoftware.com/pub/linux/xwpe/ + http://www.identicalsoftware.com/xwpe/ \ + ftp://ftp.identicalsoftware.com/pub/linux/xwpe/ MASTER_SITE_SUBDIR= apps/editors/X MAINTAINER= obrien@FreeBSD.org @@ -22,6 +22,8 @@ MAKE_ENV= LD_LIBRARY_PATH="${X11BASE}/lib" GNU_CONFIGURE= yes CONFIGURE_ENV= LD_LIBRARY_PATH="${X11BASE}/lib" +CONFIGURE_ARGS= --libdir=${PREFIX}/share +USE_XLIB= yes USE_GMAKE= yes ALL_TARGET= MAN1= xwpe.1 @@ -29,7 +31,7 @@ xwpe.1 wpe.1 \ xwpe.1 we.1 -post-install: - @strip ${PREFIX}/bin/xwpe +post-patch: + @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/*.c .include diff -urN /usr/ports/devel/xwpe/files/md5 devel/xwpe/files/md5 --- /usr/ports/devel/xwpe/files/md5 Wed Sep 22 19:12:57 1999 +++ devel/xwpe/files/md5 Sat Feb 26 05:27:20 2000 @@ -1 +1 @@ -MD5 (xwpe-1.5.19a.tar.gz) = 957cc44494a84ef57e5033de908cc8a4 +MD5 (xwpe-1.5.22a.tar.gz) = 6f89fe3da57ac67fdff6297f078630b6 diff -urN /usr/ports/devel/xwpe/patches/patch-02 devel/xwpe/patches/patch-02 --- /usr/ports/devel/xwpe/patches/patch-02 Sun Feb 28 20:19:13 1999 +++ devel/xwpe/patches/patch-02 Mon Feb 28 06:43:29 2000 @@ -1,20 +1,64 @@ ---- Makefile.in.orig Thu Feb 18 05:50:52 1999 -+++ Makefile.in Sat Feb 27 23:12:18 1999 -@@ -9,13 +9,15 @@ - #Destination Directory - prefix=@prefix@ - DESTDIR= $(prefix)/bin --LIBDIR= $(prefix)/lib -+LIBDIR= $(prefix)/share - XWPELIBDIR= $(LIBDIR)/xwpe - MANDIR= $(prefix)/man -+#INFODIR= $(prefix)/info +--- Makefile.in.orig Mon Dec 27 08:11:38 1999 ++++ Makefile.in Sat Feb 26 05:32:22 2000 +@@ -16,8 +16,10 @@ LIBS=@LIBS@ XLIBS=@X_LIBS@ @X_PRE_LIBS@ @X_EXTRA_LIBS@ --DEFS=@DEFS@ -DLIBRARY_DIR=\"$(XWPELIBDIR)\" +-DEFS=@DEFS@ -DLIBRARY_DIR=\"$(XWPELIBDIR)\" -DSELECTION +-INSTALL= cp +DEFS=@DEFS@ -DLIBRARY_DIR=\"$(XWPELIBDIR)\" -DX_INC=\"@X_INC@\" -+#DEFS=@DEFS@ -DLIBRARY_DIR=\"$(XWPELIBDIR)\" -DINFO_DIR=\"$(INFODIR)\" -DX_INC=\"@X_INC@\" - INSTALL= cp ++INSTALL= @INSTALL@ ++INSTALL_PROGRAM= @INSTALL_PROGRAM@ ++INSTALL_DATA= @INSTALL_DATA@ LN_S= @LN_S@ + + # In case configure fails a description of many of the compilation options +@@ -118,38 +120,29 @@ + if test ! -d $(DESTDIR); then mkdir -p $(DESTDIR); fi + if test ! -d $(XWPELIBDIR); then mkdir -p $(XWPELIBDIR); fi + rm -f $(DESTDIR)/wpe $(DESTDIR)/xwpe $(DESTDIR)/we $(DESTDIR)/xwe +- $(INSTALL) xwpe $(DESTDIR)/we +- chmod ugo+x $(DESTDIR)/we ++ $(INSTALL_PROGRAM) xwpe $(DESTDIR)/we + (cd $(DESTDIR) && $(LN_S) we xwe) + (cd $(DESTDIR) && $(LN_S) we xwpe) + (cd $(DESTDIR) && $(LN_S) we wpe) + rm -f $(XWPELIBDIR)/help.xwpe + if test ! -f $(XWPELIBDIR)/syntax_def; then \ +- $(INSTALL) syntax_def $(XWPELIBDIR)/syntax_def; \ +- chmod ugo=r $(XWPELIBDIR)/syntax_def; fi ++ $(INSTALL_DATA) syntax_def $(XWPELIBDIR)/syntax_def; fi + if test ! -d $(MANDIR)/man1; then mkdir -p $(MANDIR)/man1; fi + rm -f $(MANDIR)/man1/xwpe.1 $(MANDIR)/man1/xwe.1 + rm -f $(MANDIR)/man1/wpe.1 $(MANDIR)/man1/we.1 +- $(INSTALL) xwe.1 wpe.1 we.1 $(MANDIR)/man1 +- chmod ugo=r $(MANDIR)/man1/xwe.1 +- chmod ugo=r $(MANDIR)/man1/wpe.1 $(MANDIR)/man1/we.1 ++ $(INSTALL_DATA) xwe.1 wpe.1 we.1 $(MANDIR)/man1 + if test -f libxwpe-x11.so; then \ +- $(INSTALL) libxwpe-x11.so $(XWPELIBDIR)/libxwpe-x11.so; fi ++ $(INSTALL_DATA) libxwpe-x11.so $(XWPELIBDIR)/libxwpe-x11.so; fi + if test -f libxwpe-term.so; then \ +- $(INSTALL) libxwpe-term.so $(XWPELIBDIR)/libxwpe-term.so; fi ++ $(INSTALL_DATA) libxwpe-term.so $(XWPELIBDIR)/libxwpe-term.so; fi + + install: install_fst +- $(INSTALL) help.xwpe_eng $(XWPELIBDIR)/help.xwpe +- chmod ugo=r $(XWPELIBDIR)/help.xwpe +- $(INSTALL) help.key_eng $(XWPELIBDIR)/help.key +- chmod ugo=r $(XWPELIBDIR)/help.key +- $(INSTALL) xwpe.1_eng $(MANDIR)/man1/xwpe.1 +- chmod ugo=r $(MANDIR)/man1/xwpe.1 ++ $(INSTALL_DATA) help.xwpe_eng $(XWPELIBDIR)/help.xwpe ++ $(INSTALL_DATA) help.key_eng $(XWPELIBDIR)/help.key ++ $(INSTALL_DATA) xwpe.1_eng $(MANDIR)/man1/xwpe.1 + + # German install uses old documention as no updated version is available + install_german: install_fst +- $(INSTALL) old/we.help_gr $(XWPELIBDIR)/help.xwpe +- chmod ugo=r $(XWPELIBDIR)/help.xwpe +- $(INSTALL) old/xwpe.1_gr $(MANDIR)/man1/xwpe.1 +- chmod ugo=r $(MANDIR)/man1/xwpe.1 ++ $(INSTALL_DATA) old/we.help_gr $(XWPELIBDIR)/help.xwpe ++ $(INSTALL_DATA) old/xwpe.1_gr $(MANDIR)/man1/xwpe.1 diff -urN /usr/ports/devel/xwpe/patches/patch-05 devel/xwpe/patches/patch-05 --- /usr/ports/devel/xwpe/patches/patch-05 Tue Nov 10 20:20:42 1998 +++ devel/xwpe/patches/patch-05 Sat Feb 26 07:53:38 2000 @@ -1,6 +1,6 @@ ---- we_prog.c.orig Sat Sep 5 06:57:18 1998 -+++ we_prog.c Sun Nov 8 01:53:20 1998 -@@ -15,6 +15,9 @@ +--- we_prog.c.orig Mon Dec 27 08:11:38 1999 ++++ we_prog.c Sat Feb 26 07:48:25 2000 +@@ -16,6 +16,9 @@ #include #include #include @@ -10,16 +10,16 @@ int e_run_sh(FENSTER *f); int e_make_library(char *library, char *ofile, FENSTER *f); -@@ -943,7 +946,11 @@ - e_prog.exedir = WpeStringMake("."); - if (e_prog.sys_include) FREE(e_prog.sys_include); - e_prog.sys_include = -- WpeStringMake("/usr/include:/usr/local/include:/usr/include/X11"); -+ WpeStringMake("/usr/include:/usr/local/include" +@@ -924,7 +927,11 @@ + e_prog.exedir = WpeStrdup("."); + if (e_prog.sys_include) FREE(e_prog.sys_include); + e_prog.sys_include = +- WpeStrdup("/usr/include:/usr/local/include:/usr/include/X11"); ++ WpeStrdup("/usr/include:%%LOCALBASE%%/include" +#if !defined(NO_XWINDOWS) + ":"X_INC +#endif -+ ); - if(e_prog.comp == NULL) - e_prog.comp = MALLOC(e_prog.num * sizeof(struct e_s_prog *)); - else ++ ); + if (e_prog.comp == NULL) + e_prog.comp = MALLOC(e_prog.num * sizeof(struct e_s_prog *)); + else diff -urN /usr/ports/devel/xwpe/patches/patch-08 devel/xwpe/patches/patch-08 --- /usr/ports/devel/xwpe/patches/patch-08 Tue Nov 10 20:20:42 1998 +++ devel/xwpe/patches/patch-08 Mon Feb 28 06:38:40 2000 @@ -1,10 +1,13 @@ ---- configure.orig Mon Nov 9 14:58:06 1998 -+++ configure Mon Nov 9 14:57:44 1998 -@@ -2459,6 +2459,7 @@ +--- configure.orig Mon Dec 27 08:11:38 1999 ++++ configure Sat Feb 26 07:49:41 2000 +@@ -2604,6 +2604,10 @@ s%@X_PRE_LIBS@%$X_PRE_LIBS%g s%@X_LIBS@%$X_LIBS%g s%@X_EXTRA_LIBS@%$X_EXTRA_LIBS%g +s%@X_INC@%$x_includes%g ++s%@INSTALL@%$INSTALL%g ++s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g ++s%@INSTALL_DATA@%$INSTALL_DATA%g CEOF EOF diff -urN /usr/ports/devel/xwpe/patches/patch-09 devel/xwpe/patches/patch-09 --- /usr/ports/devel/xwpe/patches/patch-09 Sun Jun 13 07:34:01 1999 +++ devel/xwpe/patches/patch-09 Sat Feb 26 07:55:14 2000 @@ -1,6 +1,6 @@ ---- we_fl_unix.c.orig Fri May 7 22:34:29 1999 -+++ we_fl_unix.c Fri May 7 22:38:00 1999 -@@ -14,6 +14,10 @@ +--- we_fl_unix.c.orig Mon Dec 27 08:11:38 1999 ++++ we_fl_unix.c Sat Feb 26 05:55:53 2000 +@@ -13,6 +13,10 @@ #include #include @@ -11,14 +11,14 @@ struct dirfile *e_make_win_list(FENSTER * f); extern char *e_tmp_dir; extern int (*e_u_system) (char *exe); -@@ -3549,7 +3553,13 @@ +@@ -3546,7 +3550,13 @@ if(getenv("MANPATH")) strcpy(manpath, getenv("MANPATH")); if(manpath[0] == '\0') - strcpy(manpath, "/usr/man:/usr/local/man"); + strcpy(manpath, +#if (defined(BSD) && (BSD >= 199306)) || (defined(sun) && defined(__svr4__)) -+ "/usr/share/man:/usr/local/man"); ++ "/usr/share/man:%%LOCALBASE%%/man"); +#else + "/usr/man:/usr/local/man"); +#endif diff -urN /usr/ports/devel/xwpe/pkg/DESCR devel/xwpe/pkg/DESCR --- /usr/ports/devel/xwpe/pkg/DESCR Mon Jan 3 20:15:09 2000 +++ devel/xwpe/pkg/DESCR Sat Feb 26 06:31:57 2000 @@ -15,4 +15,6 @@ and helpfiles. The German language version will be installed if "GERMAN_LANG" is set during ``make install'' of the port. +WWW: http://www.identicalsoftware.com/xwpe/ + -- David (obrien@FreeBSD.org) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 11: 0:51 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B07337B8EE for ; Mon, 28 Feb 2000 11:00:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA42589; Mon, 28 Feb 2000 11:00:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 95CE137B906 for ; Mon, 28 Feb 2000 10:55:45 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA42059; Mon, 28 Feb 2000 10:55:45 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002281855.KAA42059@freefall.freebsd.org> Date: Mon, 28 Feb 2000 10:55:45 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17052: Update port: x11-wm/mlvwm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17052 >Category: ports >Synopsis: Update port: x11-wm/mlvwm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 11:00:10 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Support CFLAGS/PREFIX properly >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/mlvwm/Makefile x11-wm/mlvwm/Makefile --- /usr/ports/x11-wm/mlvwm/Makefile Tue Oct 5 19:17:14 1999 +++ x11-wm/mlvwm/Makefile Mon Feb 28 04:16:37 2000 @@ -22,6 +22,9 @@ MLVWMLIBDIR= ${PREFIX}/lib/X11/mlvwm +post-extract: + @${TAR} -C ${WRKSRC}/pixmap -xzf ${_DISTDIR}/mini-icons.tar.gz + post-patch: @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/sample_rc/Mlvwmrc* @@ -30,6 +33,5 @@ @${MKDIR} ${MLVWMLIBDIR}/pixmap ${INSTALL_DATA} ${WRKSRC}/pixmap/*.xpm ${MLVWMLIBDIR}/pixmap ${INSTALL_DATA} ${WRKSRC}/sample_rc/Mlvwmrc* ${MLVWMLIBDIR} - (cd ${MLVWMLIBDIR}/pixmap; ${TAR} xzf ${DISTDIR}/mini-icons.tar.gz) .include diff -urN /usr/ports/x11-wm/mlvwm/patches/patch-ac x11-wm/mlvwm/patches/patch-ac --- /usr/ports/x11-wm/mlvwm/patches/patch-ac Tue Oct 5 19:17:15 1999 +++ x11-wm/mlvwm/patches/patch-ac Mon Feb 28 05:05:23 2000 @@ -1,7 +1,12 @@ *** configure.h.orig Tue Jul 13 00:35:34 1999 ---- configure.h Thu Sep 23 00:19:06 1999 +--- configure.h Mon Feb 28 05:05:14 2000 *************** -*** 74,80 **** +*** 69,80 **** + #endif + + XCOMM +! CDEBUGFLAGS = -g -Wall -Wshadow + XCOMM CDEBUGFLAGS = -O2 -Wall XCOMM CDEBUGFLAGS = -g -Wall XCOMM CDEBUGFLAGS = -g @@ -9,11 +14,16 @@ MLVWMDEFINES = $(Locale_DEFINES) $(COMPATIBLE) MLVWMLIBRARIES = $(Locale_LIBRARIES) ---- 74,80 ---- +--- 69,80 ---- + #endif + + XCOMM +! XCOMM CDEBUGFLAGS = -g -Wall -Wshadow + XCOMM CDEBUGFLAGS = -O2 -Wall XCOMM CDEBUGFLAGS = -g -Wall XCOMM CDEBUGFLAGS = -g -! ICONPATH = /usr/X11R6/include/X11/pixmaps +! ICONPATH = $(INCROOT)/X11/pixmaps MLVWMDEFINES = $(Locale_DEFINES) $(COMPATIBLE) MLVWMLIBRARIES = $(Locale_LIBRARIES) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 11: 0:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BC0D37C378 for ; Mon, 28 Feb 2000 11:00:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA42560; Mon, 28 Feb 2000 11:00:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 48EAE37B8FF for ; Mon, 28 Feb 2000 10:53:44 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA41801; Mon, 28 Feb 2000 10:53:44 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002281853.KAA41801@freefall.freebsd.org> Date: Mon, 28 Feb 2000 10:53:44 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17050: Update port: devel/gide to to 0.1.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17050 >Category: ports >Synopsis: Update port: devel/gide to to 0.1.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 11:00:06 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.1.7 New file: patches/patch-aw patches/patch-ax patches/patch-ay Remove file: patches/patch-au patches/patch-av >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/gide/Makefile devel/gide/Makefile --- /usr/ports/devel/gide/Makefile Thu Dec 23 08:14:13 1999 +++ devel/gide/Makefile Mon Feb 28 19:05:57 2000 @@ -1,15 +1,16 @@ # New ports collection makefile for: gIDE -# Version required: 0.1.6 +# Version required: 0.1.7 # Date created: 29 Jul 1998 # Whom: rom # # $FreeBSD: ports/devel/gide/Makefile,v 1.31 1999/12/22 21:19:27 jedgar Exp $ # -DISTNAME= gIDE-0.1.6 -PKGNAME= gide-0.1.6 +DISTNAME= gIDE-0.1.7 +PKGNAME= gide-0.1.7 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITES= ${MASTER_SITE_GNOME} \ + http://gide.pn.org/ MASTER_SITE_SUBDIR= unstable/sources/gIDE MAINTAINER= ports@FreeBSD.org @@ -24,15 +25,16 @@ USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome \ - --with-gnome=${PREFIX} + LIBS="-L${LOCALBASE}/lib -lgnuregex" +CONFIGURE_ARGS= --with-gnome=${PREFIX} MAN1= gide.1 gdbio.1 +VERSION= ${DISTNAME:S/gIDE-//} +PLIST_SUB= VERSION=${VERSION} + post-patch: - @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/src/*.c - @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/src/*.c + @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/src/*.c + @${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/src/*.c .include diff -urN /usr/ports/devel/gide/files/md5 devel/gide/files/md5 --- /usr/ports/devel/gide/files/md5 Thu Dec 23 08:14:14 1999 +++ devel/gide/files/md5 Mon Feb 28 00:44:00 2000 @@ -1 +1 @@ -MD5 (gIDE-0.1.6.tar.gz) = 6e9fa7818e63633fd39c830a1e2c9808 +MD5 (gIDE-0.1.7.tar.gz) = 22664138059fad610242a7783285aa1c diff -urN /usr/ports/devel/gide/patches/patch-ai devel/gide/patches/patch-ai --- /usr/ports/devel/gide/patches/patch-ai Thu Dec 23 08:14:14 1999 +++ devel/gide/patches/patch-ai Mon Feb 28 00:48:41 2000 @@ -1,9 +1,9 @@ ---- Makefile.in.orig Tue Dec 7 04:43:34 1999 -+++ Makefile.in Sun Dec 12 09:45:47 1999 -@@ -321,8 +321,8 @@ +--- Makefile.in.orig Sun Feb 27 01:12:03 2000 ++++ Makefile.in Mon Feb 28 00:48:08 2000 +@@ -384,8 +384,8 @@ distcheck: dist -rm -rf $(distdir) - GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz + GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz - mkdir $(distdir)/=build - mkdir $(distdir)/=inst + mkdir -p $(distdir)/=build @@ -11,25 +11,25 @@ dc_install_base=`cd $(distdir)/=inst && pwd`; \ cd $(distdir)/=build \ && ../configure --with-included-gettext --srcdir=.. --prefix=$$dc_install_base \ -@@ -346,7 +346,7 @@ +@@ -411,7 +411,7 @@ -rm -rf $(distdir) distdir: $(DISTFILES) -rm -rf $(distdir) - mkdir $(distdir) + mkdir -p $(distdir) -chmod 777 $(distdir) - here=`cd $(top_builddir) && pwd`; \ - top_distdir=`cd $(distdir) && pwd`; \ -@@ -362,7 +362,7 @@ - done + $(mkinstalldirs) $(distdir)/$(srcdir)/extra $(distdir)/docs + @for file in $(DISTFILES); do \ +@@ -427,7 +427,7 @@ for subdir in $(SUBDIRS); do \ - test -d $(distdir)/$$subdir \ -- || mkdir $(distdir)/$$subdir \ -+ || mkdir -p $(distdir)/$$subdir \ - || exit 1; \ - chmod 777 $(distdir)/$$subdir; \ - (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ -@@ -452,8 +452,8 @@ + if test "$$subdir" = .; then :; else \ + test -d $(distdir)/$$subdir \ +- || mkdir $(distdir)/$$subdir \ ++ || mkdir -p $(distdir)/$$subdir \ + || exit 1; \ + chmod 777 $(distdir)/$$subdir; \ + (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \ +@@ -518,8 +518,8 @@ install-pkgdataDATA: rm -rf $(pkgdatadir) diff -urN /usr/ports/devel/gide/patches/patch-ar devel/gide/patches/patch-ar --- /usr/ports/devel/gide/patches/patch-ar Thu Oct 21 14:49:47 1999 +++ devel/gide/patches/patch-ar Mon Feb 28 00:51:39 2000 @@ -1,25 +1,22 @@ ---- src/gide.c.orig Tue Aug 17 00:06:24 1999 -+++ src/gide.c Mon Oct 18 20:17:29 1999 -@@ -292,17 +292,17 @@ - #endif +--- src/gide.c.orig Sun Feb 27 00:59:52 2000 ++++ src/gide.c Mon Feb 28 00:50:43 2000 +@@ -260,16 +260,16 @@ - cfg->tab_width = 4; -- cfg->incpath = (gchar *) realloc( cfg->incpath, 40 ); -- strcpy( cfg->incpath, "/usr/include:/usr/local/include" ); -+ cfg->incpath = (gchar *) realloc( cfg->incpath, 60 ); -+ strcpy( cfg->incpath, "/usr/include:%%LOCALBASE%%/include:%%X11BASE%%/include" ); - cfg->ccopt = (gchar *) realloc( cfg->ccopt, 2 ); - strcpy( cfg->ccopt, "" ); -- cfg->libpath = (gchar *) realloc( cfg->libpath, 40 ); -- strcpy( cfg->libpath, "/lib:/usr/lib:/usr/local/lib" ); -+ cfg->libpath = (gchar *) realloc( cfg->libpath, 60 ); -+ strcpy( cfg->libpath, "/usr/lib:%%LOCALBASE%%/lib:%%X11BASE%%/lib" ); - cfg->ldopt = (gchar *) realloc( cfg->ldopt, 2 ); - strcpy( cfg->ldopt, "" ); + cfg->tab_width = 4; + cfg->incpath = (gchar *) realloc( cfg->incpath, 40 ); +- strcpy( cfg->incpath, "/usr/include:/usr/local/include" ); ++ strcpy( cfg->incpath, "/usr/include:%%LOCALBASE%%/include:%%X11BASE%%/include" ); + cfg->ccopt = (gchar *) realloc( cfg->ccopt, 2 ); + strcpy( cfg->ccopt, "" ); + cfg->libpath = (gchar *) realloc( cfg->libpath, 40 ); +- strcpy( cfg->libpath, "/lib:/usr/lib:/usr/local/lib" ); ++ strcpy( cfg->libpath, "/lib:/usr/lib:%%LOCALBASE%%/lib:%%X11BASE%%/lib" ); + cfg->ldopt = (gchar *) realloc( cfg->ldopt, 2 ); + strcpy( cfg->ldopt, "" ); - cfg->bash = (gchar *) realloc( cfg->bash, 20 ); -- strcpy( cfg->bash, "/bin/bash" ); -+ strcpy( cfg->bash, "/bin/sh" ); + cfg->bash = (gchar *) realloc( cfg->bash, 20 ); +- strcpy( cfg->bash, "/bin/bash" ); ++ strcpy( cfg->bash, "/bin/sh" ); - cfg->xterm = (gchar *) realloc( cfg->xterm, 10 ); - strcpy( cfg->xterm, "xterm" ); + cfg->xterm = (gchar *) realloc( cfg->xterm, 10 ); + strcpy( cfg->xterm, "xterm" ); diff -urN /usr/ports/devel/gide/patches/patch-au devel/gide/patches/patch-au --- /usr/ports/devel/gide/patches/patch-au Thu Dec 23 06:19:37 1999 +++ devel/gide/patches/patch-au Thu Jan 1 09:00:00 1970 @@ -1,14 +0,0 @@ ---- src/Makefile.in.orig Tue Dec 7 04:43:34 1999 -+++ src/Makefile.in Sun Dec 12 15:11:42 1999 -@@ -279,9 +279,9 @@ - - maintainer-clean-libtool: - --gide: $(gide_OBJECTS) $(gide_DEPENDENCIES) -+gide: $(gide_OBJECTS) $(gide_DEPENDENCIES) $(LIBOBJS) - @rm -f gide -- $(LINK) $(gide_LDFLAGS) $(gide_OBJECTS) $(gide_LDADD) $(LIBS) -+ $(LINK) $(gide_LDFLAGS) $(gide_OBJECTS) $(LIBOBJS) $(gide_LDADD) $(LIBS) - - gdbio: $(gdbio_OBJECTS) $(gdbio_DEPENDENCIES) - @rm -f gdbio diff -urN /usr/ports/devel/gide/patches/patch-av devel/gide/patches/patch-av --- /usr/ports/devel/gide/patches/patch-av Thu Dec 23 06:19:37 1999 +++ devel/gide/patches/patch-av Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- src/GtkEditor/gtkeditor/Makefile.in.orig Tue Dec 7 04:43:34 1999 -+++ src/GtkEditor/gtkeditor/Makefile.in Sun Dec 12 14:14:12 1999 -@@ -122,7 +122,7 @@ - l = @l@ - - # include ../regex 'cause we haven't installed it yet --INCLUDES= -I$(srcdir)/../../GtkSCText -+INCLUDES= -I$(srcdir)/../../GtkSCText -I$(srcdir)/../.. - - noinst_LIBRARIES = libgtkeditor.a - diff -urN /usr/ports/devel/gide/patches/patch-aw devel/gide/patches/patch-aw --- /usr/ports/devel/gide/patches/patch-aw Thu Jan 1 09:00:00 1970 +++ devel/gide/patches/patch-aw Mon Feb 28 01:36:16 2000 @@ -0,0 +1,14 @@ +--- src/GtkEditor/gtkeditor/gtkeditor-regex.h.orig Mon Oct 11 09:49:57 1999 ++++ src/GtkEditor/gtkeditor/gtkeditor-regex.h Mon Feb 28 01:35:42 2000 +@@ -24,7 +24,11 @@ + #define GTKEDITOR_REGEX_H + + #include ++#ifdef __FreeBSD__ ++#include ++#else + #include ++#endif + #include + + #include diff -urN /usr/ports/devel/gide/patches/patch-ax devel/gide/patches/patch-ax --- /usr/ports/devel/gide/patches/patch-ax Thu Jan 1 09:00:00 1970 +++ devel/gide/patches/patch-ax Mon Feb 28 03:48:27 2000 @@ -0,0 +1,14 @@ +--- src/GtkEditor/gtkeditor/gtkhint.c.orig Mon Dec 6 01:40:45 1999 ++++ src/GtkEditor/gtkeditor/gtkhint.c Mon Feb 28 01:41:00 2000 +@@ -31,7 +31,11 @@ + #include + + #include "gtkeditor.h" ++#ifdef __FreeBSD__ ++#include ++#else + #include "regex.h" ++#endif + #include "gtkhint.h" + + diff -urN /usr/ports/devel/gide/patches/patch-ay devel/gide/patches/patch-ay --- /usr/ports/devel/gide/patches/patch-ay Thu Jan 1 09:00:00 1970 +++ devel/gide/patches/patch-ay Mon Feb 28 01:34:05 2000 @@ -0,0 +1,14 @@ +--- src/GtkEditor/gtkeditor/internal.h.orig Mon Oct 11 09:49:57 1999 ++++ src/GtkEditor/gtkeditor/internal.h Mon Feb 28 01:33:16 2000 +@@ -24,7 +24,11 @@ + #define INTERNAL_H + + #include ++#ifdef __FreeBSD__ ++#include ++#else + #include ++#endif + + #include "gtkeditor.h" + #include "syntaxtable.h" diff -urN /usr/ports/devel/gide/pkg/PLIST devel/gide/pkg/PLIST --- /usr/ports/devel/gide/pkg/PLIST Thu Dec 23 08:14:14 1999 +++ devel/gide/pkg/PLIST Mon Feb 28 04:39:42 2000 @@ -3,18 +3,38 @@ include/gtkeditor.h include/gtkhint.h include/gtksctext.h +lib/gide/plugins/%%VERSION%%/libgide_asciitable.a +lib/gide/plugins/%%VERSION%%/libgide_asciitable.so +lib/gide/plugins/%%VERSION%%/libgide_asciitable.so.0 +lib/gide/plugins/%%VERSION%%/libgide_calculator.a +lib/gide/plugins/%%VERSION%%/libgide_calculator.so +lib/gide/plugins/%%VERSION%%/libgide_calculator.so.0 +lib/gide/plugins/%%VERSION%%/libgide_docstat.a +lib/gide/plugins/%%VERSION%%/libgide_docstat.so +lib/gide/plugins/%%VERSION%%/libgide_docstat.so.0 +lib/gide/plugins/%%VERSION%%/libgide_sample.a +lib/gide/plugins/%%VERSION%%/libgide_sample.so +lib/gide/plugins/%%VERSION%%/libgide_sample.so.0 +lib/gide/plugins/%%VERSION%%/libgide_text.a +lib/gide/plugins/%%VERSION%%/libgide_text.so +lib/gide/plugins/%%VERSION%%/libgide_text.so.0 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -share/gnome/gIDE/extra/README -share/gnome/gIDE/extra/compile_sets -share/gnome/gIDE/extra/functions.highlight -share/gnome/gIDE/extra/functions.ignore -share/gnome/gIDE/extra/gide.conf -share/gnome/gIDE/extra/gide.scm -share/gnome/gIDE/extra/glob -share/gnome/gIDE/extra/glob.scm -share/gnome/gIDE/extra/patterns -share/gnome/gIDE/extra/patterns.scm +share/gIDE/extra/README +share/gIDE/extra/compile_sets +share/gIDE/extra/functions.highlight +share/gIDE/extra/functions.ignore +share/gIDE/extra/gide.conf +share/gIDE/extra/gide.scm +share/gIDE/extra/glob +share/gIDE/extra/glob.scm +share/gIDE/extra/patterns +share/gIDE/extra/patterns.scm +share/gnome/apps/Development/gIDE.desktop share/locale/fr/LC_MESSAGES/gIDE.mo -@dirrm share/gnome/gIDE/extra -@dirrm share/gnome/gIDE +@unexec rmdir %D/share/gnome/apps/Development 2>/dev/null || true +@dirrm share/gIDE/extra +@dirrm share/gIDE +@dirrm lib/gide/plugins/%%VERSION%% +@dirrm lib/gide/plugins +@dirrm lib/gide >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 11: 1: 0 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BBA437B936 for ; Mon, 28 Feb 2000 11:00:16 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA42594 for freebsd-ports@freebsd.org; Mon, 28 Feb 2000 11:00:15 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 28 Feb 2000 11:00:15 -0800 (PST) Message-Id: <200002281900.LAA42594@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Subject: Current unassigned ports problem reports Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/02/09] ports/16591 ports Recreate ports for apache-jserv 1 problem total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1999/08/15] ports/13170 ports New port: UW-Imap with maildir and qmail f [1999/12/17] ports/15541 ports KDE screen saver with password protection o [1999/12/17] ports/15543 ports Samba + DHCP = UNKNOWN HOST NAME o [2000/01/01] ports/15820 ports A Y2K class bug when setting atime & mtim o [2000/01/05] ports/15922 ports print/a2ps cannot find ogonkfied fonts [p o [2000/01/12] ports/16089 ports apache13-ssl does not compile w/ openssl- o [2000/01/24] ports/16343 ports bsd.port.mk cannot override make.conf. o [2000/01/27] ports/16410 ports ssh and x forwarding problem o [2000/01/27] ports/16413 ports klyx port fails to compile o [2000/02/12] ports/16665 ports imap-uw-4.7a -- a patch release o [2000/02/16] ports/16772 ports buffer underflow in microsoft-supplied pa o [2000/02/17] ports/16796 ports The ntp-4.0.93a port's build is broken. o [2000/02/19] ports/16829 ports kaffe port is broken - dumps core with al o [2000/02/20] ports/16836 ports graphics/ImageMagick: configured with LZW o [2000/02/21] ports/16881 ports kmp3 doesn't compile with either qt-1.42 o [2000/02/21] ports/16896 ports dvipdfm port chokes on some figures [PATC o [2000/02/26] ports/17012 ports Port Update: net/generic-nqs URL fix (MA o [2000/02/27] ports/17036 ports working port for arla-0.31 o [2000/02/28] ports/17038 ports gimp-1.1.17 fatal error at startup... 19 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac a [1998/11/25] ports/8864 ports useradd - system V compatible implementat o [1999/02/07] ports/9954 ports New port: devel/ACE o [1999/02/10] ports/10007 ports New port: lang/mercury (the mercury compi o [1999/02/16] ports/10124 ports New port: math/stat o [1999/03/10] ports/10532 ports New port: lang/gpc - GNU Pascal o [1999/03/16] ports/10634 ports Update the hylafax port to do a client in o [1999/06/13] ports/12188 ports New port: pbs-2.1.11 (misc/PBS) a batch s o [1999/07/05] ports/12518 ports New port: ifmail-os-2.14.7 o [1999/07/20] ports/12722 ports New port: AT&T's DjVu library for scanned o [1999/07/21] ports/12739 ports New port: AT&T's DjVu Netscape plug-in o [1999/08/01] ports/12915 ports Add elm 2.5 to ports o [1999/08/13] ports/13124 ports New port: LinAlg; request for local hosti o [1999/08/16] ports/13173 ports New port: yiff-0.33 o [1999/08/17] ports/13191 ports New port: fire-1.0 o [1999/08/18] ports/13251 ports New port: founts-11 o [1999/08/21] ports/13291 ports New port: xap-xwf-0.7.8 o [1999/08/31] ports/13514 ports another TCL interface to MySQL port o [1999/09/07] ports/13614 ports xdm and wdm do not set environment variab o [1999/09/30] ports/14070 ports g2c libraries and compatibility for DJGPP o [1999/10/01] ports/14077 ports Multicast not available on multicast enab o [1999/10/01] ports/14079 ports ssh2 port won't install if automake is in o [1999/10/11] ports/14260 ports New port: WODA - A Web Oriented Database o [1999/10/14] ports/14337 ports xdm and Eterm: tty allocation problem? o [1999/10/17] ports/14378 ports New port: graphics/mpeg o [1999/10/17] ports/14379 ports New port: graphics/xmrm o [1999/10/25] ports/14515 ports New Tripwire 1.3 Port o [1999/11/01] ports/14643 ports New port: chinese/pyDict A Chinese/Engli o [1999/11/03] ports/14686 ports New port: pisces IIB (Category: cad) o [1999/11/16] ports/14922 ports New port: net/infobot o [1999/11/18] ports/14991 ports New port: devel/tcl-trf Tcl Data transfo o [1999/11/28] ports/15147 ports New port: audio/xsidplay o [1999/11/28] ports/15159 ports New port: games/blackpenguin o [1999/11/30] ports/15192 ports New port: security/ident2 o [1999/12/08] ports/15367 ports new ports on linux emulator o [1999/12/11] ports/15424 ports New port: www/kwebsearch o [1999/12/14] ports/15481 ports ports/devel/codecrusader slightly broken o [1999/12/17] ports/15545 ports New port: x11/xterm o [1999/12/18] ports/15552 ports New port: news/knode f [1999/12/22] ports/15634 ports upsd-2.0 package hangs 3.3-RELEASE f [1999/12/31] ports/15795 ports New port: www/bkmrkconv o [1999/12/31] ports/15796 ports New port: net/dhcp_dns o [1999/12/31] ports/15800 ports New port: games/kmud o [1999/12/31] ports/15802 ports New port: security/kssh o [2000/01/02] ports/15840 ports New port: x11-fonts/ucs-fixed o [2000/01/03] ports/15873 ports New Apache_fp+php+mod_ssl-1.3.9+3.0.12+2. o [2000/01/04] ports/15886 ports New port: audio/cd2mp3 o [2000/01/04] ports/15894 ports New port: security/aide AIDE 0.5 o [2000/01/08] ports/15994 ports new libapreq 0.31 port o [2000/01/12] ports/16088 ports apache13-ssl lacks sbin/gcache in PLIST o [2000/01/19] ports/16201 ports Port of CDD isn't up to date o [2000/01/25] ports/16347 ports Inconsistencies between Java ports o [2000/01/26] ports/16377 ports new port for PGP 6.5.1i o [2000/01/27] ports/16417 ports nethack3 port won't compile on 3.4-Stable o [2000/01/29] ports/16454 ports Patch for man page included with port ins o [2000/01/30] ports/16473 ports fix lang/smalltalk for stable o [2000/01/30] ports/16486 ports New Port: devel/linux-jdk-1.2.2 o [2000/02/06] ports/16546 ports mail/imap-utils: a new port o [2000/02/07] ports/16572 ports fix: devel/sdl o [2000/02/09] ports/16592 ports Yet another JCE port o [2000/02/09] ports/16601 ports New port: games/netbsd-tetris o [2000/02/09] ports/16606 ports [NEW PORT] new port of Adobe Acrobat View o [2000/02/09] ports/16608 ports [NEW PORT] new port of pysol-sound-server o [2000/02/10] ports/16629 ports New port of vtun 2.0. o [2000/02/10] ports/16636 ports New port: GNU find o [2000/02/10] ports/16638 ports New port: GNU fileutils o [2000/02/10] ports/16640 ports rwhois port install tries to copy wrong l o [2000/02/10] ports/16646 ports emacs pkg on 4.0-RC needs missing libXThr o [2000/02/10] ports/16648 ports Gdtclft port (TCL interface to Gd) o [2000/02/11] ports/16651 ports [ports] net/pppload fails to compile o [2000/02/11] ports/16653 ports previous master site discontinued service o [2000/02/11] ports/16658 ports Update for russian/apache port o [2000/02/12] ports/16690 ports fix port: lang/nawk: [PATCH] o [2000/02/12] ports/16692 ports update port: sysutils/asmem: 1.5 -> 1.6 o [2000/02/12] ports/16693 ports new port: wavplay 1.4 now with the port! o [2000/02/13] ports/16695 ports New port: linux-flashplugin o [2000/02/13] ports/16703 ports port update from apache-ssl-1.3.9+1.37 to o [2000/02/15] ports/16736 ports fix: web500gw can't always parse dates (Y o [2000/02/15] ports/16739 ports New port: audio/bwap o [2000/02/16] ports/16741 ports new port: math/gsl (The GNU Scientific Li o [2000/02/16] ports/16763 ports VxTools port o [2000/02/17] ports/16794 ports New port: sdts++ o [2000/02/17] ports/16800 ports xwdtopnm can not work well on my 16bits/p o [2000/02/18] ports/16806 ports Fix port: devel/omniORB (bentofy) o [2000/02/19] ports/16819 ports new port audio/gramofile o [2000/02/19] ports/16825 ports "team.c" won't compile o [2000/02/19] ports/16827 ports New port: Mule-UCS o [2000/02/20] ports/16837 ports New version of the GIMP o [2000/02/20] ports/16845 ports fix port: net/icqnix: respect CXXFLAGS/Qt o [2000/02/21] ports/16869 ports Update port: games/xphotohunter o [2000/02/22] ports/16913 ports [PATCH] Update of ImageMagick and Gimp po o [2000/02/22] ports/16925 ports Update of R port o [2000/02/23] ports/16931 ports New port: Mule-UCS 0.72 (revised) o [2000/02/23] ports/16933 ports Update games/oonsoo to Version 1.2 o [2000/02/23] ports/16949 ports New Port: audio/pimp3 o [2000/02/24] ports/16956 ports Update port: misc/deco o [2000/02/24] ports/16960 ports emulation/vmware: add web site info (WWW: o [2000/02/24] ports/16961 ports japanese/p5-kakasi: a new port o [2000/02/24] ports/16962 ports devel/p5-File-MMagic: a new port o [2000/02/24] ports/16963 ports Update port: devel/uclmmbase to 1.1.2 o [2000/02/24] ports/16965 ports Update port: graphics/epstool to 1.08 o [2000/02/24] ports/16967 ports Update port: ftp/downloader to 1.12 (fix o [2000/02/24] ports/16968 ports New URLs for CAD/FElt o [2000/02/24] ports/16970 ports port of TclX-8.2 (lang/tclX82) o [2000/02/24] ports/16972 ports japanese/esecanna-vje30: restructuring pl o [2000/02/24] ports/16973 ports Update: QHacc upgrade to 0.3.1 from 0.2.8 o [2000/02/24] ports/16974 ports Upgrade to Apache 1.3.11 and make packaga o [2000/02/24] ports/16976 ports New port: isic o [2000/02/25] ports/16982 ports graphics/povray31 does not install *.txt o [2000/02/25] ports/16989 ports new FreeBSD port for qico-0.45pre3 o [2000/02/25] ports/16990 ports Fix port: ftp/ftpmirror o [2000/02/25] ports/16996 ports fix port: irc/kvirc: bentoism [PATCH] o [2000/02/25] ports/16997 ports Incompatibility between GNOME and KDE o [2000/02/25] ports/16998 ports Eterm fails to function from Gnome/Enligh o [2000/02/25] ports/17000 ports New port netscape communicator 4.7.2 o [2000/02/25] ports/17001 ports [PATCH] additional fvwm2 icons o [2000/02/26] ports/17004 ports Refactoring port: graphics/aalib o [2000/02/26] ports/17010 ports japanese/chasen: Update to 2.02 plus o [2000/02/26] ports/17016 ports New port -- Wordnet -- dictionary and the o [2000/02/27] ports/17018 ports New port submission for Moneydance o [2000/02/27] ports/17020 ports New port- games/gtetrinet o [2000/02/27] ports/17024 ports Update port: ja-mendexk-* (2.4c -> 2.4d) o [2000/02/27] ports/17025 ports Update port: ja-dvipsk-* (p1.4c -> p1.4d) o [2000/02/27] ports/17031 ports update port: shells/perlsh: 0.004pre2 -> o [2000/02/27] ports/17034 ports update port: devel/kdevelop: 1.0 -> 1.1 o [2000/02/27] ports/17035 ports Update port www/ijb to both use FreeBSD g o [2000/02/28] ports/17037 ports A new port of NADAR-b04 o [2000/02/28] ports/17039 ports update of gpart port o [2000/02/28] ports/17041 ports update of www/jesred port o [2000/02/28] ports/17044 ports [Update] tgif port o [2000/02/28] ports/17047 ports Let doc++ install documentation o [2000/02/28] ports/17048 ports Update port: astro/saoimage o [2000/02/28] ports/17049 ports Update port: deskutils/gnucash o [2000/02/28] ports/17050 ports Update port: devel/gide to to 0.1.7 o [2000/02/28] ports/17051 ports Update port: devel/xwpe to 1.0.22a o [2000/02/28] ports/17052 ports Update port: x11-wm/mlvwm 136 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 11:33:33 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m3.cs.berkeley.edu (m3.CS.Berkeley.EDU [128.32.45.179]) by hub.freebsd.org (Postfix) with ESMTP id 907C237B903 for ; Mon, 28 Feb 2000 11:33:15 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-183.ix.netcom.com [209.109.232.183]) by m3.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id LAA46943 for ; Mon, 28 Feb 2000 11:33:13 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id LAA81526; Mon, 28 Feb 2000 11:33:04 -0800 (PST) Date: Mon, 28 Feb 2000 11:33:04 -0800 (PST) Message-Id: <200002281933.LAA81526@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ports@FreeBSD.org In-reply-to: (asami@FreeBSD.org) Subject: Re: QUICK RESPONCE NEEDED: Netscape 4.72 handling From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) References: <20000227113708.A18632@dragon.nuxi.com> <38B9950A.2A0A13@gorean.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) * Some people like/need small memory footprints. Speaking of which, I don't think we need to keep netscape46* any longer, they are not that different from netscape47*. Any objections if I remove them? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 12:30: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D19437B937 for ; Mon, 28 Feb 2000 12:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA53123; Mon, 28 Feb 2000 12:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EAC737B928 for ; Mon, 28 Feb 2000 12:26:22 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA52720; Mon, 28 Feb 2000 12:26:22 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002282026.MAA52720@freefall.freebsd.org> Date: Mon, 28 Feb 2000 12:26:22 -0800 (PST) From: patl@phoenix.volant.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17053: Latest 34upgrade has wrong version number Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17053 >Category: ports >Synopsis: Latest 34upgrade has wrong version number >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 12:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Pat Lashley >Release: 3.3R >Organization: >Environment: >Description: The latest 34upgrade package still has '.01.05' in the package name, so it won't install over a previously installed version or enable the latest CVSup'd ports. >How-To-Repeat: >Fix: Update the version number of the 34upgrade package to at least .02.02. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 12:40:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D4EB337B914 for ; Mon, 28 Feb 2000 12:40:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA55024; Mon, 28 Feb 2000 12:40:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id B22AC37B6FA for ; Mon, 28 Feb 2000 12:31:14 -0800 (PST) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id VAA05981 for FreeBSD-gnats-submit@freebsd.org; Mon, 28 Feb 2000 21:31:11 +0100 (CET) (envelope-from naddy@bigeye.rhein-neckar.de) Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id VAA59988; Mon, 28 Feb 2000 21:10:28 +0100 (CET) (envelope-from naddy) Message-Id: <200002282010.VAA59988@bigeye.rhein-neckar.de> Date: Mon, 28 Feb 2000 21:10:28 +0100 (CET) From: Christian Weisgerber Reply-To: naddy@mips.rhein-neckar.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17054: New port: games/tetris - from OpenBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17054 >Category: ports >Synopsis: New port: games/tetris - from OpenBSD >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 12:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: 4.4BSD came with a curses(3)-based tetris(6), derived from a 1989 winner of the infamous IOCCC. This was removed in FreeBSD due to concerns over trademark infringement. NetBSD and OpenBSD still ship with tetris(6), though. This port fetches the source right from the OpenBSD CVS repository, as pioneered by the openssh and openssh-askpass ports where the Makefile was blatantly copied from. TODO: Find a committer to put the alternative source tarball in his home directory, add MASTER_SITES appropriately. >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: # # tetris # tetris/files # tetris/files/distfiles # tetris/files/ignorefiles # tetris/files/md5 # tetris/pkg # tetris/pkg/COMMENT # tetris/pkg/DESCR # tetris/pkg/PLIST # tetris/Makefile # tetris/patches # tetris/patches/patch-aa # echo c - tetris mkdir -p tetris > /dev/null 2>&1 echo c - tetris/files mkdir -p tetris/files > /dev/null 2>&1 echo x - tetris/files/distfiles sed 's/^X//' >tetris/files/distfiles << 'END-of-tetris/files/distfiles' Xsrc/games/tetris/Makefile Xsrc/games/tetris/input.c Xsrc/games/tetris/input.h Xsrc/games/tetris/pathnames.h Xsrc/games/tetris/scores.c Xsrc/games/tetris/scores.h Xsrc/games/tetris/screen.c Xsrc/games/tetris/screen.h Xsrc/games/tetris/shapes.c Xsrc/games/tetris/tetris.6 Xsrc/games/tetris/tetris.c Xsrc/games/tetris/tetris.h END-of-tetris/files/distfiles echo x - tetris/files/ignorefiles sed 's/^X//' >tetris/files/ignorefiles << 'END-of-tetris/files/ignorefiles' X.stamp Xsrc/CVS/Root Xsrc/CVS/Repository Xsrc/CVS/Entries Xsrc/CVS/Entries.Static Xsrc/games/CVS/Root Xsrc/games/CVS/Repository Xsrc/games/CVS/Entries Xsrc/games/CVS/Entries.Static Xsrc/games/tetris/CVS/Root Xsrc/games/tetris/CVS/Repository Xsrc/games/tetris/CVS/Entries Xsrc/games/tetris/CVS/Tag END-of-tetris/files/ignorefiles echo x - tetris/files/md5 sed 's/^X//' >tetris/files/md5 << 'END-of-tetris/files/md5' XMD5 (tetris-1.0/src/games/tetris/Makefile) = c7fa8012078dac9d5544d629d695d21c XMD5 (tetris-1.0/src/games/tetris/input.c) = 46bbc5e74d4e7e52549e1c5d616fe923 XMD5 (tetris-1.0/src/games/tetris/input.h) = c06a10953f21e3f72a4dd4039e65ed94 XMD5 (tetris-1.0/src/games/tetris/pathnames.h) = 213c151b8d237dc0427a0f48a0452eef XMD5 (tetris-1.0/src/games/tetris/scores.c) = 48a1d4a6b004df1eaddcd5bc8e3670b1 XMD5 (tetris-1.0/src/games/tetris/scores.h) = f432d52139461e07733089db3fcb7001 XMD5 (tetris-1.0/src/games/tetris/screen.c) = e97c5bb408e8b75842933fa549f15cd1 XMD5 (tetris-1.0/src/games/tetris/screen.h) = 11b999e951a51acf94270ec58eabe02d XMD5 (tetris-1.0/src/games/tetris/shapes.c) = c832cc90b9a6137f90c12f6c03d7f44a XMD5 (tetris-1.0/src/games/tetris/tetris.6) = 0b8abfc2c0380ab7a913015aaa3b3e2f XMD5 (tetris-1.0/src/games/tetris/tetris.c) = 74220f472ac191bcaa40546e38b90fca XMD5 (tetris-1.0/src/games/tetris/tetris.h) = 49d88635660cf1626eb7ffc810a60a5f XMD5 (tetris-1.0/.stamp) = IGNORE XMD5 (tetris-1.0/src/CVS/Root) = IGNORE XMD5 (tetris-1.0/src/CVS/Repository) = IGNORE XMD5 (tetris-1.0/src/CVS/Entries) = IGNORE XMD5 (tetris-1.0/src/CVS/Entries.Static) = IGNORE XMD5 (tetris-1.0/src/games/CVS/Root) = IGNORE XMD5 (tetris-1.0/src/games/CVS/Repository) = IGNORE XMD5 (tetris-1.0/src/games/CVS/Entries) = IGNORE XMD5 (tetris-1.0/src/games/CVS/Entries.Static) = IGNORE XMD5 (tetris-1.0/src/games/tetris/CVS/Root) = IGNORE XMD5 (tetris-1.0/src/games/tetris/CVS/Repository) = IGNORE XMD5 (tetris-1.0/src/games/tetris/CVS/Entries) = IGNORE XMD5 (tetris-1.0/src/games/tetris/CVS/Tag) = IGNORE END-of-tetris/files/md5 echo c - tetris/pkg mkdir -p tetris/pkg > /dev/null 2>&1 echo x - tetris/pkg/COMMENT sed 's/^X//' >tetris/pkg/COMMENT << 'END-of-tetris/pkg/COMMENT' XThe game of tetris END-of-tetris/pkg/COMMENT echo x - tetris/pkg/DESCR sed 's/^X//' >tetris/pkg/DESCR << 'END-of-tetris/pkg/DESCR' XThe tetris command runs a display-based game which must be played Xon a CRT terminal. The object is to fit the shapes together forming Xcomplete rows, which then vanish. When the shapes fill up to the Xtop, the game ends. You can optionally select a level of play, or Xcustom-select control keys. END-of-tetris/pkg/DESCR echo x - tetris/pkg/PLIST sed 's/^X//' >tetris/pkg/PLIST << 'END-of-tetris/pkg/PLIST' END-of-tetris/pkg/PLIST echo x - tetris/Makefile sed 's/^X//' >tetris/Makefile << 'END-of-tetris/Makefile' X# New ports collection makefile for: tetris X# Version required: 2000-02-28 00:00:00 UTC X# Date created: 2000-02-28 X# Whom: Christian Weisgerber X# X# $FreeBSD$ X XDISTNAME= src/games/tetris XPKGNAME= tetris-1.0 XCATEGORIES= games X# ${MASTER_SITES} is only for if CVS won't work, period. X#MASTER_SITES= http://www.freebsd.org/~kris/distfiles/ X XMAINTAINER= naddy@mips.rhein-neckar.de X X.include XCAT?= /bin/cat XSED?= /usr/bin/sed XDISTFILES!= ${SED} 's:^\(.*\)$$:${PKGNAME}/\1:g' ${FILESDIR}/distfiles XIGNOREFILES!= ${SED} 's:^\(.*\)$$:${PKGNAME}/\1:g' ${FILESDIR}/ignorefiles XDISTFILES+= ${IGNOREFILES} X XCVS_CMD?= cvs -z3 XCVS_DATE= Mon Feb 28 00:00:00 UTC 2000 XCVS_DATE_!= ${ECHO} -n "${CVS_DATE}" | ${SED} 's/[ \t:]/_/g' XCVS_SITES= anoncvs@anoncvs1.ca.openbsd.org:/cvs \ X :pserver:anoncvs@anoncvs1.usa.openbsd.org:/cvs XSTAMPFILE= ${DISTDIR}/${PKGNAME}/.stamp XWRKSRC= ${WRKDIR}/tetris X Xdo-fetch: X @if [ ! -e ${STAMPFILE} ] || \ X [ "X${CVS_DATE}" != "X$$(${CAT} ${STAMPFILE})" ]; then \ X if [ -e ${DISTDIR}/${PKGNAME}.${CVS_DATE_}.tar.gz ]; then \ X cd ${DISTDIR}; \ X ${TAR} xfz ${PKGNAME}.${CVS_DATE_}.tar.gz \ X ${DISTFILES}; \ X ${ECHO} -n "${CVS_DATE}" > ${STAMPFILE}; \ X exit; \ X fi; \ X unset CVS_RSH CVS_SERVER || ${TRUE}; \ X if [ -n "${PORTS_CVS_RSH}" ]; then \ X export CVS_RSH="${PORTS_CVS_RSH}"; \ X fi; \ X ${MKDIR} ${DISTDIR}/${PKGNAME} && \ X cd ${DISTDIR}/${PKGNAME}; \ X for CVS_SITE in ${CVS_SITES}; do \ X ${ECHO_MSG} ">> Attempting to CVS checkout from $${CVS_SITE}."; \ X if ${CVS_CMD} -d $${CVS_SITE} co -D "${CVS_DATE}" \ X ${DISTNAME}; then \ X ${ECHO} -n "${CVS_DATE}" > ${STAMPFILE}; \ X exit; \ X fi \ X done; \ X ${ECHO_MSG} ">> Couldn't CVS checkout ${PKGNAME}. Please try to retrieve"; \ X ${ECHO_MSG} ">> a snapshot with \"make fetchsrctarball\" and try again."; \ X exit 1; \ X fi X Xmakesrctarball: fetch X @cd ${DISTDIR}; \ X ${ECHO_MSG} ">> Creating source tarball in ${DISTDIR}"; \ X ${ECHO_MSG} ">> \"${PKGNAME}.${CVS_DATE_}.tar.gz\"."; \ X ${TAR} cfz ${PKGNAME}.${CVS_DATE_}.tar.gz ${PKGNAME} X Xfetchsrctarball: X @cd ${DISTDIR}; \ X file=${PKGNAME}.${CVS_DATE_}.tar.gz; \ X if [ -e $$file ]; then \ X exit; \ X fi; \ X ${ECHO_MSG} ">> $$file doesn't seem to exist on this system."; \ X for site in ${MASTER_SITES}; do \ X ${ECHO_MSG} ">> Attempting to fetch from $${site}."; \ X if ${SETENV} ${FETCH_ENV} ${FETCH_CMD} ${FETCH_BEFORE_ARGS} \ X $${site}$${file}; then \ X exit; \ X fi; \ X done; \ X ${ECHO_MSG} ">> Couldn't fetch $$file."; \ X ${ECHO_MSG} ">> Please try to retrieve this file manually into"; \ X ${ECHO_MSG} ">> ${_DISTDIR} and try again."; \ X exit 1 X Xdo-extract: X @${MKDIR} ${WRKDIR} X @${CP} -r ${DISTDIR}/${PKGNAME}/${DISTNAME} ${WRKDIR} X X.include END-of-tetris/Makefile echo c - tetris/patches mkdir -p tetris/patches > /dev/null 2>&1 echo x - tetris/patches/patch-aa sed 's/^X//' >tetris/patches/patch-aa << 'END-of-tetris/patches/patch-aa' X--- Makefile.orig Mon Feb 28 15:20:24 2000 X+++ Makefile Mon Feb 28 15:26:32 2000 X@@ -2,17 +2,18 @@ X X PROG= tetris X SRCS= input.c screen.c shapes.c scores.c tetris.c X-MAN= tetris.6 X+MAN6= tetris.6 X DPADD= ${LIBCURSES} X LDADD= -lcurses X-HIDEGAME=hidegame X+BINDIR= ${PREFIX}/bin X+BINGRP= games X+BINMODE=2555 X+MANDIR= ${PREFIX}/man/man X X beforeinstall: X- @if [ ! -f ${DESTDIR}/var/games/tetris.scores ]; then \ X- ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 664 \ X- /dev/null ${DESTDIR}/var/games/tetris.scores ; \ X- else \ X- true ; \ X- fi X+.if !exists(/var/games/tetris.scores) X+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ X+ /var/games/tetris.scores X+.endif X X .include END-of-tetris/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 12:50:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B908737B93A for ; Mon, 28 Feb 2000 12:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA58085; Mon, 28 Feb 2000 12:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sabami.seaslug.org (ip18.gte13.rb1.bel.nwlink.com [207.202.150.18]) by hub.freebsd.org (Postfix) with ESMTP id 61BDD37B93A for ; Mon, 28 Feb 2000 12:44:13 -0800 (PST) (envelope-from scott@sabmail.rresearch.com) Received: by sabami.seaslug.org (Postfix, from userid 1000) id D597E1F17; Mon, 28 Feb 2000 12:39:18 -0800 (PST) Message-Id: <20000228203918.D597E1F17@sabami.seaslug.org> Date: Mon, 28 Feb 2000 12:39:18 -0800 (PST) From: scott@sabami.seaslug.org Reply-To: scott@sabami.seaslug.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17055: update mail/nmh port to nmh-1.0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17055 >Category: ports >Synopsis: update mail/nmh port to nmh-1.0.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 12:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Scott Blachowicz >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: FreeBSD >Description: Version 1.0.3 of nmh was recently released to patch a recently discovered security hole. This patch updates the mail/nmh port for 1.0.3 and also introduces a Makefile know to adjust how nmh locks the mail spool file (in case something other than the FLOCK_LOCKING define is needed...flock appears to be what the stock mail.local uses). >How-To-Repeat: >Fix: Apply appended patch. diff -urN ../nmh-curr/Makefile ./Makefile --- ../nmh-curr/Makefile Tue Feb 8 02:14:55 2000 +++ ./Makefile Mon Feb 28 11:55:33 2000 @@ -1,5 +1,5 @@ # New ports collection makefile for: nmh -# Version required: 1.0.2 +# Version required: 1.0.3 # Date created: 07 Feb 1999 # Whom: Scott Blachowicz # @@ -28,8 +28,14 @@ # NMH_PAGER - pass an PAGER specification through to nmh's configure # script's '--with-pager' option. # +# NMH_LOCKING - specify the style of locking to be used by nmh for the +# users' spool files (e.g. the 'inc' command). Must match the +# locking style used by your MTA - the default is FLOCK_LOCKING +# (the documented behavior for the 'mail.local' delivery +# program). +# -DISTNAME= nmh-1.0.2 +DISTNAME= nmh-1.0.3 CATEGORIES= mail MASTER_SITES= ftp://ftp.mhost.com/pub/nmh/ \ http://people.FreeBSD.org/~jkoshy/PORTS/ @@ -48,6 +54,11 @@ .ifdef NMH_PAGER CONFIGURE_ARGS+= --with-pager=${NMH_PAGER} .endif + +.ifndef NMH_LOCKING +NMH_LOCKING=FLOCK_LOCKING +.endif +CFLAGS+= -D$(NMH_LOCKING) MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 flist.1 folder.1 forw.1 \ inc.1 mark.1 mh-chart.1 mhbuild.1 mhl.1 mhlist.1 mhmail.1 \ diff -urN ../nmh-curr/files/md5 ./files/md5 --- ../nmh-curr/files/md5 Wed Dec 22 19:40:29 1999 +++ ./files/md5 Mon Feb 28 09:57:51 2000 @@ -1 +1 @@ -MD5 (nmh-1.0.2.tar.gz) = eb0ab031b13bf9d10406661c7ad86e50 +MD5 (nmh-1.0.3.tar.gz) = 02519bf8f7ff8590ecfbee9f9500ea07 diff -urN ../nmh-curr/patches/patch-aa ./patches/patch-aa --- ../nmh-curr/patches/patch-aa Sun Dec 26 02:13:25 1999 +++ ./patches/patch-aa Mon Feb 28 10:22:33 2000 @@ -1,19 +1,21 @@ ---- ../../../nmh-1.0.2-DIST/acconfig.h Thu Oct 21 11:58:09 1999 -+++ ./acconfig.h Fri Dec 24 13:50:12 1999 -@@ -22,10 +22,10 @@ +diff -ur ../../../nmh-1.0.3-DIST/acconfig.h ./acconfig.h +--- ../../../nmh-1.0.3-DIST/acconfig.h Mon Jan 24 22:13:38 2000 ++++ ./acconfig.h Mon Feb 28 10:20:34 2000 +@@ -22,10 +22,13 @@ * other programs which may modify your maildrops. * Currently you can only use one type. */ --#define DOT_LOCKING 1 -+/* #define DOT_LOCKING 1 */ ++#if 0 ++/* Patched to be specified in CFLAGS by FreeBSD port. */ + #define DOT_LOCKING 1 /* #define FCNTL_LOCKING 1 */ /* #define LOCKF_LOCKING 1 */ --/* #define FLOCK_LOCKING 1 */ -+#define FLOCK_LOCKING 1 + /* #define FLOCK_LOCKING 1 */ ++#endif /* * If you have defined DOT_LOCKING, then the default is to -@@ -104,7 +104,7 @@ +@@ -104,7 +107,7 @@ * The prefix which is prepended to the name of messages when they * are "removed" by rmm. This should typically be `,' or `#' */ @@ -22,7 +24,7 @@ /* * Name of link to file to which you are replying. -@@ -128,11 +128,11 @@ +@@ -128,11 +131,11 @@ /* Defined for Solaris 2.x, Irix, OSF/1, HP-UX, AIX */ #undef SVR4 /* Defined for SunOS 4, FreeBSD, NetBSD, OpenBSD, BSD/OS, Mac OS X/Rhapsody */ @@ -36,7 +38,7 @@ /* Defined for SCO5 */ #undef SCO_5_STDIO -@@ -231,7 +231,7 @@ +@@ -231,7 +234,7 @@ * not world writable. There are no guarantees as to the safety of doing this, * but this #define will add some extra security checks. */ diff -urN ../nmh-curr/patches/patch-ab ./patches/patch-ab --- ../nmh-curr/patches/patch-ab Wed Dec 22 19:40:30 1999 +++ ./patches/patch-ab Mon Feb 28 10:23:33 2000 @@ -9,9 +9,9 @@ INSTALL_DATA = @INSTALL_DATA@ .SUFFIXES: -diff -ur ../../nmh-1.0.2-DIST/etc/Makefile.in ./etc/Makefile.in ---- ../../nmh-1.0.2-DIST/etc/Makefile.in Thu Jul 15 17:43:04 1999 -+++ ./etc/Makefile.in Sat Dec 11 12:12:53 1999 +diff -ur ../../../nmh-1.0.3-DIST/etc/Makefile.in ./etc/Makefile.in +--- ../../../nmh-1.0.3-DIST/etc/Makefile.in Thu Jan 6 13:30:07 2000 ++++ ./etc/Makefile.in Mon Feb 28 10:20:34 2000 @@ -20,6 +20,7 @@ INSTALL = @INSTALL@ @@ -22,25 +22,10 @@ # Path to search for programs to handle MIME @@ -89,7 +90,7 @@ install-scripts: - $(top_srcdir)/mkinstalldirs $(libdir) + $(top_srcdir)/mkinstalldirs $(bindir) for script in $(SCRIPTS); do \ -- $(INSTALL_PROGRAM) $(srcdir)/$$script $(libdir)/$$script; \ -+ $(INSTALL_SCRIPT) $(srcdir)/$$script $(libdir)/$$script; \ +- $(INSTALL_PROGRAM) $(srcdir)/$$script $(bindir)/$$script; \ ++ $(INSTALL_SCRIPT) $(srcdir)/$$script $(bindir)/$$script; \ done uninstall: uninstall-files uninstall-scripts -diff -ur ../../nmh-1.0.2-DIST/man/Makefile.in ./man/Makefile.in ---- ../../nmh-1.0.2-DIST/man/Makefile.in Wed Oct 13 07:56:41 1999 -+++ ./man/Makefile.in Sat Dec 11 11:52:33 1999 -@@ -146,8 +146,9 @@ - $(INSTALL_DATA) $$file $(mandir)/man$(manext5) ; \ - done - if [ ! -f mh_profile.$(manext5) ] ; then \ -- ( cd $(mandir)/man$(manext5) ; ln mh-profile.$(manext5) \ -- mh_profile.$(manext5) ) \ -+ ( cd $(mandir)/man$(manext5) ; \ -+ rm -f mh_profile.$(manext5) ; \ -+ ln mh-profile.$(manext5) mh_profile.$(manext5) ) \ - fi - - # install the man pages in man8 diff -urN ../nmh-curr/patches/patch-ba ./patches/patch-ba --- ../nmh-curr/patches/patch-ba Wed Dec 31 16:00:00 1969 +++ ./patches/patch-ba Mon Feb 28 11:23:48 2000 @@ -0,0 +1,22 @@ +diff -ur ../../../nmh-1.0.3-DIST/uip/slocal.c ./uip/slocal.c +--- ../../../nmh-1.0.3-DIST/uip/slocal.c Sun Feb 6 04:41:00 2000 ++++ ./uip/slocal.c Mon Feb 28 10:42:31 2000 +@@ -32,11 +32,17 @@ + #include /* initgroups() is here on Solaris 2.6 */ + #include /* initgroups() is here on HP-UX 10.20 */ + ++#if !defined(BSD44) ++/* On FreeBSD 3.2 (at least), initgroups is prototyped in unistd.h with a ++ 'int' arg instead of a 'gid_t' (which is unsigned) arg. The prototype below ++ produces a "conflicting types for `initgroups'" error. */ ++ + /* On AIX 4.1, initgroups() is defined and even documented (giving the parameter + types as "char*" and "int"), but doesn't have a prototype in any of the + system header files. On other OSes, this should be a duplicate prototype + that won't cause any errors or warnings. */ + extern int initgroups(const char*, gid_t); ++#endif + + #ifdef HAVE_DB1_NDBM_H + #include + diff -urN ../nmh-curr/pkg/PLIST ./pkg/PLIST --- ../nmh-curr/pkg/PLIST Wed Dec 22 19:40:30 1999 +++ ./pkg/PLIST Mon Feb 28 11:49:34 2000 @@ -18,7 +18,6 @@ bin/mhpath bin/mhshow bin/mhstore -bin/mhtest bin/msgchk bin/msh bin/next @@ -32,6 +31,7 @@ bin/rmm bin/scan bin/send +bin/sendfiles bin/show bin/sortm bin/viamail @@ -68,12 +68,12 @@ libexec/nmh/fmtdump libexec/nmh/install-mh libexec/nmh/mhl +libexec/nmh/mhtest libexec/nmh/post libexec/nmh/rcvdist libexec/nmh/rcvpack libexec/nmh/rcvstore libexec/nmh/rcvtty -libexec/nmh/sendfiles libexec/nmh/slocal libexec/nmh/spost @dirrm etc/nmh >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 13: 0: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4FBAC37B75F for ; Mon, 28 Feb 2000 13:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA59390; Mon, 28 Feb 2000 13:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Feb 2000 13:00:03 -0800 (PST) Message-Id: <200002282100.NAA59390@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/17054: New port: games/tetris - from OpenBSD Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17054; it has been noted by GNATS. From: Will Andrews To: Christian Weisgerber Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/17054: New port: games/tetris - from OpenBSD Date: Mon, 28 Feb 2000 15:50:29 -0500 On Mon, Feb 28, 2000 at 09:10:28PM +0100, Christian Weisgerber wrote: > TODO: Find a committer to put the alternative source tarball in > his home directory, add MASTER_SITES appropriately. I'm not a committer, but I will be glad to store this on my website. Please let me know where I can get a temporary tarball, or let me know if I have to generate a tarball based on the cvs repository. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 13: 0: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C51E637B803 for ; Mon, 28 Feb 2000 13:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA59401; Mon, 28 Feb 2000 13:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Feb 2000 13:00:04 -0800 (PST) Message-Id: <200002282100.NAA59401@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17034; it has been noted by GNATS. From: Will Andrews To: "R. Imura" Cc: andrews@technologist.com, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/17034: update port: devel/kdevelop: 1.0 -> 1.1 Date: Mon, 28 Feb 2000 15:53:27 -0500 On Tue, Feb 29, 2000 at 03:19:06AM +0900, R. Imura wrote: > > I think it should be a separate port. Not everyone wants documentation.. > > Ok, would you create the c++ reference port, too? > If you won't, that's ok. You can get rid of the documentation from > my port, anyway. Actually, now that I've gone and made a port of this, I realized a couple unsettling problems. So I've decided not to make this a separate port. I will generate a mechanism to install the documentation as requested, built into the devel/kdevelop[-i18n] ports. > They are used by EXTRA_PATCHES. > Ignore them. :) > Should be in 1.1. Ok. I will remove DISTFILES from your port, since it is no longer needed. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 14:21:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 637ED37B678; Mon, 28 Feb 2000 14:21:42 -0800 (PST) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (pc062023.tokyo.jcom.ne.jp [210.155.62.23]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id HAA06970; Tue, 29 Feb 2000 07:21:40 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id HAA84866; Tue, 29 Feb 2000 07:21:08 +0900 (JST) Date: Tue, 29 Feb 2000 07:21:59 +0900 Message-ID: <864satary0.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: jseger@FreeBSD.ORG Cc: asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, ache@FreeBSD.ORG Subject: Re: ports/16836: graphics/ImageMagick: configures with LZW enabled In-Reply-To: In your message of "Mon, 21 Feb 2000 09:59:13 -0800" <20000221095912.A11407@freebsd.org> References: <200002202020.MAA35148@freefall.freebsd.org> <86zosvqfjl.wl@archon.local.idaemons.org> <20000221095912.A11407@freebsd.org> User-Agent: Wanderlust/2.2.18 (Please Forgive Me) EMIKO/1.13.11 (Euglena viridis) FLIM/1.13.2 (Kasanui) APEL/10.1 MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) Organization: Associated I. Daemons MIME-Version: 1.0 (generated by EMIKO 1.13.11 - "Euglena viridis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Mon, 21 Feb 2000 09:59:13 -0800, Andrey A. Chernov wrote: > --- Makefile.bak Fri Jan 28 16:15:12 2000 > +++ Makefile Mon Feb 21 20:49:31 2000 > @@ -34,7 +34,10 @@ > > MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} > HAS_CONFIGURE= YES > -CONFIGURE_ARGS= --prefix=${PREFIX} --enable-lzw --enable-shared --with-perl=${PERL5} > +CONFIGURE_ARGS= --prefix=${PREFIX} --enable-shared --with-perl=${PERL5} > +.if defined(HAVE_LZW_LICENSE) > +CONFIGURE_ARGS+= --enable-lzw > +.endif > USE_PERL5= YES > CONFIGURE_ENV= LDFLAGS="$(LDFLAGS) -L${WRKSRC}/magick/.libs" > post-install: Would you check this patch and commit it to close my PR? LZW-enabled software must not be shipped! Or any other committers could do it. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( "If you choose not to decide you still have made a choice." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 14:58:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from w8hd2.w8hd.org (w8hd2.w8hd.org [198.252.159.25]) by hub.freebsd.org (Postfix) with ESMTP id 6226937B9A4 for ; Mon, 28 Feb 2000 14:58:21 -0800 (PST) (envelope-from kimc@w8hd.org) Received: from w8hd2.w8hd.org (w8hd2.w8hd.org [198.252.159.25]) by w8hd2.w8hd.org (8.9.3/8.9.3) with ESMTP id RAA74448 for ; Mon, 28 Feb 2000 17:58:15 -0500 (EST) Date: Mon, 28 Feb 2000 17:58:12 -0500 (EST) From: Kim Culhan To: ports@FreeBSD.org Subject: speak_freely appears broken Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is with 4.0-20000220-CURRENT built on Sun Feb 27 09:42:14 EST 2000 When sfmike is started it immediately sig 11's and core dumps. Please advise if you would like the core file or any additional info. regards kim -- kimc@w8hd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 15:20:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from dervish.mail.pipex.net (dervish.mail.pipex.net [158.43.192.70]) by hub.freebsd.org (Postfix) with SMTP id 47FAA37B9AC for ; Mon, 28 Feb 2000 15:20:33 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 13624 invoked from network); 28 Feb 2000 23:20:23 -0000 Received: from useraf46.uk.uudial.com (HELO marder-1.) (62.188.132.33) by smtp.dial.pipex.com with SMTP; 28 Feb 2000 23:20:23 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id XAA03274 for ports@freebsd.org; Mon, 28 Feb 2000 23:19:31 GMT (envelope-from mark) Date: Mon, 28 Feb 2000 23:19:31 +0000 From: Mark Ovens To: ports@freebsd.org Subject: New version of Acroread core dumps Message-ID: <20000228231930.B327@marder-1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Organization: Total lack of Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org There is a new version of the Linux version of Acroread - 4.05. I've modified the Makefile and files/md5 to work with this, and it installs correctly, however it core dumps with a Floating Point Exception. The ReadMe that comes in the tarball includes the following: Linux-Specific Information -------------------------- 1. The Acrobat Reader for Linux was built on a 2.2.5-15 kernel. (RedHat 6.0) 2. There is currently no search functionality available for the Linux Acrobat Reader. 3. The current Reader is now "glibc" 2.1 based as opposed to libc. This means that the Acrobat Reader has been linked with libc.so.6 as opposed to libc.so.5. The effects of this are mainly that if you are using a "libc" based version of Netscape, you will not be able to launch the Reader as a plugin. In fact, this will crash netscape. Also, systems that use the older "2.0.x" glibc libraries (such as RedHat 5.x and Debian 2.x, and Slackware 4.x) may experience crashes when running this version of the Acrobat Reader. We therefore recommend running the very latest version of your distribution. Debian plans to move to glibc 2.1 in the next release. Slackware is glibc 2.1 based for version 7.0. Item 3 appears to be the cause. The Makefile currently includes this dependency: RUN_DEPENDS=/compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base The current verions of linux_base is glibc-2.1 is it not? I certainly have a libc.so.6 in /compat/linux/lib, although it is a symlink to libc-2.1.2.so I don't fully understand how the dynamic linking (acroread-4.05 is dynamically-linked) mechanism works in Linux compatibility mode so can anyone suggest what I may need to do to get this working properly, or if it should, in fact, work at all. Thanks. -- Microsoft: Where do you want to go today? Linux: Where do you want to go tomorrow? BSD: Are you guys coming, or what? -Poster at LinuxWorld 2000 ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 15:40:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4C6F37B9AC for ; Mon, 28 Feb 2000 15:40:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA78141; Mon, 28 Feb 2000 15:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Feb 2000 15:40:03 -0800 (PST) Message-Id: <200002282340.PAA78141@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Christian Weisgerber Subject: Re: ports/17054: New port: games/tetris - from OpenBSD Reply-To: Christian Weisgerber Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17054; it has been noted by GNATS. From: Christian Weisgerber To: Will Andrews Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/17054: New port: games/tetris - from OpenBSD Date: Mon, 28 Feb 2000 22:13:39 +0100 Will Andrews: > > TODO: Find a committer to put the alternative source tarball in > > his home directory, add MASTER_SITES appropriately. > > I'm not a committer, but I will be glad to store this on my website. Well, it seems to be customary to move such distfiles into a committer's home directory. If not, then I could put it under my homepage as well. > Please let me know where I can get a temporary tarball, or let > me know if I have to generate a tarball based on the cvs repository. "make makesrctarball" will fetch the source by cvs and tar it up. -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 17:58:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60DD737C3D4; Mon, 28 Feb 2000 17:58:37 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA91159; Mon, 28 Feb 2000 17:58:37 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 28 Feb 2000 17:58:37 -0800 (PST) From: Message-Id: <200002290158.RAA91159@freefall.freebsd.org> To: tkato@prontomail.ne.jp, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16963: Update port: devel/uclmmbase to 1.1.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/uclmmbase to 1.1.2 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Mon Feb 28 17:56:27 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 18: 3:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5162E37BC81; Mon, 28 Feb 2000 18:03:08 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA91706; Mon, 28 Feb 2000 18:03:08 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 28 Feb 2000 18:03:08 -0800 (PST) From: Message-Id: <200002290203.SAA91706@freefall.freebsd.org> To: tkato@prontomail.ne.jp, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16965: Update port: graphics/epstool to 1.08 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/epstool to 1.08 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Mon Feb 28 18:00:05 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 18: 6:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tesla.salk.edu (tesla.salk.edu [198.202.70.1]) by hub.freebsd.org (Postfix) with ESMTP id 301C437B9F9 for ; Mon, 28 Feb 2000 18:06:08 -0800 (PST) (envelope-from jorge@salk.edu) Received: from phelps.salk.edu (phelps.salk.edu [198.202.70.123]) by tesla.salk.edu (8.7.5/8.7.3) with SMTP id SAA14548 for ; Mon, 28 Feb 2000 18:05:48 -0800 (PST) Date: Mon, 28 Feb 2000 18:01:28 -0800 (PST) From: Jorge Aldana To: freebsd-ports@FreeBSD.org Subject: Gnome Port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org When I attempt to make the port gnome on a 3.4-20000124-STABLE machine I keep getting the following, I also tried "make -D FORCE_PKG_REGISTER" with the same error on imlib. I have seen questons posted but never any solid reponse on how to fix this has anyone solved this problem with "make" on gnome? I also make imlib by hand yet gnome gets the same error. I have been told to cvsup the ports but don't know how any references would be helpfull. /usr/ports/x11/gnome>make ===> Extracting for gnome-1.0.53 >> No MD5 checksum file. ===> gnome-1.0.53 depends on shared library: glib12.3 - found ===> gnome-1.0.53 depends on shared library: gtk12.2 - found ===> gnome-1.0.53 depends on shared library: ORBit.2 - found ===> gnome-1.0.53 depends on shared library: Imlib.5 - found ===> gnome-1.0.53 depends on shared library: audiofile.0 - found ===> gnome-1.0.53 depends on shared library: esd.2 - found ===> gnome-1.0.53 depends on shared library: gnome.3 - not found ===> Verifying install for gnome.3 in /usr/ports/x11/gnomelibs ===> Extracting for gnomelibs-1.0.55 >> Checksum OK for gnome-libs-1.0.55.tar.gz. ===> gnomelibs-1.0.55 depends on executable: gmake - found ===> gnomelibs-1.0.55 depends on executable: libtool - found ===> gnomelibs-1.0.55 depends on shared library: gdk_imlib.5 - not found ===> Verifying install for gdk_imlib.5 in /usr/ports/graphics/imlib ===> Returning to build of gnomelibs-1.0.55 Error: shared library "gdk_imlib.5" does not exist *** Error code 1 Stop. Here's the gnomelib error when made by it themself: make -D FORCE_PKG_REGISTER ===> Extracting for gnomelibs-1.0.55 >> Checksum OK for gnome-libs-1.0.55.tar.gz. ===> gnomelibs-1.0.55 depends on executable: gmake - found ===> gnomelibs-1.0.55 depends on executable: libtool - found ===> gnomelibs-1.0.55 depends on shared library: gdk_imlib.5 - not found ===> Verifying install for gdk_imlib.5 in /usr/ports/graphics/imlib ===> Installing for imlib-1.9.8 ===> imlib-1.9.8 depends on shared library: png.3 - found ===> imlib-1.9.8 depends on shared library: jpeg.9 - found ===> imlib-1.9.8 depends on shared library: tiff.4 - found ===> imlib-1.9.8 depends on shared library: gif.5 - found ===> imlib-1.9.8 depends on shared library: gtk12.2 - found ===> imlib-1.9.8 depends on shared library: X11.6 - found Making install in Imlib gmake[1]: Entering directory `/usr/ports/graphics/imlib/work/imlib-1.9.8/Imlib' gmake[2]: Entering directory `/usr/ports/graphics/imlib/work/imlib-1.9.8/Imlib' /bin/sh ../mkinstalldirs /usr/X11R6/lib /bin/sh /usr/local/bin/libtool --mode=install /usr/bin/install -c -o root -g wheel libImlib.la /usr/X11R6/lib/libImlib.la /usr/bin/install -c -o root -g wheel .libs/libImlib.so.5 /usr/X11R6/lib/libImlib.so.5 (cd /usr/X11R6/lib && rm -f libImlib.so && ln -s libImlib.so.5 libImlib.so) /usr/bin/install -c -o root -g wheel .libs/libImlib.lai /usr/X11R6/lib/libImlib.la /usr/bin/install -c -o root -g wheel .libs/libImlib.a /usr/X11R6/lib/libImlib.a ranlib /usr/X11R6/lib/libImlib.a chmod 644 /usr/X11R6/lib/libImlib.a /usr/bin/env OBJFORMAT="elf" /sbin/ldconfig -m /usr/X11R6/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/X11R6/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../mkinstalldirs /usr/X11R6/include install -c -o root -g wheel -m 444 Imlib.h /usr/X11R6/include/Imlib.h install -c -o root -g wheel -m 444 Imlib_private.h /usr/X11R6/include/Imlib_private.h install -c -o root -g wheel -m 444 Imlib_types.h /usr/X11R6/include/Imlib_types.h gmake[2]: Leaving directory `/usr/ports/graphics/imlib/work/imlib-1.9.8/Imlib' gmake[1]: Leaving directory `/usr/ports/graphics/imlib/work/imlib-1.9.8/Imlib' Making install in config gmake[1]: Entering directory `/usr/ports/graphics/imlib/work/imlib-1.9.8/config' gmake[2]: Entering directory `/usr/ports/graphics/imlib/work/imlib-1.9.8/config' /bin/sh ../mkinstalldirs /usr/X11R6/etc/imlib install -c -o root -g wheel -m 444 ./imrc /usr/X11R6/etc/imlib/imrc install -c -o root -g wheel -m 444 ./im_palette.pal install -c -o root -g wheel -m 444 ./im_palette-small.pal /usr/X11R6/etc/imlib/im_palette-small.pal install -c -o root -g wheel -m 444 ./im_palette-tiny.pal /usr/X11R6/etc/imlib/im_palette-tiny.pal gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/usr/ports/graphics/imlib/work/imlib-1.9.8/config' gmake[1]: Leaving directory `/usr/ports/graphics/imlib/work/imlib-1.9.8/config' Making install in doc gmake[1]: Entering directory `/usr/ports/graphics/imlib/work/imlib-1.9.8/doc' gmake[2]: Entering directory `/usr/ports/graphics/imlib/work/imlib-1.9.8/doc' gmake[2]: Nothing to be done for `install-exec-am'. gmake[2]: Nothing to be done for `install-data-am'. gmake[2]: Leaving directory `/usr/ports/graphics/imlib/work/imlib-1.9.8/doc' gmake[1]: Leaving directory `/usr/ports/graphics/imlib/work/imlib-1.9.8/doc' gmake[1]: Entering directory `/usr/ports/graphics/imlib/work/imlib-1.9.8' gmake[2]: Entering directory `/usr/ports/graphics/imlib/work/imlib-1.9.8' /bin/sh ./mkinstalldirs /usr/X11R6/bin install -c -o root -g wheel -m 555 imlib-config /usr/X11R6/bin/imlib-config /bin/sh ./mkinstalldirs /usr/X11R6/share/aclocal install -c -o root -g wheel -m 444 ./imlib.m4 /usr/X11R6/share/aclocal/imlib.m4 gmake[2]: Leaving directory `/usr/ports/graphics/imlib/work/imlib-1.9.8' gmake[1]: Leaving directory `/usr/ports/graphics/imlib/work/imlib-1.9.8' ===> Generating temporary packing list ===> Registering installation for imlib-1.9.8 ===> Returning to build of gnomelibs-1.0.55 Error: shared library "gdk_imlib.5" does not exist *** Error code 1 Stop. Thanks, Jorge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 18: 9:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8939837B9AF; Mon, 28 Feb 2000 18:09:10 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA92428; Mon, 28 Feb 2000 18:09:10 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 28 Feb 2000 18:09:10 -0800 (PST) From: Message-Id: <200002290209.SAA92428@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16968: New URLs for CAD/FElt Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New URLs for CAD/FElt State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Mon Feb 28 18:08:28 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 18:14:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9136037B9DE; Mon, 28 Feb 2000 18:14:14 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA92959; Mon, 28 Feb 2000 18:14:14 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 28 Feb 2000 18:14:14 -0800 (PST) From: Message-Id: <200002290214.SAA92959@freefall.freebsd.org> To: rbt@zort.on.ca, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16973: Update: QHacc upgrade to 0.3.1 from 0.2.8 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: QHacc upgrade to 0.3.1 from 0.2.8 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Mon Feb 28 18:10:48 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 18:20:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EDD3F37B9F0; Mon, 28 Feb 2000 18:20:18 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA93554; Mon, 28 Feb 2000 18:20:18 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 28 Feb 2000 18:20:18 -0800 (PST) From: Message-Id: <200002290220.SAA93554@freefall.freebsd.org> To: lioux@linf.unb.br, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17000: New port netscape communicator 4.7.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port netscape communicator 4.7.2 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Mon Feb 28 18:19:21 PST 2000 State-Changed-Why: netscape47-communicator ports has been updated to 4.72 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 18:27:28 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F8CA37B678; Mon, 28 Feb 2000 18:27:26 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA94547; Mon, 28 Feb 2000 18:27:26 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 28 Feb 2000 18:27:26 -0800 (PST) From: Message-Id: <200002290227.SAA94547@freefall.freebsd.org> To: andrews@technologist.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17031: update port: shells/perlsh: 0.004pre2 -> 0.007 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: shells/perlsh: 0.004pre2 -> 0.007 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Mon Feb 28 18:21:32 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 18:32:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0776037B9E4; Mon, 28 Feb 2000 18:32:25 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA95127; Mon, 28 Feb 2000 18:32:24 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 28 Feb 2000 18:32:24 -0800 (PST) From: Message-Id: <200002290232.SAA95127@freefall.freebsd.org> To: yasuf@big.or.jp, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16990: Fix port: ftp/ftpmirror Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Fix port: ftp/ftpmirror State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Mon Feb 28 18:31:37 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 18:35:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1797E37B9F4; Mon, 28 Feb 2000 18:35:55 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA95624; Mon, 28 Feb 2000 18:35:55 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 28 Feb 2000 18:35:55 -0800 (PST) From: Message-Id: <200002290235.SAA95624@freefall.freebsd.org> To: andrew@ugh.net.au, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17039: update of gpart port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update of gpart port State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Mon Feb 28 18:35:07 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 18:46:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F72A37BA02; Mon, 28 Feb 2000 18:46:47 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA96678; Mon, 28 Feb 2000 18:46:47 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 28 Feb 2000 18:46:47 -0800 (PST) From: Message-Id: <200002290246.SAA96678@freefall.freebsd.org> To: bmc@WillsCreek.COM, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17044: [Update] tgif port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [Update] tgif port State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Mon Feb 28 18:39:12 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 18:54: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8CFB37B9F3; Mon, 28 Feb 2000 18:54:03 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA97587; Mon, 28 Feb 2000 18:54:03 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 28 Feb 2000 18:54:03 -0800 (PST) From: Message-Id: <200002290254.SAA97587@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/17052: Update port: x11-wm/mlvwm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11-wm/mlvwm Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: jedgar Responsible-Changed-When: Mon Feb 28 18:53:33 PST 2000 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 18:54:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D6BF37B9DE; Mon, 28 Feb 2000 18:54:55 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA97693; Mon, 28 Feb 2000 18:54:54 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 28 Feb 2000 18:54:54 -0800 (PST) From: Message-Id: <200002290254.SAA97693@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/17051: Update port: devel/xwpe to 1.0.22a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/xwpe to 1.0.22a Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: jedgar Responsible-Changed-When: Mon Feb 28 18:54:28 PST 2000 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 19: 4:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A501137BA6B; Mon, 28 Feb 2000 19:04:42 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA98814; Mon, 28 Feb 2000 19:04:42 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 28 Feb 2000 19:04:42 -0800 (PST) From: Message-Id: <200002290304.TAA98814@freefall.freebsd.org> To: tkato@prontomail.ne.jp, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17050: Update port: devel/gide to to 0.1.7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: devel/gide to to 0.1.7 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Mon Feb 28 18:55:14 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 19: 5:30 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 34A2237B926; Mon, 28 Feb 2000 19:05:29 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA98976; Mon, 28 Feb 2000 19:05:28 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 28 Feb 2000 19:05:28 -0800 (PST) From: Message-Id: <200002290305.TAA98976@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/17049: Update port: deskutils/gnucash Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: deskutils/gnucash Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: jedgar Responsible-Changed-When: Mon Feb 28 19:05:11 PST 2000 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 19:10: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 32CB737B9DD for ; Mon, 28 Feb 2000 19:10:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA99400; Mon, 28 Feb 2000 19:10:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1083237B9FD for ; Mon, 28 Feb 2000 19:09:51 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA99381; Mon, 28 Feb 2000 19:09:50 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002290309.TAA99381@freefall.freebsd.org> Date: Mon, 28 Feb 2000 19:09:50 -0800 (PST) From: larse@isi.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17062: 4.0-20000214-CURRENT: navigator-4.7 port misses X libraries Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17062 >Category: ports >Synopsis: 4.0-20000214-CURRENT: navigator-4.7 port misses X libraries >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 19:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: 4.0-20000214-CURRENT >Organization: USC Information Sciences Institute >Environment: FreeBSD hbo.isi.edu 4.0-20000214-CURRENT FreeBSD 4.0-20000214-CURRENT #4: Thu Feb 24 16:47:59 PST 2000 root@pub.isi.edu:/usr/src/sys/compile/PRECISION i386 >Description: After installing /usr/ports/www/netscape47-navigator, running netscape results in: ld.so failed: Can't find shared library "libXt.so.6.0" ldd says: /usr/local/lib/netscape/navigator-4.7.bin: -lXt.6 => not found (0x0) -lXmu.6 => not found (0x0) -lXext.6 => not found (0x0) -lX11.6 => not found (0x0) -lSM.6 => not found (0x0) -lICE.6 => not found (0x0) -lg++.4 => /usr/lib/compat/aout/libg++.so.4.0 (0x20684000) -lstdc++.2 => /usr/lib/compat/aout/libstdc++.so.2.0 (0x206c0000) -lm.2 => /usr/lib/compat/aout/libm.so.2.0 (0x206f6000) -lc.3 => /usr/lib/compat/aout/libc.so.3.1 (0x20710000) (System was installed from the 4.0-20000214-CURRENT ISO CD image.) >How-To-Repeat: see description >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 19:13:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99FD937BA0E; Mon, 28 Feb 2000 19:13:35 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA99742; Mon, 28 Feb 2000 19:13:35 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Mon, 28 Feb 2000 19:13:35 -0800 (PST) From: Message-Id: <200002290313.TAA99742@freefall.freebsd.org> To: larse@isi.edu, steve@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17062: 4.0-20000214-CURRENT: navigator-4.7 port misses X libraries Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 4.0-20000214-CURRENT: navigator-4.7 port misses X libraries State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Mon Feb 28 19:12:19 PST 2000 State-Changed-Why: The Netscape port requires that you have the a.out version of the X libraries. Let me know if you need a copy and I'll put up a set where you can get them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 19:20:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 81EAD37BA0B for ; Mon, 28 Feb 2000 19:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00381; Mon, 28 Feb 2000 19:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 926A237B9FD for ; Mon, 28 Feb 2000 19:15:29 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA99868; Mon, 28 Feb 2000 19:15:29 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002290315.TAA99868@freefall.freebsd.org> Date: Mon, 28 Feb 2000 19:15:29 -0800 (PST) From: larse@isi.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17064: 4.0-20000214-CURRENT: openssh port fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17064 >Category: ports >Synopsis: 4.0-20000214-CURRENT: openssh port fails to build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 19:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: 4.0-20000214-CURRENT >Organization: USC Information Sciences Institute >Environment: FreeBSD hbo.isi.edu 4.0-20000214-CURRENT FreeBSD 4.0-20000214-CURRENT #4: Thu Feb 24 16:47:59 PST 2000 root@pub.isi.edu:/usr/src/sys/compile/PRECISION i386 >Description: System was installed from the 4.0-20000214-CURRENT ISO CD image. hbo# make ===> Patching for rsaref-2.0 ===> Applying FreeBSD patches for rsaref-2.0 ===> Configuring for rsaref-2.0 /bin/cp /usr/ports/security/rsaref/files/Makefile /usr/ports/security/rsaref/work/source cd /usr/ports/security/rsaref/work/source && /bin/cp des.h _des.h && /bin/cp md2.h _md2.h && /bin/cp md5.h _md5.h ===> Building for rsaref-2.0 cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c desc.c cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c digit.c cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c md2c.c cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c md5c.c cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c nn.c cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c prime.c cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c rsa.c cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c r_encode.c cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c r_dh.c cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c r_enhanc.c cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c r_keygen.c cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c r_random.c cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c r_stdlib.c ar rc librsaref.a desc.o digit.o md2c.o md5c.o nn.o prime.o rsa.o r_encode.o r_dh.o r_enhanc.o r_keygen.o r_random.o r_stdlib.o ranlib librsaref.a cc -fpic -DPIC -O9 -pipe -funroll-loops -fomit-frame-pointer -c desc.c -o desc.so cc -fpic -DPIC -O9 -pipe -funroll-loops -fomit-frame-pointer -c digit.c -o digit.so cc -fpic -DPIC -O9 -pipe -funroll-loops -fomit-frame-pointer -c md2c.c -o md2c.so cc -fpic -DPIC -O9 -pipe -funroll-loops -fomit-frame-pointer -c md5c.c -o md5c.so cc -fpic -DPIC -O9 -pipe -funroll-loops -fomit-frame-pointer -c nn.c -o nn.so cc -fpic -DPIC -O9 -pipe -funroll-loops -fomit-frame-pointer -c prime.c -o prime.so cc -fpic -DPIC -O9 -pipe -funroll-loops -fomit-frame-pointer -c rsa.c -o rsa.so cc -fpic -DPIC -O9 -pipe -funroll-loops -fomit-frame-pointer -c r_encode.c -o r_encode.so cc -fpic -DPIC -O9 -pipe -funroll-loops -fomit-frame-pointer -c r_dh.c -o r_dh.so cc -fpic -DPIC -O9 -pipe -funroll-loops -fomit-frame-pointer -c r_enhanc.c -o r_enhanc.so cc -fpic -DPIC -O9 -pipe -funroll-loops -fomit-frame-pointer -c r_keygen.c -o r_keygen.so cc -fpic -DPIC -O9 -pipe -funroll-loops -fomit-frame-pointer -c r_random.c -o r_random.so cc -fpic -DPIC -O9 -pipe -funroll-loops -fomit-frame-pointer -c r_stdlib.c -o r_stdlib.so cc -o librsaref.so.2 -shared -Wl,-soname,librsaref.so.2 desc.so digit.so md2c.so md5c.so nn.so prime.so rsa.so r_encode.so r_dh.so r_enhanc.so r_keygen.so r_random.so r_stdlib.so hbo# make clean ===> Cleaning for rsaref-2.0 hbo# make ===> Extracting for rsaref-2.0 >How-To-Repeat: see description >Fix: >Release-Note: >Audit-Trail: >Unformatted: >> Checksum OK for rsaref20.1996.tar.Z. /usr/ports/distfiles//rsaref20.1996.tar.Z: 64.7% ===> Patching for rsaref-2.0 ===> Applying FreeBSD patches for rsaref-2.0 ===> Configuring for rsaref-2.0 /bin/cp /usr/ports/security/rsaref/files/Makefile /usr/ports/security/rsaref/work/source cd /usr/ports/security/rsaref/work/source && /bin/cp des.h _des.h && /bin/cp md2.h _md2.h && /bin/cp md5.h _md5.h ===> Building for rsaref-2.0 cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c desc.c cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c digit.c cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c md2c.c cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c md5c.c cc -O9 -pipe -funroll-loops -fomit-frame-pointer -c nn.c ^C*** nn.o removed hbo# cd ../openssh hbo# make clean ===> Cleaning for rsaref-2.0 ===> Cleaning for OpenSSH-1.2.2 hbo# make ===> Extracting for OpenSSH-1.2.2 >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/COPYING.Ylonen. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/Makefile. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/Makefile.inc. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/OVERVIEW. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/README. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/RFC.nroff. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/atomicio.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/auth-krb4.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/auth-passwd.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/auth-rh-rsa.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/auth-rhosts.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/auth-rsa.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/auth-skey.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/authfd.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/authfd.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/authfile.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/bufaux.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/bufaux.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/buffer.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/buffer.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/canohost.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/channels.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/channels.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/cipher.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/cipher.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/clientloop.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/compat.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/compat.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/compress.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/compress.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/crc32.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/crc32.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/deattack.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/deattack.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/fingerprint.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/fingerprint.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/getput.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/hostfile.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/includes.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/lib/Makefile. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/log-client.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/log-server.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/log.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/login.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/match.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/mpaux.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/mpaux.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/nchan.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/nchan.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/nchan.ms. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/packet.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/packet.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/pty.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/pty.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/radix.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/readconf.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/readconf.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/readpass.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/rsa.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/rsa.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/scp.1. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/scp.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/scp/Makefile. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/servconf.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/servconf.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/serverloop.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/ssh-add.1. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/ssh-add.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/ssh-add/Makefile. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/ssh-agent.1. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/ssh-agent.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/ssh-agent/Makefile. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/ssh-keygen.1. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/ssh-keygen.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/ssh-keygen/Makefile. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/ssh.1. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/ssh.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/ssh.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/ssh/Makefile. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/ssh_config. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/sshconnect.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/sshd.8. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/sshd.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/sshd/Makefile. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/sshd_config. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/tildexpand.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/ttymodes.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/ttymodes.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/uidswap.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/uidswap.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/version.h. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/xmalloc.c. >> Checksum OK for OpenSSH-1.2.2/src/usr.bin/ssh/xmalloc.h. ===> OpenSSH-1.2.2 depends on shared library: rsaref.2 - found ===> Patching for OpenSSH-1.2.2 ===> Applying FreeBSD patches for OpenSSH-1.2.2 ===> Configuring for OpenSSH-1.2.2 ===> Building for OpenSSH-1.2.2 ===> lib Warning: Object directory not changed from original /usr/ports/security/openssh/work/ssh/lib cc -O9 -pipe -funroll-loops -fomit-frame-pointer -I/usr/ports/security/openssh/work/ssh/lib/.. -I -DINET6 -I/usr/ports/security/openssh/work/ssh/lib/.. -I/usr/local/usr/include -c /usr/ports/security/openssh/work/ssh/lib/../authfd.c -o authfd.o In file included from /usr/ports/security/openssh/work/ssh/lib/../rsa.h:22, from /usr/ports/security/openssh/work/ssh/lib/../ssh.h:21, from /usr/ports/security/openssh/work/ssh/lib/../authfd.c:19: /usr/include/openssl/rsa.h:8: syntax error before `PROTO_LIST' /usr/include/openssl/rsa.h:11: syntax error before `PROTO_LIST' /usr/include/openssl/rsa.h:14: syntax error before `PROTO_LIST' /usr/include/openssl/rsa.h:17: syntax error before `PROTO_LIST' In file included from /usr/ports/security/openssh/work/ssh/lib/../ssh.h:21, from /usr/ports/security/openssh/work/ssh/lib/../authfd.c:19: /usr/ports/security/openssh/work/ssh/lib/../rsa.h:25: syntax error before `*' /usr/ports/security/openssh/work/ssh/lib/../rsa.h:35: syntax error before `RSA' /usr/ports/security/openssh/work/ssh/lib/../rsa.h:36: syntax error before `RSA' In file included from /usr/ports/security/openssh/work/ssh/lib/../authfd.c:19: /usr/ports/security/openssh/work/ssh/lib/../ssh.h:299: syntax error before `RSA' /usr/ports/security/openssh/work/ssh/lib/../ssh.h:416: syntax error before `RSA' /usr/ports/security/openssh/work/ssh/lib/../ssh.h:425: syntax error before `RSA' /usr/ports/security/openssh/work/ssh/lib/../ssh.h:437: syntax error before `RSA' In file included from /usr/ports/security/openssh/work/ssh/lib/../authfd.c:21: /usr/ports/security/openssh/work/ssh/lib/../authfd.h:99: syntax error before `RSA' /usr/ports/security/openssh/work/ssh/lib/../authfd.h:107: syntax error before `RSA' In file included from /usr/ports/security/openssh/work/ssh/lib/../authfd.c:27: /usr/include/openssl/rsa.h:8: syntax error before `PROTO_LIST' /usr/include/openssl/rsa.h:11: syntax error before `PROTO_LIST' /usr/include/openssl/rsa.h:14: syntax error before `PROTO_LIST' /usr/include/openssl/rsa.h:17: syntax error before `PROTO_LIST' /usr/ports/security/openssh/work/ssh/lib/../authfd.c:343: syntax error before `RSA' /usr/ports/security/openssh/work/ssh/lib/../authfd.c: In function `ssh_add_identity': /usr/ports/security/openssh/work/ssh/lib/../authfd.c:352: `key' undeclared (first use in this function) /usr/ports/security/openssh/work/ssh/lib/../authfd.c:352: (Each undeclared identifier is reported only once /usr/ports/security/openssh/work/ssh/lib/../authfd.c:352: for each function it appears in.) /usr/ports/security/openssh/work/ssh/lib/../authfd.c:360: `comment' undeclared (first use in this function) /usr/ports/security/openssh/work/ssh/lib/../authfd.c:367: `auth' undeclared (first use in this function) /usr/ports/security/openssh/work/ssh/lib/../authfd.c: At top level: /usr/ports/security/openssh/work/ssh/lib/../authfd.c:430: syntax error before `RSA' /usr/ports/security/openssh/work/ssh/lib/../authfd.c: In function `ssh_remove_identity': /usr/ports/security/openssh/work/ssh/lib/../authfd.c:439: `key' undeclared (first use in this function) /usr/ports/security/openssh/work/ssh/lib/../authfd.c:448: `auth' undeclared (first use in this function) *** Error code 1 Stop in /usr/ports/security/openssh/work/ssh/lib. *** Error code 1 Stop in /usr/ports/security/openssh/work/ssh. *** Error code 1 Stop in /usr/ports/security/openssh. *** Error code 1 Stop in /usr/ports/security/openssh. *** Error code 1 Stop in /usr/ports/security/openssh. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 19:20:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ADD5737B9DD for ; Mon, 28 Feb 2000 19:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00372; Mon, 28 Feb 2000 19:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EDE1937B9DA for ; Mon, 28 Feb 2000 19:13:44 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA99762; Mon, 28 Feb 2000 19:13:44 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002290313.TAA99762@freefall.freebsd.org> Date: Mon, 28 Feb 2000 19:13:44 -0800 (PST) From: larse@isi.edu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17063: 4.0-20000214-CURRENT: ssh port fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17063 >Category: ports >Synopsis: 4.0-20000214-CURRENT: ssh port fails to build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 19:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: 4.0-20000214-CURRENT >Organization: USC Information Sciences Institute >Environment: FreeBSD hbo.isi.edu 4.0-20000214-CURRENT FreeBSD 4.0-20000214-CURRENT #4: Thu Feb 24 16:47:59 PST 2000 root@pub.isi.edu:/usr/src/sys/compile/PRECISION i386 >Description: System was installed from the 4.0-20000214-CURRENT ISO CD image. hbo# make ===> Configuring for ssh-1.2.27 configure.in:486: warning: AC_TRY_RUN called without default to allow cross compiling loading cache ./config.cache checking host system type... i386--freebsd4.0 checking cached information... ok checking for gcc... cc checking whether the C compiler (cc -O9 -pipe -funroll-loops -fomit-frame-pointer ) works... yes checking whether the C compiler (cc -O9 -pipe -funroll-loops -fomit-frame-pointer ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E checking for POSIXized ISC... no checking whether to enable ipv6... yes checking ipv6 stack type... kame checking that the compiler works... yes checking if the compiler understands -pipe... yes checking whether to enable -Wall... no checking return type of signal handlers... void checking for ANSI C header files... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for off_t... yes checking for mode_t... yes checking for st_blksize in struct stat... yes checking for working const... yes checking for inline... inline checking whether byte ordering is bigendian... no checking size of long... 4 checking size of int... 4 checking size of short... 2 checking for termios.h... yes checking for utmpx.h... no checking whether utmpx have ut_syslen field... no checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for unistd.h... yes checking for rusage.h... no checking for sys/time.h... yes checking for lastlog.h... no checking for login_cap.h... yes checking for utmp.h... yes checking for shadow.h... no checking for sgtty.h... yes checking for sys/select.h... yes checking for sys/ioctl.h... yes checking for machine/endian.h... yes checking for paths.h... yes checking for usersec.h... no checking for utime.h... yes checking for netinet/in_systm.h... yes checking for netinet/in_system.h... no checking for netinet/ip.h... yes checking for netinet/tcp.h... yes checking for ulimit.h... no checking for sys/resource.h... yes checking for login_cap.h... (cached) yes checking for sys/stream.h... no checking for sys/conf.h... yes checking whether time.h and sys/time.h may both be included... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking whether stat file-mode macros are broken... no checking whether sys/types.h defines makedev... yes checking whether utmp have ut_pid field... no checking whether utmp have ut_name field... yes checking whether utmp have ut_id field... no checking whether utmp have ut_host field... yes checking whether utmp have ut_addr field... no checking whether you have incompatible SIGINFO macro... no checking whether sys/socket.h have struct sockaddr_storage... yes checking whether sys/socket.h have __ss_family... no checking whether sys/socket.h have sa_len... yes checking for crypt in -lc... no checking for crypt in -lcrypt... yes checking for getspnam in -lsec... no checking for get_process_stats in -lseq... no checking for bcopy in -lbsd... no checking for main in -lnsl... no checking for socket in -lsocket... no checking for getpwnam in -lsun... no checking for openpty in -lbsd... no checking for login in -lutil... yes checking for vhangup... no checking for setsid... yes checking for gettimeofday... yes checking for times... yes checking for getrusage... yes checking for ftruncate... yes checking for revoke... yes checking for makeutx... no checking for strchr... yes checking for memcpy... yes checking for setlogin... yes checking for openpty... yes checking for _getpty... no checking for clock... yes checking for fchmod... yes checking for ulimit... no checking for gethostname... yes checking for getdtablesize... yes checking for umask... yes checking for innetgr... yes checking for initgroups... yes checking for setpgrp... yes checking for setpgid... yes checking for daemon... yes checking for waitpid... yes checking for ttyslot... yes checking for authenticate... no checking for getpt... no checking for isastream... no checking for chflags... yes checking for strerror... yes checking for memmove... yes checking for remove... yes checking for random... yes checking for putenv... yes checking for crypt... yes checking for socketpair... yes checking for snprintf... yes checking getaddrinfo bug... buggy Fatal: You must get working getaddrinfo() function. or you can specify "--disable-ipv6". ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:647: checking host system type configure:668: checking cached information configure:687: checking for gcc configure:800: checking whether the C compiler (cc -O9 -pipe -funroll-loops -fomit-frame-pointer ) works configure:816: cc -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer conftest.c -L/usr/local/lib 1>&5 configure:842: checking whether the C compiler (cc -O9 -pipe -funroll-loops -fomit-frame-pointer ) is a cross-compiler configure:847: checking whether we are using GNU C configure:856: cc -E conftest.c configure:875: checking whether cc accepts -g configure:907: checking how to run the C preprocessor configure:928: cc -E conftest.c >/dev/null 2>conftest.out configure:987: checking for POSIXized ISC configure:1009: checking whether to enable ipv6 configure:1073: checking ipv6 stack type configure:2393: checking that the compiler works configure:2402: cc -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -L/usr/local/lib 1>&5 configure:2419: checking if the compiler understands -pipe configure:2430: cc -pipe -c -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c 1>&5 configure:2445: checking whether to enable -Wall configure:2459: checking return type of signal handlers configure:2481: cc -pipe -c -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c 1>&5 configure:2500: checking for ANSI C header files configure:2513: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:2580: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -L/usr/local/lib 1>&5 configure:2604: checking for size_t configure:2637: checking for uid_t in sys/types.h configure:2671: checking for off_t configure:2704: checking for mode_t configure:2737: checking for st_blksize in struct stat configure:2750: cc -pipe -c -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c 1>&5 configure:2772: checking for working const configure:2826: cc -pipe -c -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c 1>&5 configure:2847: checking for inline configure:2861: cc -pipe -c -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c 1>&5 configure:2887: checking whether byte ordering is bigendian configure:2905: cc -pipe -c -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c 1>&5 configure:2920: cc -pipe -c -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c 1>&5 configure: In function `main': configure:2915: syntax error before `big' configure: failed program was: #line 2909 "configure" #include "confdefs.h" #include #include int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:2977: checking size of long configure:2996: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -L/usr/local/lib 1>&5 configure:3016: checking size of int configure:3035: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -L/usr/local/lib 1>&5 configure:3055: checking size of short configure:3074: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -L/usr/local/lib 1>&5 configure:3099: checking for termios.h configure:3109: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3142: checking for utmpx.h configure:3152: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3148: utmpx.h: No such file or directory configure: failed program was: #line 3147 "configure" #include "confdefs.h" #include configure:3179: checking whether utmpx have ut_syslen field configure:3182: utmpx.h: No such file or directory configure:3202: checking for ANSI C header files configure:3306: checking for sys/wait.h that is POSIX.1 compatible configure:3327: cc -pipe -c -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c 1>&5 configure:3351: checking for unistd.h configure:3361: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3351: checking for rusage.h configure:3361: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3357: rusage.h: No such file or directory configure: failed program was: #line 3356 "configure" #include "confdefs.h" #include configure:3351: checking for sys/time.h configure:3361: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3351: checking for lastlog.h configure:3361: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3357: lastlog.h: No such file or directory configure: failed program was: #line 3356 "configure" #include "confdefs.h" #include configure:3351: checking for login_cap.h configure:3361: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3351: checking for utmp.h configure:3361: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3351: checking for shadow.h configure:3361: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3357: shadow.h: No such file or directory configure: failed program was: #line 3356 "configure" #include "confdefs.h" #include configure:3391: checking for sgtty.h configure:3401: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3391: checking for sys/select.h configure:3401: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3391: checking for sys/ioctl.h configure:3401: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3391: checking for machine/endian.h configure:3401: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3431: checking for paths.h configure:3441: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3431: checking for usersec.h configure:3441: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3437: usersec.h: No such file or directory configure: failed program was: #line 3436 "configure" #include "confdefs.h" #include configure:3431: checking for utime.h configure:3441: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3431: checking for netinet/in_systm.h configure:3441: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3471: checking for netinet/in_system.h configure:3481: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3477: netinet/in_system.h: No such file or directory configure: failed program was: #line 3476 "configure" #include "confdefs.h" #include configure:3471: checking for netinet/ip.h configure:3481: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3471: checking for netinet/tcp.h configure:3481: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3471: checking for ulimit.h configure:3481: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3477: ulimit.h: No such file or directory configure: failed program was: #line 3476 "configure" #include "confdefs.h" #include configure:3511: checking for sys/resource.h configure:3521: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3511: checking for login_cap.h configure:3511: checking for sys/stream.h configure:3521: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3517: sys/stream.h: No such file or directory configure: failed program was: #line 3516 "configure" #include "confdefs.h" #include configure:3511: checking for sys/conf.h configure:3521: cc -E -DINET6 conftest.c >/dev/null 2>conftest.out configure:3548: checking whether time.h and sys/time.h may both be included configure:3562: cc -pipe -c -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c 1>&5 configure:3587: checking for dirent.h that defines DIR configure:3600: cc -pipe -c -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c 1>&5 configure:3625: checking for opendir in -ldir configure:3644: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -ldir -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot open -ldir: No such file or directory configure: failed program was: #line 3633 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char opendir(); int main() { opendir() ; return 0; } configure:3708: checking whether stat file-mode macros are broken configure:3764: checking whether sys/types.h defines makedev configure:3776: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -L/usr/local/lib 1>&5 configure:3870: checking whether utmp have ut_pid field configure:3891: checking whether utmp have ut_name field configure:3912: checking whether utmp have ut_id field configure:3933: checking whether utmp have ut_host field configure:3954: checking whether utmp have ut_addr field configure:3975: checking whether you have incompatible SIGINFO macro configure:3978: sys/siginfo.h: No such file or directory configure:3998: checking whether sys/socket.h have struct sockaddr_storage configure:4018: checking whether sys/socket.h have __ss_family configure:4038: checking whether sys/socket.h have sa_len configure:4059: checking for crypt in -lc configure:4078: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lc -L/usr/local/lib 1>&5 /usr/tmp/ccM14726.o: In function `main': /usr/tmp/ccM14726.o(.text+0x4): undefined reference to `crypt' configure: failed program was: #line 4067 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char crypt(); int main() { crypt() ; return 0; } configure:4097: checking for crypt in -lcrypt configure:4116: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib 1>&5 configure:4146: checking for getspnam in -lsec configure:4165: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lsec -lcrypt -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot open -lsec: No such file or directory configure: failed program was: #line 4154 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getspnam(); int main() { getspnam() ; return 0; } configure:4193: checking for get_process_stats in -lseq configure:4212: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lseq -lcrypt -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot open -lseq: No such file or directory configure: failed program was: #line 4201 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char get_process_stats(); int main() { get_process_stats() ; return 0; } configure:4240: checking for bcopy in -lbsd configure:4259: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lbsd -lcrypt -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot open -lbsd: No such file or directory configure: failed program was: #line 4248 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char bcopy(); int main() { bcopy() ; return 0; } configure:4288: checking for main in -lnsl configure:4303: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lnsl -lcrypt -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot open -lnsl: No such file or directory configure: failed program was: #line 4296 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:4382: checking for socket in -lsocket configure:4401: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lsocket -lcrypt -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot open -lsocket: No such file or directory configure: failed program was: #line 4390 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char socket(); int main() { socket() ; return 0; } configure:4431: checking for getpwnam in -lsun configure:4450: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lsun -lcrypt -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot open -lsun: No such file or directory configure: failed program was: #line 4439 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getpwnam(); int main() { getpwnam() ; return 0; } configure:4480: checking for openpty in -lbsd configure:4499: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lbsd -lcrypt -L/usr/local/lib 1>&5 /usr/libexec/elf/ld: cannot open -lbsd: No such file or directory configure: failed program was: #line 4488 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char openpty(); int main() { openpty() ; return 0; } configure:4528: checking for login in -lutil configure:4547: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lutil -lcrypt -L/usr/local/lib 1>&5 configure:4576: checking for vhangup configure:4604: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 /usr/tmp/ccX14905.o: In function `main': /usr/tmp/ccX14905.o(.text+0x4): undefined reference to `vhangup' configure: failed program was: #line 4581 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char vhangup(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char vhangup(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_vhangup) || defined (__stub___vhangup) choke me #else vhangup(); #endif ; return 0; } configure:4634: checking for setsid configure:4662: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4691: checking for gettimeofday configure:4719: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4691: checking for times configure:4719: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4691: checking for getrusage configure:4719: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4691: checking for ftruncate configure:4719: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4691: checking for revoke configure:4719: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4691: checking for makeutx configure:4719: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 /usr/tmp/ccS15034.o: In function `main': /usr/tmp/ccS15034.o(.text+0x4): undefined reference to `makeutx' configure: failed program was: #line 4696 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char makeutx(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char makeutx(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_makeutx) || defined (__stub___makeutx) choke me #else makeutx(); #endif ; return 0; } configure:4746: checking for strchr configure:4774: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4746: checking for memcpy configure:4774: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4758: warning: conflicting types for built-in function `memcpy' configure:4746: checking for setlogin configure:4774: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4746: checking for openpty configure:4774: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4746: checking for _getpty configure:4774: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 /usr/tmp/ccR15124.o: In function `main': /usr/tmp/ccR15124.o(.text+0x4): undefined reference to `_getpty' configure: failed program was: #line 4751 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _getpty(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _getpty(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub__getpty) || defined (__stub____getpty) choke me #else _getpty(); #endif ; return 0; } configure:4746: checking for clock configure:4774: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4746: checking for fchmod configure:4774: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_authenticate) || defined (__stub___authenticate) choke me #else authenticate(); #endif ; return 0; } configure:4856: checking for getpt configure:4884: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 /usr/tmp/cct15394.o: In function `main': /usr/tmp/cct15394.o(.text+0x4): undefined reference to `getpt' configure: failed program was: #line 4861 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getpt(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getpt(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_getpt) || defined (__stub___getpt) choke me #else getpt(); #endif ; return 0; } configure:4856: checking for isastream configure:4884: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 /usr/tmp/ccv15408.o: In function `main': /usr/tmp/ccv15408.o(.text+0x4): undefined reference to `isastream' configure: failed program was: #line 4861 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char isastream(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char isastream(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_isastream) || defined (__stub___isastream) choke me #else isastream(); #endif ; return 0; } configure:4911: checking for chflags configure:4939: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4967: checking for strerror configure:4995: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4967: checking for memmove configure:4995: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4967: checking for remove configure:4995: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4967: checking for random configure:4995: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4967: checking for putenv configure:4995: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4967: checking for crypt configure:4995: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4967: checking for socketpair configure:4995: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:4967: checking for snprintf configure:4995: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure:5023: checking getaddrinfo bug configure:5113: cc -pipe -o conftest -O9 -pipe -funroll-loops -fomit-frame-pointer -DINET6 conftest.c -lcrypt -L/usr/local/lib -lutil 1>&5 configure: failed program was: #line 5029 "configure" #include "confdefs.h" #include #include #include #include #include main() { int passive, gaierr, inet4 = 0, inet6 = 0; struct addrinfo hints, *ai, *aitop; char straddr[INET6_ADDRSTRLEN], strport[16]; for (passive = 0; passive <= 1; passive++) { memset(&hints, 0, sizeof(hints)); hints.ai_family = AF_UNSPEC; hints.ai_flags = passive ? AI_PASSIVE : 0; hints.ai_socktype = SOCK_STREAM; if ((gaierr = getaddrinfo(NULL, "54321", &hints, &aitop)) != 0) { (void)gai_strerror(gaierr); goto bad; } for (ai = aitop; ai; ai = ai->ai_next) { if (ai->ai_addr == NULL || ai->ai_addrlen == 0 || getnameinfo(ai->ai_addr, ai->ai_addrlen, straddr, sizeof(straddr), strport, sizeof(strport), NI_NUMERICHOST|NI_NUMERICSERV) != 0) { goto bad; } if (strcmp(strport, "54321") != 0) { goto bad; } switch (ai->ai_family) { case AF_INET: if (passive) { if (strcmp(straddr, "0.0.0.0") != 0) { goto bad; } } else { if (strcmp(straddr, "127.0.0.1") != 0) { goto bad; } } inet4++; break; case AF_INET6: if (passive) { if (strcmp(straddr, "::") != 0) { goto bad; } } else { if (strcmp(straddr, "::1") != 0) { goto bad; } } inet6++; break; case AF_UNSPEC: goto bad; break; default: /* another family support? */ break; } } } if (inet6 != 2 || inet4 != 2) goto bad; if (aitop) freeaddrinfo(aitop); exit(0); bad: if (aitop) freeaddrinfo(aitop); exit(1); } (end of "config.log") *** Error code 1 Stop in /usr/ports/security/ssh. *** Error code 1 Stop in /usr/ports/security/ssh. *** Error code 1 Stop in /usr/ports/security/ssh. *** Error code 1 Stop in /usr/ports/security/ssh. >How-To-Repeat: see description >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 19:23: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from shale.csir.co.za (shale.csir.co.za [146.64.46.5]) by hub.freebsd.org (Postfix) with ESMTP id E6D9E37B9DD; Mon, 28 Feb 2000 19:22:45 -0800 (PST) (envelope-from reg@shale.csir.co.za) Received: from C992631-A.pinol1.sfba.home.com (C992631-A.pinol1.sfba.home.com [24.12.58.155]) by shale.csir.co.za (8.9.3/8.9.3) with ESMTP id FAA82918; Tue, 29 Feb 2000 05:22:39 +0200 (SAT) (envelope-from reg@shale.csir.co.za) Received: (from reg@localhost) by C992631-A.pinol1.sfba.home.com (8.9.3/8.9.3) id TAA03406; Mon, 28 Feb 2000 19:22:24 -0800 (PST) (envelope-from reg) Date: Mon, 28 Feb 2000 19:22:24 -0800 From: Jeremy Lea To: steve@FreeBSD.ORG Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/17062: 4.0-20000214-CURRENT: navigator-4.7 port misses X libraries Message-ID: <20000228192224.B54218@shale.csir.co.za> References: <200002290313.TAA99742@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200002290313.TAA99742@freefall.freebsd.org>; from steve@FreeBSD.ORG on Mon, Feb 28, 2000 at 07:13:35PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, On Mon, Feb 28, 2000 at 07:13:35PM -0800, steve@FreeBSD.ORG wrote: > Synopsis: 4.0-20000214-CURRENT: navigator-4.7 port misses X libraries > > State-Changed-From-To: open->closed > State-Changed-By: steve > State-Changed-When: Mon Feb 28 19:12:19 PST 2000 > State-Changed-Why: > The Netscape port requires that you have the a.out version of the X > libraries. Let me know if you need a copy and I'll put up a set where > you can get them. I've been thinking... Can we make a binary package of old 2.2.8 a.out X libs and put them somewhere and then make a port of them. That way they will appear in a PLIST, we can depend on them, and we can remove some complexity (and time) from the XFree86 build. Also, I'm beginning to think that some of the instability in Netscape 4.7 is due to having newer libraries than were used for compiling. If someone has libraries, I'll make a port. Regards, -Jeremy -- FreeBSD - Because the best things in life are free... http://www.freebsd.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 19:23:29 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0004C37BA21; Mon, 28 Feb 2000 19:23:26 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA00715; Mon, 28 Feb 2000 19:23:26 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 28 Feb 2000 19:23:26 -0800 (PST) From: Message-Id: <200002290323.TAA00715@freefall.freebsd.org> To: tkato@prontomail.ne.jp, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17048: Update port: astro/saoimage Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: astro/saoimage State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Mon Feb 28 19:17:49 PST 2000 State-Changed-Why: Committed, thaks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 19:26:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id D3C8D37B9E1; Mon, 28 Feb 2000 19:26:29 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.3/8.9.0) with ESMTP id VAA05553; Mon, 28 Feb 2000 21:26:28 -0600 (CST) Date: Mon, 28 Feb 2000 21:26:28 -0600 (CST) From: Steve Price To: Jeremy Lea Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/17062: 4.0-20000214-CURRENT: navigator-4.7 port misses X libraries In-Reply-To: <20000228192224.B54218@shale.csir.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 28 Feb 2000, Jeremy Lea wrote: # I've been thinking... Can we make a binary package of old 2.2.8 a.out X # libs and put them somewhere and then make a port of them. That way they # will appear in a PLIST, we can depend on them, and we can remove some # complexity (and time) from the XFree86 build. # # Also, I'm beginning to think that some of the instability in Netscape # 4.7 is due to having newer libraries than were used for compiling. 4.72 seems to require the latest set of libraries from 3.3.6 just in the a.out format. # If someone has libraries, I'll make a port. I like this idea! Give me a few minutes and I'll have a fresh set built that you can have. -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 19:53:50 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E6FA137BA18; Mon, 28 Feb 2000 19:53:48 -0800 (PST) (envelope-from reg@FreeBSD.org) Received: (from reg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA03988; Mon, 28 Feb 2000 19:53:48 -0800 (PST) (envelope-from reg@FreeBSD.org) Date: Mon, 28 Feb 2000 19:53:48 -0800 (PST) From: Message-Id: <200002290353.TAA03988@freefall.freebsd.org> To: dom@happygiraffe.net, reg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16837: New version of the GIMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New version of the GIMP State-Changed-From-To: open->closed State-Changed-By: reg State-Changed-When: Mon Feb 28 19:51:38 PST 2000 State-Changed-Why: Superceeded by the gimp1 and gimp1-i18n merge, but Thanks for the work. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 20: 1:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 4F2D837B9C8; Mon, 28 Feb 2000 20:01:15 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 4C45B2E8158; Mon, 28 Feb 2000 20:01:15 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Mon, 28 Feb 2000 20:01:15 -0800 (PST) From: Kris Kennaway To: Jorge Aldana Cc: freebsd-ports@FreeBSD.org Subject: Re: Gnome Port In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 28 Feb 2000, Jorge Aldana wrote: > When I attempt to make the port gnome on a 3.4-20000124-STABLE machine I > keep getting the following, I also tried "make -D FORCE_PKG_REGISTER" with > the same error on imlib. I have seen questons posted but never any solid > reponse on how to fix this has anyone solved this problem with "make" on > gnome? I also make imlib by hand yet gnome gets the same error. I have > been told to cvsup the ports but don't know how any references would be > helpfull. You don't seem to have answered my advice from the last time I responded to you. Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 20:12:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tranquility.net (ppp-port1-12.tranquility.net [206.152.118.12]) by hub.freebsd.org (Postfix) with ESMTP id 251F937BA33 for ; Mon, 28 Feb 2000 20:12:21 -0800 (PST) (envelope-from ishmael@tranquility.net) Received: from localhost (ishmael@localhost) by tranquility.net (8.9.3/8.9.3) with ESMTP id WAA15648 for ; Mon, 28 Feb 2000 22:13:09 -0600 (CST) (envelope-from ishmael@tranquility.net) Date: Mon, 28 Feb 2000 22:13:09 -0600 (CST) From: Ishmael To: freebsd-ports@FreeBSD.ORG Subject: gtk-engines Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ive posted something about this on -questions once, but received no responses, so ive decided to post here now: several gtk+ applications, including gimp, gaim, & gbuffy, seem to not work properly w/gtk-engines port. notably, whenever i use a pixmap theme, i recieve bunches of the following error messages: /convert: No such file or directory gdk_imlib ERROR: Cannot load image: All fallbacks failed. ive corresponded w/at least one other person who also was having the same problems. ive tried rebuilding gtk-engines and imlib several times, but no luck. my system is 3.4-stable (2/12/00) and i regularly cvsup my ports. Jeremy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 21:10: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E72A37B9DA for ; Mon, 28 Feb 2000 21:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA10509; Mon, 28 Feb 2000 21:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from poseidon.student.umd.edu (poseidon.student.umd.edu [129.2.220.99]) by hub.freebsd.org (Postfix) with ESMTP id 1BF4E37B9DA for ; Mon, 28 Feb 2000 21:04:54 -0800 (PST) (envelope-from bfoz@poseidon.student.umd.edu) Received: (from bfoz@localhost) by poseidon.student.umd.edu (8.9.3/8.9.3) id AAA16107; Tue, 29 Feb 2000 00:04:42 -0500 (EST) (envelope-from bfoz) Message-Id: <200002290504.AAA16107@poseidon.student.umd.edu> Date: Tue, 29 Feb 2000 00:04:42 -0500 (EST) From: bfoz@glue.umd.ede Reply-To: bfoz@glue.umd.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17065: Update Port graphics/giram to 0.1.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17065 >Category: ports >Synopsis: Update Port: graphics/giram to 0.1.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 21:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Brandon Fosdick >Release: FreeBSD 3.4-STABLE i386 >Organization: Terran Development Corporation >Environment: FreeBSD 3.4-STABLE >Description: Update graphics/giram to version 0.1.5 Change dist site to ftp.giram.org Change www site to www.giram.org Added dependency for Mesa3 Fix install directories >How-To-Repeat: >Fix: diff -u -r giram.orig/Makefile giram/Makefile --- giram.orig/Makefile Mon Feb 28 23:21:13 2000 +++ giram/Makefile Mon Feb 28 23:27:25 2000 @@ -1,19 +1,20 @@ # New ports collection makefile for: giram -# Version required: 0.0.18 +# Version required: 0.1.5 # Date created: 17 June 1999 # Whom: Brandon Fosdick # # $FreeBSD: ports/graphics/giram/Makefile,v 1.2 1999/08/25 06:14:06 obrien Exp $ # -DISTNAME= Giram-0.0.18 -PKGNAME= giram-0.0.18 +DISTNAME= Giram-0.1.5 +PKGNAME= giram-0.1.5 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.minet.net/pub/giram/ +MASTER_SITES= ftp://ftp.giram.org/pub/ MAINTAINER= bfoz@glue.umd.edu -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + GL:${PORTSDIR}/graphics/Mesa3 RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray31 USE_GMAKE= yes @@ -22,7 +23,7 @@ CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" post-install: - @${MKDIR} ${PREFIX}/Giram/SampleScenes - ${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/Giram/SampleScenes/ + @${MKDIR} ${PREFIX}/share/doc/giram/SampleScenes + ${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/share/doc/giram/SampleScenes/ .include diff -u -r giram.orig/files/md5 giram/files/md5 --- giram.orig/files/md5 Mon Feb 28 23:21:13 2000 +++ giram/files/md5 Mon Feb 28 23:35:22 2000 @@ -1 +1 @@ -MD5 (Giram-0.0.18.tar.gz) = 591e0f7af9bd3c980ca9f16e108e7f2f +MD5 (Giram-0.1.5.tar.gz) = 41ede49b2533447ef943898e0c475e7e diff -u -r giram.orig/pkg/DESCR giram/pkg/DESCR --- giram.orig/pkg/DESCR Mon Feb 28 23:21:13 2000 +++ giram/pkg/DESCR Mon Feb 28 23:33:47 2000 @@ -4,4 +4,4 @@ more of a general modeller in the future. Author: David Odin -WWW: http://www.minet.net/giram/ +WWW: http://www.giram.org diff -u -r giram.orig/pkg/PLIST giram/pkg/PLIST --- giram.orig/pkg/PLIST Mon Feb 28 23:21:13 2000 +++ giram/pkg/PLIST Mon Feb 28 23:48:19 2000 @@ -1,30 +1,35 @@ +share/locale/fr/LC_MESSAGES/Giram.mo +share/locale/es/LC_MESSAGES/Giram.mo bin/povfront bin/giram -Giram/plug-ins/Rotate -Giram/plug-ins/Spheres -Giram/plug-ins/Box -Giram/docs/Tutorial -Giram/SampleScenes/Cone.pov -Giram/SampleScenes/Disc.pov -Giram/SampleScenes/Giram.pov -Giram/SampleScenes/IntSphereBox1.pov -Giram/SampleScenes/IntSphereBox2.pov -Giram/SampleScenes/IntSphereBox3.pov -Giram/SampleScenes/IntSpherePlane1.pov -Giram/SampleScenes/IntSpherePlane2.pov -Giram/SampleScenes/IntSpherePlane3.pov -Giram/SampleScenes/Triangle.pov -Giram/SampleScenes/basicvue.pov -Giram/SampleScenes/basicvue2.pov -Giram/SampleScenes/basicvue3.pov -Giram/SampleScenes/basicvue4.pov -Giram/SampleScenes/box.pov -Giram/SampleScenes/colors.inc -Giram/SampleScenes/superel1.pov -Giram/SampleScenes/superel2.pov -Giram/SampleScenes/superel3.pov -Giram/SampleScenes/torus.pov -@dirrm Giram/plug-ins -@dirrm Giram/SampleScenes -@dirrm Giram/docs -@dirrm Giram +libexec/giram/plug-ins/Spheres +libexec/giram/plug-ins/Box +libexec/giram/plug-ins/Rotate +share/doc/giram/Tutorial +share/doc/giram/SampleScenes/Cone.pov +share/doc/giram/SampleScenes/Disc.pov +share/doc/giram/SampleScenes/Giram.pov +share/doc/giram/SampleScenes/IntSphereBox1.pov +share/doc/giram/SampleScenes/IntSphereBox2.pov +share/doc/giram/SampleScenes/IntSphereBox3.pov +share/doc/giram/SampleScenes/IntSpherePlane1.pov +share/doc/giram/SampleScenes/IntSpherePlane2.pov +share/doc/giram/SampleScenes/IntSpherePlane3.pov +share/doc/giram/SampleScenes/Triangle.pov +share/doc/giram/SampleScenes/basicvue.pov +share/doc/giram/SampleScenes/basicvue2.pov +share/doc/giram/SampleScenes/basicvue3.pov +share/doc/giram/SampleScenes/basicvue4.pov +share/doc/giram/SampleScenes/box.pov +share/doc/giram/SampleScenes/lollipop.pov +share/doc/giram/SampleScenes/superel1.pov +share/doc/giram/SampleScenes/superel2.pov +share/doc/giram/SampleScenes/superel3.pov +share/doc/giram/SampleScenes/test.pov +share/doc/giram/SampleScenes/torus.pov +share/doc/giram/SampleScenes/Giram.gsf +@dirrm share/doc/giram/SampleScenes +@dirrm share/doc/giram +@dirrm libexec/giram/plug-ins +@dirrm libexec/giram + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 21:31:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 7282037BB73; Mon, 28 Feb 2000 21:31:28 -0800 (PST) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id GAA06866; Tue, 29 Feb 2000 06:31:26 +0100 (CET) (envelope-from naddy@bigeye.rhein-neckar.de) Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id DAA84186; Tue, 29 Feb 2000 03:59:59 +0100 (CET) (envelope-from naddy) Date: Tue, 29 Feb 2000 03:59:59 +0100 From: Christian Weisgerber To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17054: New port: games/tetris - from OpenBSD Message-ID: <20000229035959.K1941@bigeye.rhein-neckar.de> References: <200002282010.VAA59988@bigeye.rhein-neckar.de> <200002282040.MAA55020@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200002282040.MAA55020@freefall.freebsd.org>; from gnats-admin@FreeBSD.org on Mon, Feb 28, 2000 at 12:40:02PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >Category: ports > >Responsible: freebsd-ports > >Synopsis: New port: games/tetris - from OpenBSD > >Arrival-Date: Mon Feb 28 12:40:01 PST 2000 Oops, somehow I had forgotten the packaging list, and portlint didn't complain. --- Makefile.orig Tue Feb 29 03:35:33 2000 +++ Makefile Tue Feb 29 03:39:44 2000 @@ -20,6 +20,9 @@ IGNOREFILES!= ${SED} 's:^\(.*\)$$:${PKGNAME}/\1:g' ${FILESDIR}/ignorefiles DISTFILES+= ${IGNOREFILES} +MAN6= tetris.6 +MANCOMPRESSED= maybe + CVS_CMD?= cvs -z3 CVS_DATE= Mon Feb 28 00:00:00 UTC 2000 CVS_DATE_!= ${ECHO} -n "${CVS_DATE}" | ${SED} 's/[ \t:]/_/g' --- pkg/PLIST.orig Tue Feb 29 03:35:19 2000 +++ pkg/PLIST Tue Feb 29 03:53:47 2000 @@ -0,0 +1,2 @@ +bin/tetris +@exec if [ ! -f /var/games/tetris.scores ]; then install -c -o root -g games -m 664 /dev/null /var/games/tetris.scores; fi -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 21:52:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64D3A37C358 for ; Mon, 28 Feb 2000 21:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA14055; Mon, 28 Feb 2000 21:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [195.37.179.254]) by hub.freebsd.org (Postfix) with ESMTP id 7D45637C37C for ; Mon, 28 Feb 2000 21:39:09 -0800 (PST) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id GAA01398; Tue, 29 Feb 2000 06:33:24 +0100 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id GAA98094; Tue, 29 Feb 2000 06:34:42 +0100 (CET) Message-Id: <200002290534.GAA98094@saturn.kn-bremen.de> Date: Tue, 29 Feb 2000 06:34:42 +0100 (CET) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org Cc: esk@ira.uka.de X-Send-Pr-Version: 3.2 Subject: ports/17066: audio/xmms chewing CPU (and skipping too) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17066 >Category: ports >Synopsis: audio/xmms chewing CPU (and skipping too) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 21:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.4-STABLE i386 >Organization: me? organized?? >Environment: gettext-0.10.35, glib-1.2.7, gtk-1.2.7, libxml-1.8.6 >Description: Even when playing a .wav (so nothing to decompress...) xmms chews up all cpu cycles it can get, even hitting pause doesn't change that... and it also doesn't seem to do any buffering at all, it keeps skipping (even when playing just a .wav) in situations where e.g. bplay_gramo didn't skip _once_. It looks like a really nice program but these two things make it so much less useful than it could be... :( And right now as i type this it just died like this: Fatal error 'Cannot set scheduling timer' at line ? in file /dnes4/usr/w/usr/home5/cvs/src31/src/lib/libc_r/uthread/uthread_kern.c (errno = ?) Oh and it could also stat() at least .wav files to get the length instead of trusting the header for that because thats not always right... >How-To-Repeat: just start it and look at `top'. and then listen to it when the system is loaded... >Fix: i with i knew. (well other than running it on a spare box thats always idle enough, if you have one...) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 22:29:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from luna.cdrom.com (adsl-63-192-209-55.dsl.snfc21.pacbell.net [63.192.209.55]) by hub.freebsd.org (Postfix) with ESMTP id B141E37BA7A for ; Mon, 28 Feb 2000 22:29:28 -0800 (PST) (envelope-from jim@luna.cdrom.com) Received: by luna.cdrom.com (Postfix, from userid 1000) id D5F4B214; Mon, 28 Feb 2000 22:29:05 -0800 (PST) Date: Mon, 28 Feb 2000 22:29:05 -0800 From: Jim Mock To: Ishmael Cc: freebsd-ports@FreeBSD.ORG Subject: Re: gtk-engines Message-ID: <20000228222905.A825@luna.cdrom.com> Reply-To: jim@luna.cdrom.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.5i In-Reply-To: ; from ishmael@tranquility.net on Mon, Feb 28, 2000 at 10:13:09PM -0600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 28 Feb 2000 at 22:13:09 -0600, Ishmael wrote: > ive posted something about this on -questions once, but received no > responses, so ive decided to post here now: several gtk+ > applications, including gimp, gaim, & gbuffy, seem to not work > properly w/gtk-engines port. > notably, whenever i use a pixmap theme, i recieve bunches of the > following error messages: /convert: No such file or directory > gdk_imlib ERROR: Cannot load image: > All fallbacks failed. I've come across this as well. In order to fix it (for now), I symlinked /usr/local/bin/convert to /convert. Ugly, I know, but I haven't had time to look into fixing the port yet. For some reason unknown to man, it seems Linux installs it in / *shudder* > ive corresponded w/at least one other person who also was having the > same problems. > ive tried rebuilding gtk-engines and imlib several times, but no luck. > my system is 3.4-stable (2/12/00) and i regularly cvsup my ports. Try what I suggest above until I or someone else can take time to find a fix and commit it. - jim -- - jim mock - walnut creek cdrom/freebsd test labs - jim@luna.cdrom.com - - phone: 1.925.691.2800 x.3814 - fax: 1.925.674.0821 - jim@FreeBSD.org - - editor - The FreeBSDzine - www.freebsdzine.org - jim@freebsdzine.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 22:47:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from luna.cdrom.com (adsl-63-192-209-55.dsl.snfc21.pacbell.net [63.192.209.55]) by hub.freebsd.org (Postfix) with ESMTP id C96C937B8B8 for ; Mon, 28 Feb 2000 22:47:32 -0800 (PST) (envelope-from jim@luna.cdrom.com) Received: by luna.cdrom.com (Postfix, from userid 1000) id 80E93214; Mon, 28 Feb 2000 22:47:10 -0800 (PST) Date: Mon, 28 Feb 2000 22:47:10 -0800 From: Jim Mock To: Paul Richards Cc: ports@FreeBSD.org Subject: Re: gtk-engines Message-ID: <20000228224710.A1144@luna.cdrom.com> Reply-To: jim@luna.cdrom.com References: <20000228222905.A825@luna.cdrom.com> <38BB6957.293F3903@originative.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.5i In-Reply-To: <38BB6957.293F3903@originative.co.uk>; from paul@originative.co.uk on Tue, Feb 29, 2000 at 06:38:15AM +0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 29 Feb 2000 at 06:38:15 +0000, Paul Richards wrote: > Jim Mock wrote: > > > > On Mon, 28 Feb 2000 at 22:13:09 -0600, Ishmael wrote: > > > ive posted something about this on -questions once, but received no > > > responses, so ive decided to post here now: several gtk+ > > > applications, including gimp, gaim, & gbuffy, seem to not work > > > properly w/gtk-engines port. > > > notably, whenever i use a pixmap theme, i recieve bunches of the > > > following error messages: /convert: No such file or directory > > > gdk_imlib ERROR: Cannot load image: > > > All fallbacks failed. > > > > I've come across this as well. In order to fix it (for now), I > > symlinked /usr/local/bin/convert to /convert. Ugly, I know, but I > > haven't had time to look into fixing the port yet. For some reason > > unknown to man, it seems Linux installs it in / *shudder* > > What /usr/local/bin/convert command? I don't have one! > > What package does it come from? It comes from ImageMagick.. /usr/ports/graphics/ImageMagick. I guess I should've mentioned that :-) I've Cc'd this back to -ports because I forgot to do so. Also, be warned, ImageMagick has a bunch of dependencies, one of which is ghostscript, which has a bunch of dependencies. Perhaps gtk-engines should have a dependency on that beast? - jim -- - jim mock - walnut creek cdrom/freebsd test labs - jim@luna.cdrom.com - - phone: 1.925.691.2800 x.3814 - fax: 1.925.674.0821 - jim@FreeBSD.org - - editor - The FreeBSDzine - www.freebsdzine.org - jim@freebsdzine.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Feb 28 23:10: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BA0937BA4C for ; Mon, 28 Feb 2000 23:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA24537; Mon, 28 Feb 2000 23:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Feb 2000 23:10:04 -0800 (PST) Message-Id: <200002290710.XAA24537@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Akinori -Aki- MUSHA" Subject: Re: ports/16961: japanese/p5-kakasi: a new port Reply-To: "Akinori -Aki- MUSHA" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16961; it has been noted by GNATS. From: "Akinori -Aki- MUSHA" To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/16961: japanese/p5-kakasi: a new port Date: Tue, 29 Feb 2000 16:08:35 +0900 Excuse me, but please rename the module name `p5-kakasi' to `p5-Text-Kakasi' after the fashion of other p5-* ports. --- p5-kakasi/Makefile Fri Feb 25 03:41:12 2000 +++ p5-Text-Kakasi/Makefile Sun Feb 27 01:08:55 2000 @@ -1,4 +1,4 @@ -# New ports collection makefile for: p5-kakasi +# New ports collection makefile for: p5-Text-Kakasi # Version required: 1.01 # Date created: 25 February 2000 # Whom: Akinori MUSHA aka knu @@ -7,7 +7,7 @@ # DISTNAME= Text-Kakasi-1.01 -PKGNAME= ja-p5-kakasi-1.01 +PKGNAME= ja-p5-Text-Kakasi-1.01 CATEGORIES= japanese perl5 MASTER_SITES= http://www.daionet.gr.jp/~knok/kakasi/ -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( "If you choose not to decide you still have made a choice." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 1:23:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 9F7BB37BAB5 for ; Tue, 29 Feb 2000 01:23:12 -0800 (PST) (envelope-from okazaki@be.to) Received: from mail1.be.to (point1.be.to [210.235.212.29]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-2000021722000035) with ESMTP id SAA14236 for ; Tue, 29 Feb 2000 18:23:11 +0900 Received: from acidrain (ppp23-Mobara1.mtci.ne.jp [210.172.1.225]) by mail1.be.to (8.8.8+3.0Wbeta13/BETO.2.0-1999110714000000) with SMTP id SAA07718 for ; Tue, 29 Feb 2000 18:23:09 +0900 Received: (qmail 8917 invoked from network); 29 Feb 2000 09:22:59 -0000 Received: from localhost (HELO acidrain.localnet) (127.0.0.1) by localhost with SMTP; 29 Feb 2000 09:22:58 -0000 Date: Tue, 29 Feb 2000 18:22:56 +0900 Message-ID: <86ln44wefj.wl@dolphin.be.to> From: OKAZAKI Tetsurou To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16827: New port: Mule-UCS In-Reply-To: In your message of "Sat, 19 Feb 2000 17:20:03 -0800 (PST)" <200002200120.RAA94803@freefall.freebsd.org> References: <20000220011409.12623.qmail@dolphin.be.to> <200002200120.RAA94803@freefall.freebsd.org> User-Agent: Wanderlust/2.2.18 (Please Forgive Me) EMY/1.13.4 (Nothing comes of nothing) CLIME/1.13.6 (=?ISO-2022-JP?B?GyRCQ2YlTj4xGyhC?=) APEL/10.1 Emacs/20.5 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Unknown MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, In the message <200002200120.RAA94803@freefall.freebsd.org> gnats-admin@FreeBSD.org wrote: > >Category: ports > >Responsible: freebsd-ports > >Synopsis: New port: Mule-UCS > >Arrival-Date: Sat Feb 19 17:20:03 PST 2000 Please close ports/16827. This PR is obsoleted by ports/16931. -- Tetsurou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 1:33:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 11E4637BAB5; Tue, 29 Feb 2000 01:33:30 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 0E9D42E8159; Tue, 29 Feb 2000 01:33:30 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Tue, 29 Feb 2000 01:33:29 -0800 (PST) From: Kris Kennaway To: Christian Weisgerber Cc: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17054: New port: games/tetris - from OpenBSD In-Reply-To: <20000229035959.K1941@bigeye.rhein-neckar.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 29 Feb 2000, Christian Weisgerber wrote: > > >Category: ports > > >Responsible: freebsd-ports > > >Synopsis: New port: games/tetris - from OpenBSD > > >Arrival-Date: Mon Feb 28 12:40:01 PST 2000 > > Oops, somehow I had forgotten the packaging list, and portlint > didn't complain. If you check the archives, all instances of tetris (including the 4.4BSD tetris game) were removed from FreeBSD for legal reasons (I think under threat of a lawsuit, although maybe I'm confusing that with the boggle fiasco). Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 2:46:55 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw4.prontomail.com (mailgw4.prontomail.com [209.185.149.195]) by hub.freebsd.org (Postfix) with ESMTP id 30FC137BB01 for ; Tue, 29 Feb 2000 02:46:54 -0800 (PST) (envelope-from tkato@prontomail.ne.jp) Received: from mail46.prontomail.com (209.185.149.146) by mailgw4.prontomail.com (NPlex 2.0.123) for freebsd-ports@FreeBSD.ORG; Tue, 29 Feb 2000 02:38:13 -0800 Received: from web15 (209.185.149.215) by mail46.prontomail.com (NPlex 2.0.123); Tue, 29 Feb 2000 02:46:08 -0800 From: "KATO Tsuguru" Message-Id: <44DC7AA4C8EE3D11787300807CF9C0B2@tkato.prontomail.ne.jp> Date: Tue, 29 Feb 2000 02:46:49 -0800 X-Priority: Normal Content-Type: text/plain; charset=ISO-2022-JP To: jseger@FreeBSD.ORG Subject: Re: ports/16836: graphics/ImageMagick: configures with LZW enabled Cc: asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, ache@FreeBSD.ORG X-Mailer: Web Based Pronto Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Would you check this patch and commit it to close my PR? The latest patch in ports/16864(misteriously, it does exist at GNATS database, but not appeaed at freebsd-ports) includes all previous suggestions about upgrading/fixing ImageMagick port (ports/16378, ports/16836, former part of ports/16913). Please use it if someone will update this port, and close others. > LZW-enabled software must not be shipped! There are some more LZW-enabled port. At least, graphics/netpbm is one of them. -- KATO Tsuguru / tkato@prontomail.ne.jp Sent by Japanese ProntoMail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 2:49:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C95C637B8B8; Tue, 29 Feb 2000 02:49:48 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA49670; Tue, 29 Feb 2000 02:49:48 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 29 Feb 2000 02:49:48 -0800 (PST) From: Message-Id: <200002291049.CAA49670@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: ports/17055: update mail/nmh port to nmh-1.0.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update mail/nmh port to nmh-1.0.3 Responsible-Changed-From-To: freebsd-ports->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Feb 29 02:49:35 PST 2000 Responsible-Changed-Why: I'll take this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 3:29: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 542) id 61C1C37B965; Tue, 29 Feb 2000 03:29:08 -0800 (PST) Date: Tue, 29 Feb 2000 03:29:08 -0800 From: "Andrey A. Chernov" To: KATO Tsuguru Cc: jseger@FreeBSD.ORG, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/16836: graphics/ImageMagick: configures with LZW enabled Message-ID: <20000229032908.A86126@freebsd.org> References: <44DC7AA4C8EE3D11787300807CF9C0B2@tkato.prontomail.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <44DC7AA4C8EE3D11787300807CF9C0B2@tkato.prontomail.ne.jp>; from tkato@prontomail.ne.jp on Tue, Feb 29, 2000 at 02:46:49AM -0800 Organization: Biomechanoid Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 29, 2000 at 02:46:49AM -0800, KATO Tsuguru wrote: > > Would you check this patch and commit it to close my PR? > > The latest patch in ports/16864(misteriously, it does exist at > GNATS database, but not appeaed at freebsd-ports) includes all > previous suggestions about upgrading/fixing ImageMagick port > (ports/16378, ports/16836, former part of ports/16913). > > Please use it if someone will update this port, and close others. > I am not maintainer of this port, ask him or portsmaster. -- Andrey A. Chernov http://nagual.pp.ru/~ache/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 4:25:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from cip12.melaten.rwth-aachen.de (cip12.melaten.RWTH-Aachen.DE [134.130.92.12]) by hub.freebsd.org (Postfix) with ESMTP id EF8BA37BB0A; Tue, 29 Feb 2000 04:25:20 -0800 (PST) (envelope-from tg@melaten.rwth-aachen.de) Received: (from tg@localhost) by cip12.melaten.rwth-aachen.de (8.9.3/8.9.3) id NAA70828; Tue, 29 Feb 2000 13:38:05 +0100 (CET) (envelope-from tg@melaten.rwth-aachen.de) X-Authentication-Warning: cip12.melaten.rwth-aachen.de: tg set sender to tg@melaten.rwth-aachen.de using -f To: "KATO Tsuguru" Cc: asami@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: BROKEN_ELF ports References: From: Thomas Gellekum In-Reply-To: "KATO Tsuguru"'s message of "Mon, 28 Feb 2000 20:20:07 +0900" Date: 29 Feb 2000 13:38:04 +0100 Message-ID: Lines: 9 User-Agent: Gnus/5.0802 (Gnus v5.8.2) XEmacs/20.4 (Emerald) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "KATO Tsuguru" writes: > > /usr/ports/lang/schemetoc/Makefile:BROKEN_ELF= yes > > See ports/16677. patch-aj in there is incomplete. Could you resend that file, please? tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 4:30: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D996737BB1B for ; Tue, 29 Feb 2000 04:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA59192; Tue, 29 Feb 2000 04:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99E2137BB0A for ; Tue, 29 Feb 2000 04:28:55 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA59096; Tue, 29 Feb 2000 04:28:55 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <200002291228.EAA59096@freefall.freebsd.org> Date: Tue, 29 Feb 2000 04:28:55 -0800 (PST) From: Reply-To: julian@FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17070: @dts function in xspred, ss and sc fails for year 2000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17070 >Category: ports >Synopsis: @dts function in xspred, ss and sc fails for year 2000 >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 29 04:30:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Julian Elischer >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD 4.0 ports sc, ss and xspread (all related) >Description: grep in source for 1999. the "date to seconds" function checks for year . 1999 and returns error. Since 2000 IS a leapyear this can simply be replaced with 2038 or maybe even 2099 >How-To-Repeat: use @dts(2000, 1, 1) >Fix: remove bogus check for 1999 and replace with 2099 (interp.c) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 5:42:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from viper.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id EE4F237BB37 for ; Tue, 29 Feb 2000 05:42:42 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by viper.lovett.com with local (Exim 3.13 #1) id 12Pmux-000PFV-00; Tue, 29 Feb 2000 07:42:27 -0600 Date: Tue, 29 Feb 2000 07:42:27 -0600 From: Ade Lovett To: Jim Mock Cc: Paul Richards , ports@FreeBSD.org Subject: Re: gtk-engines Message-ID: <20000229074227.E93698@lovett.com> References: <20000228222905.A825@luna.cdrom.com> <38BB6957.293F3903@originative.co.uk> <20000228224710.A1144@luna.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000228224710.A1144@luna.cdrom.com>; from jim@luna.cdrom.com on Mon, Feb 28, 2000 at 10:47:10PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 28, 2000 at 10:47:10PM -0800, Jim Mock wrote: > > It comes from ImageMagick.. /usr/ports/graphics/ImageMagick. I guess I > should've mentioned that :-) I've Cc'd this back to -ports because I > forgot to do so. Also, be warned, ImageMagick has a bunch of > dependencies, one of which is ghostscript, which has a bunch of > dependencies. Perhaps gtk-engines should have a dependency on that > beast? Actually, it's not ImageMagick that's the culprit, it's graphics/imlib. If you just do a "make configure" on this port, you'll see a whole shedload of other things it looks for as helper applications, (ImageMagick, netpbm, povray, jbigkit, hdf etc.. etc..) as well as all the usual culprits. I can probably sit down and work out the exact list and add them in as either LIB or BUILD DEPENDS, but it's going to dramatically increase the complexity of things. As a side note, the above is just one of the reasons the GNOME folks are in the process of dropping imlib out of the proverbial 33rd storey window.. with the complexity of _their_ systems, this should be telling everybody something about imlib :) -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 5:50:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E132D37BB39 for ; Tue, 29 Feb 2000 05:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA65917; Tue, 29 Feb 2000 05:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.palmerharvey.co.uk (mail.palmerharvey.co.uk [62.172.109.58]) by hub.freebsd.org (Postfix) with ESMTP id 0D64B37BB37 for ; Tue, 29 Feb 2000 05:42:26 -0800 (PST) (envelope-from Dom.Mitchell@palmerharvey.co.uk) Received: from ho-nt-01.pandhm.co.uk (unverified) by mail.palmerharvey.co.uk (Content Technologies SMTPRS 4.0.1) with ESMTP id ; Tue, 29 Feb 2000 13:41:24 +0000 Received: from ADMIN ([10.100.1.20]) by ho-nt-01.pandhm.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id FSSCMRX6; Tue, 29 Feb 2000 13:40:57 -0000 Received: from [10.100.35.12] (helo=voodoo.pandhm.co.uk) by admin with esmtp (Exim 1.92 #1) id 12Pmuo-0005Qr-00; Tue, 29 Feb 2000 13:42:18 +0000 Received: by voodoo.pandhm.co.uk (Postfix, from userid 104) id DB384323; Tue, 29 Feb 2000 13:42:17 +0000 (GMT) Message-Id: <20000229134217.DB384323@voodoo.pandhm.co.uk> Date: Tue, 29 Feb 2000 13:42:17 +0000 (GMT) From: Dom.Mitchell@palmerharvey.co.uk Reply-To: dom@palmerharvey.co.uk To: FreeBSD-gnats-submit@freebsd.org Cc: domi@saargate.de X-Send-Pr-Version: 3.2 Subject: ports/17072: New version of textproc/rand. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17072 >Category: ports >Synopsis: New version of textproc/rand >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 29 05:50:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 3.4-STABLE i386 >Organization: Palmer & Harvey McLane Ltd. >Environment: FreeBSD voodoo.pandhm.co.uk 3.4-STABLE FreeBSD 3.4-STABLE #9: Fri Feb 25 15:24:52 GMT 2000 dom@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO i386 >Description: Update of textproc/rand to 1.7. >How-To-Repeat: n/a >Fix: Here's the patch. diff -urP /usr/ports/textproc/rand/Makefile rand/Makefile --- /usr/ports/textproc/rand/Makefile Wed Jan 5 00:06:19 2000 +++ rand/Makefile Wed Feb 16 12:09:06 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: rand -# Version required: 1.6 +# Version required: 1.7 # Date created: Mon Jul 26 1999 # Whom: domi@saargate.de # # $FreeBSD: ports/textproc/rand/Makefile,v 1.4 2000/01/04 17:48:09 jedgar Exp $ # -DISTNAME= rand-1.6 +DISTNAME= rand-1.7 CATEGORIES= textproc MASTER_SITES= http://math.smsu.edu/~br0ke/files/ @@ -16,7 +16,7 @@ USE_GMAKE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/rand ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/rand.1.gz ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/man/rand.1 ${MANPREFIX}/man/man1 .include diff -urP /usr/ports/textproc/rand/files/md5 rand/files/md5 --- /usr/ports/textproc/rand/files/md5 Wed Jan 5 00:06:20 2000 +++ rand/files/md5 Wed Feb 16 12:05:58 2000 @@ -1 +1 @@ -MD5 (rand-1.6.tar.gz) = cd7c2479cc754766922b9d0a2f89dcdd +MD5 (rand-1.7.tar.gz) = 601ea4fa89a0cbf93d740b2d82e93f3d >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 5:50:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5791637BA57 for ; Tue, 29 Feb 2000 05:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA65908; Tue, 29 Feb 2000 05:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.palmerharvey.co.uk (mail.palmerharvey.co.uk [62.172.109.58]) by hub.freebsd.org (Postfix) with ESMTP id CA2A437B9D9 for ; Tue, 29 Feb 2000 05:40:03 -0800 (PST) (envelope-from Dom.Mitchell@palmerharvey.co.uk) Received: from ho-nt-01.pandhm.co.uk (unverified) by mail.palmerharvey.co.uk (Content Technologies SMTPRS 4.0.1) with ESMTP id for ; Tue, 29 Feb 2000 13:39:01 +0000 Received: from ADMIN ([10.100.1.20]) by ho-nt-01.pandhm.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id FSSCMRXZ; Tue, 29 Feb 2000 13:38:34 -0000 Received: from [10.100.35.12] (helo=voodoo.pandhm.co.uk) by admin with esmtp (Exim 1.92 #1) for FreeBSD-gnats-submit@freebsd.org id 12PmsV-0005QY-00; Tue, 29 Feb 2000 13:39:55 +0000 Received: by voodoo.pandhm.co.uk (Postfix, from userid 104) id B6B54323; Tue, 29 Feb 2000 13:39:54 +0000 (GMT) Message-Id: <20000229133954.B6B54323@voodoo.pandhm.co.uk> Date: Tue, 29 Feb 2000 13:39:54 +0000 (GMT) From: Dom.Mitchell@palmerharvey.co.uk Reply-To: Dom.Mitchell@palmerharvey.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17071: New port of piddle-1.0b1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17071 >Category: ports >Synopsis: New port of piddle-1.0b1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 29 05:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dominic Mitchell >Release: FreeBSD 3.4-STABLE i386 >Organization: Palmer & Harvey McLane Ltd. >Environment: FreeBSD voodoo.pandhm.co.uk 3.4-STABLE FreeBSD 3.4-STABLE #9: Fri Feb 25 15:24:52 GMT 2000 dom@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO i386 >Description: Piddle is a graphics library for python with multiple backends. Most importantly, it has TK, PDF and PS support. >How-To-Repeat: n/a >Fix: Here's the shar. # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # piddle # piddle/files # piddle/files/md5 # piddle/Makefile # piddle/pkg # piddle/pkg/COMMENT # piddle/pkg/DESCR # piddle/pkg/PLIST # echo c - piddle mkdir -p piddle > /dev/null 2>&1 echo c - piddle/files mkdir -p piddle/files > /dev/null 2>&1 echo x - piddle/files/md5 sed 's/^X//' >piddle/files/md5 << 'END-of-piddle/files/md5' XMD5 (piddle-1.0b1-5.tgz) = 011b4b33d8d2c67da3ca6587523738a0 END-of-piddle/files/md5 echo x - piddle/Makefile sed 's/^X//' >piddle/Makefile << 'END-of-piddle/Makefile' X# Ports collection makefile for: piddle X# Version required: 1.0b1 X# Date created: 29 Feb 2000 X# Whom: dom@myrddin.demon.co.uk X# X# $FreeBSD$ X# X XDISTNAME= piddle-1.0b1-5 XPKGNAME= piddle-1.0b1 XCATEGORIES= graphics python XMASTER_SITES= http://download.sourceforge.net/piddle/ X XMAINTAINER= dom@myrddin.demon.co.uk X XEXTRACT_SUFX= .tgz X XWRKSRC= ${WRKDIR}/${PKGNAME} X XRUN_DEPENDS= python:${PORTSDIR}/lang/python X XNO_BUILD= yes X XPYTHON?= ${LOCALBASE}/bin/python XPYTHONLIBDIR?= ${LOCALBASE}/lib/python1.5 XPIDDLEDIR= ${PYTHONLIBDIR}/site-packages/piddle XPIDDLEDOCDIR= ${PREFIX}/share/doc/piddle XPIDDLEEGDIR= ${PREFIX}/share/examples/piddle X Xpost-extract: X @${ECHO} "===> Removing DOS line endings." X.for file in pdfdoc.py pdfgen.py pdfgeom.py pdfmetrics.py pdfutils.py piddlePDF.py X @${TR} -d '\r' < ${WRKSRC}/${file} > ${WRKSRC}/${file}.new X @${MV} ${WRKSRC}/${file}.new ${WRKSRC}/${file} X.endfor X Xdo-install: X ${MKDIR} ${PIDDLEDIR} X ${INSTALL_DATA} ${WRKSRC}/*.py ${PIDDLEDIR} X ${ECHO} 'piddle' > ${PIDDLEDIR}.pth X @${PYTHON} ${PYTHONLIBDIR}/compileall.py ${PIDDLEDIR} X @${PYTHON} -O ${PYTHONLIBDIR}/compileall.py ${PIDDLEDIR} X ${MKDIR} ${PIDDLEDOCDIR} X (cd ${WRKSRC}/docs ; tar cf - *) | \ X (cd ${PIDDLEDOCDIR} ; tar xf -) X ${MKDIR} ${PIDDLEEGDIR} X ${INSTALL_DATA} ${WRKSRC}/examples/* ${PIDDLEEGDIR} X X.include END-of-piddle/Makefile echo c - piddle/pkg mkdir -p piddle/pkg > /dev/null 2>&1 echo x - piddle/pkg/COMMENT sed 's/^X//' >piddle/pkg/COMMENT << 'END-of-piddle/pkg/COMMENT' XGraphical Drawing library for Python END-of-piddle/pkg/COMMENT echo x - piddle/pkg/DESCR sed 's/^X//' >piddle/pkg/DESCR << 'END-of-piddle/pkg/DESCR' XPIDDLE - Plug-In Drawing, Does Little Else X------------------------------------------ X XPIDDLE is a Python module for creating two-dimensional graphics in a Xmanner that is both cross-platform and cross-media; that is, it can Xsupport screen graphics (e.g. QuickDraw, Windows, Tk) as well as file Xoutput (PostScript, PDF, GIF, etc.). It makes use of the native 2D Xdrawing calls of each backend, for maximum efficiency and quality. It Xworks by defining a base class (piddle.Canvas) with methods for all Xsupported drawing primitives. A particular drawing context is provided Xin the form of a derived class. PIDDLE applications will be able to Xautomatically select an appropriate backend for the user's environment. X XWWW: http://piddle.sourceforge.net/ END-of-piddle/pkg/DESCR echo x - piddle/pkg/PLIST sed 's/^X//' >piddle/pkg/PLIST << 'END-of-piddle/pkg/PLIST' Xlib/python1.5/site-packages/piddle.pth Xlib/python1.5/site-packages/piddle/PixMapWrapper.py Xlib/python1.5/site-packages/piddle/PixMapWrapper.pyc Xlib/python1.5/site-packages/piddle/PixMapWrapper.pyo Xlib/python1.5/site-packages/piddle/aigen.py Xlib/python1.5/site-packages/piddle/aigen.pyc Xlib/python1.5/site-packages/piddle/aigen.pyo Xlib/python1.5/site-packages/piddle/discipline.py Xlib/python1.5/site-packages/piddle/discipline.pyc Xlib/python1.5/site-packages/piddle/discipline.pyo Xlib/python1.5/site-packages/piddle/pagesizes.py Xlib/python1.5/site-packages/piddle/pagesizes.pyc Xlib/python1.5/site-packages/piddle/pagesizes.pyo Xlib/python1.5/site-packages/piddle/pdfdoc.py Xlib/python1.5/site-packages/piddle/pdfdoc.pyc Xlib/python1.5/site-packages/piddle/pdfdoc.pyo Xlib/python1.5/site-packages/piddle/pdfgen.py Xlib/python1.5/site-packages/piddle/pdfgen.pyc Xlib/python1.5/site-packages/piddle/pdfgen.pyo Xlib/python1.5/site-packages/piddle/pdfgeom.py Xlib/python1.5/site-packages/piddle/pdfgeom.pyc Xlib/python1.5/site-packages/piddle/pdfgeom.pyo Xlib/python1.5/site-packages/piddle/pdfmetrics.py Xlib/python1.5/site-packages/piddle/pdfmetrics.pyc Xlib/python1.5/site-packages/piddle/pdfmetrics.pyo Xlib/python1.5/site-packages/piddle/pdfutils.py Xlib/python1.5/site-packages/piddle/pdfutils.pyc Xlib/python1.5/site-packages/piddle/pdfutils.pyo Xlib/python1.5/site-packages/piddle/piddle.py Xlib/python1.5/site-packages/piddle/piddle.pyc Xlib/python1.5/site-packages/piddle/piddle.pyo Xlib/python1.5/site-packages/piddle/piddleAI.py Xlib/python1.5/site-packages/piddle/piddleAI.pyc Xlib/python1.5/site-packages/piddle/piddleAI.pyo Xlib/python1.5/site-packages/piddle/piddleGL.py Xlib/python1.5/site-packages/piddle/piddleGL.pyc Xlib/python1.5/site-packages/piddle/piddleGL.pyo Xlib/python1.5/site-packages/piddle/piddlePDF.py Xlib/python1.5/site-packages/piddle/piddlePDF.pyc Xlib/python1.5/site-packages/piddle/piddlePDF.pyo Xlib/python1.5/site-packages/piddle/piddlePIL.py Xlib/python1.5/site-packages/piddle/piddlePIL.pyc Xlib/python1.5/site-packages/piddle/piddlePIL.pyo Xlib/python1.5/site-packages/piddle/piddlePS.py Xlib/python1.5/site-packages/piddle/piddlePS.pyc Xlib/python1.5/site-packages/piddle/piddlePS.pyo Xlib/python1.5/site-packages/piddle/piddleQD.py Xlib/python1.5/site-packages/piddle/piddleQD.pyc Xlib/python1.5/site-packages/piddle/piddleQD.pyo Xlib/python1.5/site-packages/piddle/piddleTK.py Xlib/python1.5/site-packages/piddle/piddleTK.pyc Xlib/python1.5/site-packages/piddle/piddleTK.pyo Xlib/python1.5/site-packages/piddle/piddleVCR.py Xlib/python1.5/site-packages/piddle/piddleVCR.pyc Xlib/python1.5/site-packages/piddle/piddleVCR.pyo Xlib/python1.5/site-packages/piddle/piddleWX.py Xlib/python1.5/site-packages/piddle/piddleWX.pyc Xlib/python1.5/site-packages/piddle/piddleWX.pyo Xlib/python1.5/site-packages/piddle/piddleWxDc.py Xlib/python1.5/site-packages/piddle/piddleWxDc.pyc Xlib/python1.5/site-packages/piddle/piddleWxDc.pyo Xlib/python1.5/site-packages/piddle/piddletest.py Xlib/python1.5/site-packages/piddle/piddletest.pyc Xlib/python1.5/site-packages/piddle/piddletest.pyo Xlib/python1.5/site-packages/piddle/stringformat.py Xlib/python1.5/site-packages/piddle/stringformat.pyc Xlib/python1.5/site-packages/piddle/stringformat.pyo Xshare/doc/piddle/README Xshare/doc/piddle/index.html Xshare/doc/piddle/notesAI/PiddifyAI/Icon_ Xshare/doc/piddle/notesAI/PiddifyAI/PiddifyAI.py Xshare/doc/piddle/notesAI/PiddifyAI/vcrExtra.py Xshare/doc/piddle/notesAI/Sample1.ai Xshare/doc/piddle/notesAI/Sample1.ai.gif Xshare/doc/piddle/notesAI/Sample1.py Xshare/doc/piddle/notesAI/Sample2.ai Xshare/doc/piddle/notesAI/Sample2.ai.gif Xshare/doc/piddle/notesAI/Sample2.py Xshare/doc/piddle/notesPDF/00readme.txt Xshare/doc/piddle/notesPDF/PythonPowered.a85 Xshare/doc/piddle/notesPDF/PythonPowered.gif Xshare/doc/piddle/notesPDF/api.html Xshare/doc/piddle/notesPDF/index.html Xshare/doc/piddle/notesPDF/testpdfgen.pdf Xshare/doc/piddle/notesPDF/testpdfgen.py Xshare/doc/piddle/notesPIL/buildmetrics.py Xshare/doc/piddle/notesPIL/test1.py Xshare/doc/piddle/notesPIL/trouble.txt Xshare/doc/piddle/notesPiddle/discipline.txt Xshare/doc/piddle/notesPiddle/history.txt Xshare/doc/piddle/notesPiddle/license.html Xshare/doc/piddle/notesPiddle/stringformat.txt Xshare/doc/piddle/notesQD/PixMapWrapper.py Xshare/doc/piddle/notesQD/QDRotate.sit.hqx Xshare/doc/piddle/notesQD/readme.txt Xshare/doc/piddle/omt.gif Xshare/doc/piddle/piddleQD.html Xshare/doc/piddle/reference.html Xshare/doc/piddle/rottest-pil.gif Xshare/doc/piddle/rottest-qd.gif Xshare/doc/piddle/rottest-small.gif Xshare/doc/piddle/rottest.html Xshare/doc/piddle/sample.gif Xshare/doc/piddle/sample1-small.gif Xshare/doc/piddle/sample1.gif Xshare/doc/piddle/sample1.html Xshare/doc/piddle/sample2-small.gif Xshare/doc/piddle/sample2.html Xshare/doc/piddle/sample2.jpg Xshare/doc/piddle/stringtest-small.gif Xshare/doc/piddle/stringtest.gif Xshare/doc/piddle/stringtest.html Xshare/doc/piddle/white-paper.html Xshare/examples/piddle/HTMLPiddler.py Xshare/examples/piddle/README Xshare/examples/piddle/basics.py Xshare/examples/piddle/formatted-strings.py Xshare/examples/piddle/piddleWxDcDemo.py Xshare/examples/piddle/textClasses.py Xshare/examples/piddle/using-piddleTK.py Xshare/examples/piddle/using-piddleWX.py X@dirrm lib/python1.5/site-packages/piddle X@dirrm share/doc/piddle/notesAI/PiddifyAI X@dirrm share/doc/piddle/notesAI X@dirrm share/doc/piddle/notesPDF X@dirrm share/doc/piddle/notesPIL X@dirrm share/doc/piddle/notesPiddle X@dirrm share/doc/piddle/notesQD X@dirrm share/doc/piddle X@dirrm share/examples/piddle/ END-of-piddle/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 6:10: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 373AA37BB23 for ; Tue, 29 Feb 2000 06:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA67932; Tue, 29 Feb 2000 06:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from 214.norrgarden.se (214.norrgarden.se [195.100.133.214]) by hub.freebsd.org (Postfix) with ESMTP id 395EE37BB3E for ; Tue, 29 Feb 2000 06:00:25 -0800 (PST) (envelope-from cj@214.norrgarden.se) Received: (from root@localhost) by 214.norrgarden.se (8.9.3/8.9.3) id PAA55874; Tue, 29 Feb 2000 15:00:18 +0100 (CET) (envelope-from cj) Message-Id: <200002291400.PAA55874@214.norrgarden.se> Date: Tue, 29 Feb 2000 15:00:18 +0100 (CET) From: calle.madestrand@norrgarden.se Reply-To: calle.madestrand@norrgarden.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17073: Update port: irc/bitchx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17073 >Category: ports >Synopsis: Update port: irc/bitchx >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 29 06:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Carl Johan Madestrand >Release: FreeBSD 4.0-20000214-CURRENT i386 >Organization: >Environment: >Description: * Added a patch so that GTK BitchX will compile * Made #define WANT_CHAN_NICK_SERV to be enabled by default in config.h as requested by Cliff Rowley . This will enable a few aliases for services commands. (I didnt see any reason to make a hook for this little thing) >How-To-Repeat: >Fix: Add file: /usr/ports/irc/bitchx/patches/patch-ah diff -urN /usr/ports/irc/bitchx/Makefile bitchx/Makefile --- /usr/ports/irc/bitchx/Makefile Sat Jan 29 22:54:20 2000 +++ bitchx/Makefile Tue Feb 29 12:42:13 2000 @@ -44,6 +44,10 @@ @${ECHO} "You can add hooks for GNOME by defining USE_GNOME" .endif +pre-patch: + @${SED} -e "s|#undef WANT_CHAN_NICK_SERV|#define WANT_CHAN_NICK_SERV|" ${WRKSRC}/include/config.h > ${WRKSRC}/include/config.h.new + @${MV} ${WRKSRC}/include/config.h.new ${WRKSRC}/include/config.h + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/bx/help diff -urN /usr/ports/irc/bitchx/patches/patch-ah bitchx/patches/patch-ah --- /usr/ports/irc/bitchx/patches/patch-ah Thu Jan 1 01:00:00 1970 +++ bitchx/patches/patch-ah Tue Feb 29 14:04:06 2000 @@ -0,0 +1,11 @@ +--- dll/nicklist/nicklist.c.orig Tue Feb 29 12:53:26 2000 ++++ dll/nicklist/nicklist.c Tue Feb 29 12:56:15 2000 +@@ -43,7 +43,7 @@ + char *tmptext[1]; + #endif + +-BUILT_IN_DLL(nicklist_add) ++BUILT_IN_DLL(nicklist_add); + int update_nicklist (char *, char *, char **); + + void drawnicklist(void) diff -urN /usr/ports/irc/bitchx/pkg/DESCR bitchx/pkg/DESCR --- /usr/ports/irc/bitchx/pkg/DESCR Sun Feb 20 02:56:25 2000 +++ bitchx/pkg/DESCR Fri Feb 18 20:04:29 2000 @@ -4,4 +4,4 @@ for the popular UNIX IRC client ircII. Around Christmas of 1994 the script was patched directly into the client by panasync. -WWW: http://www.bitchx.com/ +WWW: http://www.bitchx.com >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 6:36:33 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw2.prontomail.com (mailgw2.prontomail.com [209.185.149.198]) by hub.freebsd.org (Postfix) with ESMTP id 5F97737BB5C for ; Tue, 29 Feb 2000 06:35:27 -0800 (PST) (envelope-from tkato@prontomail.ne.jp) Received: from mail46.prontomail.com (209.185.149.146) by mailgw2.prontomail.com (NPlex 2.0.123) for ports@FreeBSD.ORG; Tue, 29 Feb 2000 06:28:44 -0800 Received: from web23 (209.185.149.223) by mail46.prontomail.com (NPlex 2.0.123); Tue, 29 Feb 2000 06:34:42 -0800 From: "KATO Tsuguru" Message-Id: Date: Tue, 29 Feb 2000 23:35:12 +0900 X-Priority: Normal Content-Type: text/plain; charset=ISO-2022-JP To: Thomas Gellekum Subject: Re: BROKEN_ELF ports Cc: asami@FreeBSD.ORG, ports@FreeBSD.ORG X-Mailer: Web Based Pronto Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > patch-aj in there is incomplete. Could you resend that file, please? Yes, it was surely incomplete. :-( Here is correct one. diff -urN /usr/ports/lang/schemetoc/Makefile lang/schemetoc/Makefile --- /usr/ports/lang/schemetoc/Makefile Tue Aug 31 19:15:51 1999 +++ lang/schemetoc/Makefile Thu Feb 3 05:51:41 2000 @@ -1,25 +1,38 @@ -# New ports collection makefile for: Scheme-to-C -# Version required: 15mar93 -# Date created: 28 Dec 1994 -# Whom: jmacd@uclink.berkeley.edu +# New ports collection makefile for: Scheme-to-C +# Version required: 15mar93 +# Date created: 28 Dec 1994 +# Whom: jmacd@uclink.berkeley.edu # # $FreeBSD: ports/lang/schemetoc/Makefile,v 1.14 1999/08/31 06:47:03 mharo Exp $ # -DISTNAME= schemetoc-93.3.15 -PKGNAME= schemetoc-93.3.15 +DISTNAME= 15mar93 +PKGNAME= schemetoc-93.3.15 CATEGORIES= lang MASTER_SITES= ftp://gatekeeper.dec.com/pub/DEC/Scheme-to-C/ -DISTFILES= 15mar93.tar.Z +EXTRACT_SUFX= .tar.Z MAINTAINER= jmacd@FreeBSD.org -BROKEN_ELF= yes - USE_XLIB= yes NO_WRKSUBDIR= yes +MAN1= scc.1 sci.1 + +post-extract: + @${CP} ${FILESDIR}/Makefile ${WRKSRC} + @${CP} ${FILESDIR}/README.FreeBSD ${WRKSRC} + @${MV} ${WRKDIR}/scsc/main.c ${WRKSRC}/scsc/main.c.orig + @${CP} ${FILESDIR}/main.c ${WRKSRC}/scsc/main.c + @${MKDIR} ${WRKDIR}/ports/FREEBSD +.for file in makefile-head options-server.h options.h x86.s + @${CP} ${FILESDIR}/${file} ${WRKSRC}/ports/FREEBSD +.endfor + +post-patch: + @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/scsc/*.sc + @${PERL} -pi -e 's|%%X11BASE%%|${X11BASE}|g' ${WRKSRC}/scsc/*.sc post-install: - ${LDCONFIG} -m ${PREFIX}/lib + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include diff -urN /usr/ports/lang/schemetoc/files/Makefile lang/schemetoc/files/Makefile --- /usr/ports/lang/schemetoc/files/Makefile Mon Jan 30 18:39:01 1995 +++ lang/schemetoc/files/Makefile Thu Feb 3 03:58:08 2000 @@ -6,32 +6,28 @@ SCHEME_DIR = ${LIB_DIR}/schemetoc all: - make -f makefile forFREEBSD - (cd FREEBSD;make port) - (cd FREEBSD/cdecl; make all) - (cd FREEBSD/xlib; make all) + ${MAKE} -f makefile forFREEBSD + (cd FREEBSD; ${MAKE} port) + (cd FREEBSD/cdecl; ${MAKE} all) + (cd FREEBSD/xlib; ${MAKE} all) install: mkdir -p ${SCHEME_DIR}/doc - (cd FREEBSD/scrt; make "LIBDIR = ${LIB_DIR}" \ + (cd FREEBSD/scrt; ${MAKE} "LIBDIR = ${LIB_DIR}" \ "BINDIR = ${BIN_DIR}" install) - (cd FREEBSD/scsc; make "LIBDIR = ${LIB_DIR}" \ + (cd FREEBSD/scsc; ${MAKE} "LIBDIR = ${LIB_DIR}" \ "BINDIR = ${BIN_DIR}" install) - (cd FREEBSD/xlib; make "LIBDIR = ${LIB_DIR}" \ + (cd FREEBSD/xlib; ${MAKE} "LIBDIR = ${LIB_DIR}" \ "BINDIR = ${BIN_DIR}" install) - (cd doc; install -c -m 444 index.psf \ + (cd doc; ${BSD_INSTALL_DATA} index.psf \ embedded.psf \ intro.psf \ r4rs.psf \ smithnotes.psf \ ${SCHEME_DIR}/doc) - cp test/test51.sc ${SCHEME_DIR}/doc/test.sc - cp xlib/hello.sc ${SCHEME_DIR}/doc - cp xlib/puzzle.sc ${SCHEME_DIR}/doc - cp README.FreeBSD ${SCHEME_DIR}/doc - cp doc/scc.l ${MAN_DIR}/scc.1 - cp doc/sci.l ${MAN_DIR}/sci.1 - gzip -f ${MAN_DIR}/sci.1 ${MAN_DIR}/scc.1 - chmod 444 ${LIB_DIR}/libsc.so.1.0 ${LIB_DIR}/libscxl.so.1.0 - chown -R bin:bin ${SCHEME_DIR} - strip ${BIN_DIR}/sccomp ${BIN_DIR}/sci ${BIN_DIR}/scixl + ${BSD_INSTALL_DATA} test/test51.sc ${SCHEME_DIR}/doc/test.sc + ${BSD_INSTALL_DATA} xlib/hello.sc ${SCHEME_DIR}/doc + ${BSD_INSTALL_DATA} xlib/puzzle.sc ${SCHEME_DIR}/doc + ${BSD_INSTALL_DATA} README.FreeBSD ${SCHEME_DIR}/doc + ${BSD_INSTALL_DATA} doc/scc.l ${MAN_DIR}/scc.1 + ${BSD_INSTALL_DATA} doc/sci.l ${MAN_DIR}/sci.1 diff -urN /usr/ports/lang/schemetoc/files/README.FreeBSD lang/schemetoc/files/README.FreeBSD --- /usr/ports/lang/schemetoc/files/README.FreeBSD Mon Jan 30 18:39:03 1995 +++ lang/schemetoc/files/README.FreeBSD Sat Feb 5 09:39:53 2000 @@ -4,7 +4,7 @@ was very limited and as a result I'm not sure if I've got it right. Instead of using having the compiler link the library archives libsc.a (the standard schemetoc library) or scxl.a (the x library), two shared -libraries are included, libsc.so.1.0 and libscxl.so.1.0. +libraries are included, libsc.so.1 and libscxl.so.1. The syntax of the scc compiler has been extended to automatically use dynamic linking unless the -static flag is specified on the scc @@ -22,8 +22,8 @@ Those not wishing to use the X library support can delete the following files: -libscxl.so.1.0 The shared lib. -schemetoc/scxl.a The library archive. +libscxl.so.1 The shared lib. +schemetoc/libscxl.a The library archive. bin/scixl The X lib interpreter. Each is about 1.4 megabytes. diff -urN /usr/ports/lang/schemetoc/files/makefile-head lang/schemetoc/files/makefile-head --- /usr/ports/lang/schemetoc/files/makefile-head Fri Mar 31 06:36:35 1995 +++ lang/schemetoc/files/makefile-head Thu Feb 3 05:46:07 2000 @@ -4,8 +4,8 @@ # Default flags to use when invoking the C compiler. -CFLAGS = -O2 -CC = gcc +CFLAGS ?= -O2 +CC ?= gcc # Assembly language object files. @@ -24,7 +24,7 @@ # X library -XLIB = -L/usr/X11R6/lib -lX11 +XLIB = -L${X11BASE}/lib -lX11 XLIBCFLAGS = PICFLAGS = -fpic -DPIC diff -urN /usr/ports/lang/schemetoc/files/x86.s lang/schemetoc/files/x86.s --- /usr/ports/lang/schemetoc/files/x86.s Fri Dec 30 08:35:46 1994 +++ lang/schemetoc/files/x86.s Thu Feb 3 04:53:46 2000 @@ -13,9 +13,9 @@ #else .align 2 #endif -.globl _sc_geti386regs +.globl sc_geti386regs -_sc_geti386regs: +sc_geti386regs: pushl %ebp movl %esp,%ebp pushl %ecx diff -urN /usr/ports/lang/schemetoc/patches/patch-a lang/schemetoc/patches/patch-a --- /usr/ports/lang/schemetoc/patches/patch-a Fri Dec 30 08:35:47 1994 +++ lang/schemetoc/patches/patch-a Thu Jan 1 09:00:00 1970 @@ -1,223 +0,0 @@ -*** scrt/cio.c.ORIG Tue Feb 23 18:26:41 1993 ---- scrt/cio.c Tue Jun 28 14:33:50 1994 -*************** -*** 143,148 **** ---- 143,152 ---- - #define HAVE_RUSAGE - #endif - -+ #ifdef FREEBSD -+ #define HAVE_RUSAGE -+ #endif -+ - #ifdef SYSV - #define HAVE_TIMES - #else -*************** -*** 467,473 **** ---- 471,481 ---- - struct timeval timeout; - - stream = (FILE*)TSCP_POINTER( file ); -+ #ifdef FREEBSD -+ if (((stream)->_r) <= 0) { -+ #else - if (((stream)->_cnt) <= 0) { -+ #endif - FD_ZERO( &readfds ); - FD_SET( fileno( stream ), &readfds ); - timeout.tv_sec = 0; -*************** -*** 549,555 **** - break; - - case 3: -! #ifdef MAC - sprintf( format, "%%.%lilg", (long)TSCP_S2CINT( length ) ); - sprintf( buffer, format, TSCP_DOUBLE( number ) ); - #else ---- 557,563 ---- - break; - - case 3: -! #if defined(MAC) || defined(FREEBSD) - sprintf( format, "%%.%lilg", (long)TSCP_S2CINT( length ) ); - sprintf( buffer, format, TSCP_DOUBLE( number ) ); - #else -*** scrt/heap.c.ORIG Mon Feb 22 11:11:16 1993 ---- scrt/heap.c Mon Jun 27 23:26:15 1994 -*************** -*** 66,71 **** ---- 66,74 ---- - #ifdef VAX - extern sc_r2tor11( ); - #endif -+ #ifdef FREEBSD -+ extern sc_geti386regs( S2CINT* a ); -+ #endif - - /* Forward declarations */ - -*************** -*** 368,373 **** ---- 371,401 ---- - S2CINT r2tor11[10], *pp; - - sc_r2tor11( r2tor11 ); -+ STACKPTR( pp ); -+ while (pp != sc_stackbase) move_continuation_ptr( ((SCP)*pp++) ); -+ } -+ #endif -+ -+ #ifdef FREEBSD -+ /* The following code is used to read the stack pointer. The register -+ number is passed in to force an argument to be on the stack, which in -+ turn can be used to find the address of the top of stack. -+ */ -+ -+ S2CINT *sc_processor_register( S2CINT reg ) -+ { -+ return( ® ); -+ } -+ -+ /* All processor registers which might contain pointers are traced by the -+ following procedure. -+ */ -+ -+ static trace_stack_and_registers() -+ { -+ S2CINT i386regs[6], *pp; -+ -+ sc_geti386regs( i386regs ); - STACKPTR( pp ); - while (pp != sc_stackbase) move_continuation_ptr( ((SCP)*pp++) ); - } -*** scrt/options.h.ORIG Mon Feb 22 11:14:23 1993 ---- scrt/options.h Tue Jun 28 15:25:37 1994 -*************** -*** 71,76 **** ---- 71,77 ---- - MC680X0 HP 9000/300, Sun 3, Next - MIPS DECstation, SGI, Sony News - VAX Vax ULTRIX -+ FREEBSD x86 FreeBSD - WIN16 Microsoft Windows 3.1 - */ - -*************** -*** 80,85 **** ---- 81,87 ---- - #define MC680X0 1 - #define MIPS 1 - #define VAX 1 -+ #define FREEBSD 1 - #define WIN16 1 - - /* Attributes of the selected architecture: -*************** -*** 369,374 **** ---- 371,404 ---- - */ - - #define STACKPTR( x ) x = sc_processor_register( 14 ) -+ #endif -+ -+ /***************/ -+ /* FREEBSD */ -+ /***************/ -+ -+ #ifdef FREEBSD -+ #define IMPLEMENTATION_MACHINE "Generic PC" -+ #define IMPLEMENTATION_CPU "Intelx86" -+ #define IMPLEMENTATION_OS "FreeBSD" -+ #undef IMPLEMENTATION_FS -+ -+ typedef int S2CINT; /* Signed pointer size integer */ -+ typedef unsigned S2CUINT; /* Unsigned pointer size interger */ -+ -+ typedef int PAGELINK; /* 32-bit sc_pagelink values */ -+ #define MAXS2CINT 0x7fffffff /* Maximum value of an S2CINT */ -+ #define MSBS2CUINT 0x80000000 /* S2CUINT with 1 in the MSB */ -+ -+ #define STACKPTR( x ) x = sc_processor_register( 0 ) -+ -+ #include -+ typedef jmp_buf sc_jmp_buf; -+ -+ /* Horrid kludge. See callcc.c for the full story: */ -+ #define LAZY_STACK_POP 1 -+ #define LAZY_STACK_INCREMENT 4 -+ - #endif - - /***************/ -*** scrt/callcc.c.ORIG Tue Feb 23 18:25:24 1993 ---- scrt/callcc.c Tue Jun 28 03:25:04 1994 -*************** -*** 91,96 **** ---- 91,101 ---- - #define SETJMP( x ) sc_setjmp( x ) - #endif - -+ #ifdef FREEBSD -+ #define LONGJMP( x, y ) longjmp( x, y ) -+ #define SETJMP( x ) setjmp( x ) -+ #endif -+ - TSCP sc_clink; /* Pointer to inner most continuation on stack. */ - - /* Static declarations for data structures internal to the module. These -*************** -*** 192,197 **** ---- 197,213 ---- - STACKPTR( tos ); - count = (((STACK_BYTES (bfp, tos)) + ((sizeof (S2CINT)) - 1)) - / (sizeof (S2CINT))); -+ #ifdef LAZY_STACK_POP -+ /* NOTE WELL! -+ * For machines that must pop arguments after a function call, -+ * the compiler may let arguments accumulate on the stack for several -+ * function calls and pop them all at once. -+ * If your compiler uses this optimization, 'count' must be incremented -+ * by the number of S2CINTs pushed as arguments between this point and -+ * the point where 'bcount' is computed. -+ */ -+ count += LAZY_STACK_INCREMENT; -+ #endif - save_fp = (S2CINT*)bfp; - cp = sc_allocateheap( NULLCONTINUATIONSIZE+count+2+sc_maxdisplay, - CONTINUATIONTAG, -*************** -*** 199,204 **** ---- 215,227 ---- - STACKPTR( tos ); - fp = save_fp; - bcount = (STACK_BYTES (fp, tos)); -+ if (bcount > count*sizeof(S2CINT)) -+ /* If you get this error, look above at LAZY_STACK_POP */ -+ sc_error( "CALL-WITH-CURRENT-CONTINUATION", -+ "internal error: want to write ~s bytes of stack, " -+ "but only ~s bytes allocated.", -+ LIST2( C_FIXED( bcount ), -+ C_FIXED( count*sizeof(S2CINT) ) ) ); - cp->continuation.continuation = sc_clink; - cp->continuation.stackbytes = bcount; - cp->continuation.stacktrace = sc_stacktrace; -*** makefile.ORIG Tue Feb 16 14:19:52 1993 ---- makefile Mon Jun 27 22:52:48 1994 -*************** -*** 92,97 **** ---- 92,104 ---- - cp ports/VAX/vax.s VAX/server - cp ports/VAX/options-server.h VAX/server/options.h - -+ forFREEBSD: -+ make "CPU=FREEBSD" forANY -+ cp ports/FREEBSD/x86.s FREEBSD/scrt -+ cp ports/FREEBSD/options.h FREEBSD/scrt -+ cp ports/FREEBSD/x86.s FREEBSD/server -+ cp ports/FREEBSD/options-server.h FREEBSD/server/options.h -+ - forWIN16: - make "CPU=WIN16" forANY - rm -r WIN16/scsc diff -urN /usr/ports/lang/schemetoc/patches/patch-aa lang/schemetoc/patches/patch-aa --- /usr/ports/lang/schemetoc/patches/patch-aa Thu Jan 1 09:00:00 1970 +++ lang/schemetoc/patches/patch-aa Thu Feb 3 20:47:09 2000 @@ -0,0 +1,16 @@ +--- makefile.orig Wed Feb 17 04:20:09 1993 ++++ makefile Wed Feb 2 22:22:22 2000 +@@ -92,6 +92,13 @@ + cp ports/VAX/vax.s VAX/server + cp ports/VAX/options-server.h VAX/server/options.h + ++forFREEBSD: ++ make "CPU=FREEBSD" forANY ++ cp ports/FREEBSD/x86.s FREEBSD/scrt ++ cp ports/FREEBSD/options.h FREEBSD/scrt ++ cp ports/FREEBSD/x86.s FREEBSD/server ++ cp ports/FREEBSD/options-server.h FREEBSD/server/options.h ++ + forWIN16: + make "CPU=WIN16" forANY + rm -r WIN16/scsc diff -urN /usr/ports/lang/schemetoc/patches/patch-ab lang/schemetoc/patches/patch-ab --- /usr/ports/lang/schemetoc/patches/patch-ab Thu Jan 1 09:00:00 1970 +++ lang/schemetoc/patches/patch-ab Thu Feb 3 20:47:09 2000 @@ -0,0 +1,14 @@ +--- doc/scc.l.orig Tue Jan 12 10:43:14 1993 ++++ doc/scc.l Wed Feb 2 22:22:22 2000 +@@ -66,6 +66,11 @@ + .B -Ot + Optimize code by omitting type error checks. + .TP 18 ++.B -static ++Use static linking instead of shared libraries. This will result in an executable ++which is about 300k larger than the dynamic executable. For xlib programs the ++executable will be about 1400k larger. ++.TP 18 + .B -pg + Produce profiled code for run-time measurement using + .I gprof(1). diff -urN /usr/ports/lang/schemetoc/patches/patch-ac lang/schemetoc/patches/patch-ac --- /usr/ports/lang/schemetoc/patches/patch-ac Thu Jan 1 09:00:00 1970 +++ lang/schemetoc/patches/patch-ac Thu Feb 3 20:47:09 2000 @@ -0,0 +1,46 @@ +--- scrt/callcc.c.orig Wed Feb 24 08:25:41 1993 ++++ scrt/callcc.c Wed Feb 2 22:22:22 2000 +@@ -91,6 +91,11 @@ + #define SETJMP( x ) sc_setjmp( x ) + #endif + ++#ifdef FREEBSD ++#define LONGJMP( x, y ) longjmp( x, y ) ++#define SETJMP( x ) setjmp( x ) ++#endif ++ + TSCP sc_clink; /* Pointer to inner most continuation on stack. */ + + /* Static declarations for data structures internal to the module. These +@@ -192,6 +197,17 @@ + STACKPTR( tos ); + count = (((STACK_BYTES (bfp, tos)) + ((sizeof (S2CINT)) - 1)) + / (sizeof (S2CINT))); ++#ifdef LAZY_STACK_POP ++ /* NOTE WELL! ++ * For machines that must pop arguments after a function call, ++ * the compiler may let arguments accumulate on the stack for several ++ * function calls and pop them all at once. ++ * If your compiler uses this optimization, 'count' must be incremented ++ * by the number of S2CINTs pushed as arguments between this point and ++ * the point where 'bcount' is computed. ++ */ ++ count += LAZY_STACK_INCREMENT; ++#endif + save_fp = (S2CINT*)bfp; + cp = sc_allocateheap( NULLCONTINUATIONSIZE+count+2+sc_maxdisplay, + CONTINUATIONTAG, +@@ -199,6 +215,13 @@ + STACKPTR( tos ); + fp = save_fp; + bcount = (STACK_BYTES (fp, tos)); ++ if (bcount > count*sizeof(S2CINT)) ++ /* If you get this error, look above at LAZY_STACK_POP */ ++ sc_error( "CALL-WITH-CURRENT-CONTINUATION", ++ "internal error: want to write ~s bytes of stack, " ++ "but only ~s bytes allocated.", ++ LIST2( C_FIXED( bcount ), ++ C_FIXED( count*sizeof(S2CINT) ) ) ); + cp->continuation.continuation = sc_clink; + cp->continuation.stackbytes = bcount; + cp->continuation.stacktrace = sc_stacktrace; diff -urN /usr/ports/lang/schemetoc/patches/patch-ad lang/schemetoc/patches/patch-ad --- /usr/ports/lang/schemetoc/patches/patch-ad Thu Jan 1 09:00:00 1970 +++ lang/schemetoc/patches/patch-ad Thu Feb 3 20:47:09 2000 @@ -0,0 +1,34 @@ +--- scrt/cio.c.orig Wed Feb 24 08:26:58 1993 ++++ scrt/cio.c Wed Feb 2 22:22:22 2000 +@@ -143,6 +143,10 @@ + #define HAVE_RUSAGE + #endif + ++#ifdef FREEBSD ++#define HAVE_RUSAGE ++#endif ++ + #ifdef SYSV + #define HAVE_TIMES + #else +@@ -467,7 +471,11 @@ + struct timeval timeout; + + stream = (FILE*)TSCP_POINTER( file ); ++#ifdef FREEBSD ++ if (((stream)->_r) <= 0) { ++#else + if (((stream)->_cnt) <= 0) { ++#endif + FD_ZERO( &readfds ); + FD_SET( fileno( stream ), &readfds ); + timeout.tv_sec = 0; +@@ -549,7 +557,7 @@ + break; + + case 3: +-#ifdef MAC ++#if defined(MAC) || defined(FREEBSD) + sprintf( format, "%%.%lilg", (long)TSCP_S2CINT( length ) ); + sprintf( buffer, format, TSCP_DOUBLE( number ) ); + #else diff -urN /usr/ports/lang/schemetoc/patches/patch-ae lang/schemetoc/patches/patch-ae --- /usr/ports/lang/schemetoc/patches/patch-ae Thu Jan 1 09:00:00 1970 +++ lang/schemetoc/patches/patch-ae Thu Feb 3 20:47:09 2000 @@ -0,0 +1,44 @@ +--- scrt/heap.c.orig Tue Feb 23 01:11:33 1993 ++++ scrt/heap.c Wed Feb 2 22:22:22 2000 +@@ -66,6 +66,9 @@ + #ifdef VAX + extern sc_r2tor11( ); + #endif ++#ifdef FREEBSD ++extern sc_geti386regs( S2CINT* a ); ++#endif + + /* Forward declarations */ + +@@ -368,6 +371,31 @@ + S2CINT r2tor11[10], *pp; + + sc_r2tor11( r2tor11 ); ++ STACKPTR( pp ); ++ while (pp != sc_stackbase) move_continuation_ptr( ((SCP)*pp++) ); ++} ++#endif ++ ++#ifdef FREEBSD ++/* The following code is used to read the stack pointer. The register ++ number is passed in to force an argument to be on the stack, which in ++ turn can be used to find the address of the top of stack. ++*/ ++ ++S2CINT *sc_processor_register( S2CINT reg ) ++{ ++ return( ® ); ++} ++ ++/* All processor registers which might contain pointers are traced by the ++ following procedure. ++*/ ++ ++static trace_stack_and_registers() ++{ ++ S2CINT i386regs[6], *pp; ++ ++ sc_geti386regs( i386regs ); + STACKPTR( pp ); + while (pp != sc_stackbase) move_continuation_ptr( ((SCP)*pp++) ); + } diff -urN /usr/ports/lang/schemetoc/patches/patch-af lang/schemetoc/patches/patch-af --- /usr/ports/lang/schemetoc/patches/patch-af Thu Jan 1 09:00:00 1970 +++ lang/schemetoc/patches/patch-af Fri Feb 4 05:51:52 2000 @@ -0,0 +1,131 @@ +--- scrt/makefile.orig Wed Feb 17 10:55:48 1993 ++++ scrt/makefile Wed Feb 2 22:22:22 2000 +@@ -5,7 +5,9 @@ + # + + .SUFFIXES: +-.SUFFIXES: .o .c .sc .s ++.SUFFIXES: .o .c .sc .s .so ++ ++SOVER = 1 + + SCC = ../scsc/scc + SCCFLAGS = +@@ -14,6 +16,8 @@ + + Cruntime = scinit.o apply.o callcc.o cio.o heap.o objects.o mtraps.o + ++SCruntime = scinit.so apply.so callcc.so cio.so heap.so objects.so mtraps.so ++ + Cruntimec = scinit.c apply.c callcc.c cio.c heap.c objects.c mtraps.c + + Chfiles = scinit.h apply.h callcc.h cio.h heap.h objects.h options.h +@@ -22,6 +26,11 @@ + scqquote.o screp.o \ + scrt1.o scrt2.o scrt3.o scrt4.o scrt5.o scrt6.o scrt7.o scrtuser.o + ++SSruntime = scdebug.so sceval.so scexpand.so scexpnd1.so scexpnd2.so \ ++ scqquote.so screp.so \ ++ scrt1.so scrt2.so scrt3.so scrt4.so scrt5.so scrt6.so scrt7.so \ ++ scrtuser.so ++ + Sruntimec = scdebug.c sceval.c scexpand.c scexpnd1.c scexpnd2.c \ + scqquote.c screp.c \ + scrt1.c scrt2.c scrt3.c scrt4.c scrt5.c scrt6.c scrt7.c scrtuser.c +@@ -43,17 +52,27 @@ + ${SCC} -C ${SCCFLAGS} $*.sc + + .c.o: +- ${CC} -c ${CFLAGS} -I. $*.c ++ ${CC} ${CFLAGS} -c ${.IMPSRC} -I. -o ${.TARGET} ++ ++.c.so: ++ ${CC} ${PICFLAGS} ${CFLAGS} -c ${.IMPSRC} -I. -o ${.TARGET} + + .s.o: + ${CC} -c $*.s + ++.s.so: ++ ${CPP} -E -DPIC ${CFLAGS:M-[ID]*} ${.IMPSRC} | \ ++ ${AS} -k -o ${.TARGET} ++ + sc-to-c: ${Sruntimec} sci.c + + c-to-o: ${Sruntimec} ${Sruntime} ${Cruntime} + + s-to-o: ${Aruntime} + ++OBJS = ${Sruntime} ${Cruntime} ${Aruntime} ++SHAREDOBJS = ${OBJS:.o=.so} ++ + Xlibsc.a: ${Sruntimec} ${Sruntime} ${Cruntime} ${Aruntime} + rm -f Xlibsc.a + ar q Xlibsc.a ${Cruntime} ${Sruntime} ${Aruntime} +@@ -75,36 +94,42 @@ + Xmv: Xsci Xlibsc.a + mv Xsci sci + mv Xlibsc.a libsc.a +- ++ + port: +- make "CC = ${CC}" "CFLAGS = ${CFLAGS}" "SCC = echo" \ +- Xlibsc.a Xsci Xmv ${Plib} ++ ${MAKE} "CC = ${CC}" "CFLAGS = ${CFLAGS}" "SCC = echo" \ ++ Xlibsc.a Xsci Xmv ${Plib} libsc.so.${SOVER} + + libsc_p.a: libsc.a + mkdir saveobj + mv ${Sruntime} ${Cruntime} ${Aruntime} saveobj + rm -f libsc_p.a +- make "CC = ${CC}" "CFLAGS = ${CFLAGS} -pg" ${Sruntime} ${Cruntime} \ ++ ${MAKE} "CC = ${CC}" "CFLAGS = ${CFLAGS} -pg" ${Sruntime} ${Cruntime} \ + ${Aruntime} + ar q libsc_p.a ${Cruntime} ${Sruntime} ${Aruntime} + ${RANLIB} libsc_p.a + mv saveobj/* . + rmdir saveobj + ++libsc.so.${SOVER}: ${SCruntime} ${SSruntime} ${SAruntime} ++ rm -f libsc.so.${SOVER} ++ ${CC} -shared -Wl,-x -Wl,-assert -Wl,pure-text -Wl,-soname,$@ -o $@ \ ++ ${SCruntime} ${SSruntime} ${SAruntime} ++ + install-private: +- make "LIBDIR = ${DESTDIR}" "BINDIR = ${DESTDIR}" \ ++ ${MAKE} "LIBDIR = ${DESTDIR}" "BINDIR = ${DESTDIR}" \ + "OWNER = -o `whoami`" install + + install: +- -mkdir ${LIBDIR}/schemetoc +- cp libsc.a ${LIBDIR}/schemetoc/libsc.a +- ${RANLIB} ${LIBDIR}/schemetoc/libsc.a +- -cp libsc_p.a ${LIBDIR}/schemetoc/libsc_p.a +- -${RANLIB} ${LIBDIR}/schemetoc/libsc_p.a +- cp objects.h ${LIBDIR}/schemetoc +- cp options.h ${LIBDIR}/schemetoc +- cp predef.sc ${LIBDIR}/schemetoc +- cp sci ${BINDIR}/sci ++ ${BSD_INSTALL_DATA} libsc.a ${LIBDIR} ++ -${RANLIB} ${LIBDIR}/libsc.a ++ ${BSD_INSTALL_DATA} libsc_p.a ${LIBDIR} ++ -${RANLIB} ${LIBDIR}/libsc_p.a ++ ${BSD_INSTALL_DATA} objects.h ${LIBDIR}/schemetoc ++ ${BSD_INSTALL_DATA} options.h ${LIBDIR}/schemetoc ++ ${BSD_INSTALL_DATA} predef.sc ${LIBDIR}/schemetoc ++ ${BSD_INSTALL_PROGRAM} sci ${BINDIR} ++ ${BSD_INSTALL_DATA} libsc.so.${SOVER} ${LIBDIR} ++ ln -sf libsc.so.${SOVER} ${LIBDIR}/libsc.so + + clean: + rm -f ${Sruntime} ${Cruntime} ${Aruntime} sci.o embedded.o \ +@@ -124,8 +149,8 @@ + libsc.a ${Plib} sci ${destdir} + + all: +- make "CC = ${CC}" "CFLAGS = ${CFLAGS}" "SCC = ${SCC}" \ +- "SCCFLAGS = ${SCCFLAGS}" Xlibsc.a Xsci Xmv ${Plib} ++ ${MAKE} "CC = ${CC}" "CFLAGS = ${CFLAGS}" "SCC = ${SCC}" \ ++ "SCCFLAGS = ${SCCFLAGS}" Xlibsc.a Xsci Xmv ${Plib} libsc.so.${SOVER} + + srclinks: + for x in ${Cruntimec} ${Chfiles} ${Sruntimec} ${Sruntimesc} ${Smisc}; \ diff -urN /usr/ports/lang/schemetoc/patches/patch-ag lang/schemetoc/patches/patch-ag --- /usr/ports/lang/schemetoc/patches/patch-ag Thu Jan 1 09:00:00 1970 +++ lang/schemetoc/patches/patch-ag Thu Feb 3 20:47:09 2000 @@ -0,0 +1,53 @@ +--- scrt/options.h.orig Tue Feb 23 01:14:40 1993 ++++ scrt/options.h Wed Feb 2 22:22:22 2000 +@@ -71,6 +71,7 @@ + MC680X0 HP 9000/300, Sun 3, Next + MIPS DECstation, SGI, Sony News + VAX Vax ULTRIX ++ FREEBSD x86 FreeBSD + WIN16 Microsoft Windows 3.1 + */ + +@@ -80,6 +81,7 @@ + #define MC680X0 1 + #define MIPS 1 + #define VAX 1 ++#define FREEBSD 1 + #define WIN16 1 + + /* Attributes of the selected architecture: +@@ -369,6 +371,34 @@ + */ + + #define STACKPTR( x ) x = sc_processor_register( 14 ) ++#endif ++ ++/***************/ ++/* FREEBSD */ ++/***************/ ++ ++#ifdef FREEBSD ++#define IMPLEMENTATION_MACHINE "Generic PC" ++#define IMPLEMENTATION_CPU "Intelx86" ++#define IMPLEMENTATION_OS "FreeBSD" ++#undef IMPLEMENTATION_FS ++ ++typedef int S2CINT; /* Signed pointer size integer */ ++typedef unsigned S2CUINT; /* Unsigned pointer size interger */ ++ ++typedef int PAGELINK; /* 32-bit sc_pagelink values */ ++#define MAXS2CINT 0x7fffffff /* Maximum value of an S2CINT */ ++#define MSBS2CUINT 0x80000000 /* S2CUINT with 1 in the MSB */ ++ ++#define STACKPTR( x ) x = sc_processor_register( 0 ) ++ ++#include ++typedef jmp_buf sc_jmp_buf; ++ ++/* Horrid kludge. See callcc.c for the full story: */ ++#define LAZY_STACK_POP 1 ++#define LAZY_STACK_INCREMENT 4 ++ + #endif + + /***************/ diff -urN /usr/ports/lang/schemetoc/patches/patch-ah lang/schemetoc/patches/patch-ah --- /usr/ports/lang/schemetoc/patches/patch-ah Thu Jan 1 09:00:00 1970 +++ lang/schemetoc/patches/patch-ah Fri Feb 4 02:50:01 2000 @@ -0,0 +1,126 @@ +--- scsc/main.sc.orig Tue Feb 23 00:59:07 1993 ++++ scsc/main.sc Wed Feb 2 22:22:22 2000 +@@ -59,7 +59,9 @@ + readtext + transform)) + +-(define SCC-VERSION "15mar93jfb") ++(define scheme_dir "%%PREFIX%%/lib/schemetoc/") ++ ++(define SCC-VERSION "15mar93-FreeBSD") + ; Compiler version string. + + (define FORCE-LD-OF-REP read-eval-print) +@@ -69,23 +71,28 @@ + ;;; The following top-level variables define the implementation dependent + ;;; information: + +-(define PREDEF-DEFAULT "../scrt/predef.sc") ++(define PREDEF-DEFAULT (string-append scheme_dir "predef.sc")) ++ + ; File holding the declarations for predefined + ; functions. + + (define C-INCLUDE-FILE "objects.h") + ; #include file for the predefined functions. + +-(define C-INCLUDE-DIR "../scrt") ++(define C-INCLUDE-DIR scheme_dir) + ; directory containing #include file for + ; predefined functions. + +-(define SC-LIBRARY "../scrt/libsc.a") ++(define SC-LIBRARY (string-append scheme_dir "libsc.a")) + ; Scheme->C library file. + +-(define SC-LIBRARY_P "../scrt/libsc_p.a") ++(define SCXL-LIBRARY (string-append scheme_dir "scxl.a")) ++ ++(define SC-LIBRARY_P (string-append scheme_dir "libsc_p.a")) + ; Scheme->C profiled library file. + ++(define compile-static #f) ++ + ;;; When the compiler is invoked directly from the shell, the following + ;;; function is invoked to control compilation. It will interprete the flags, + ;;; invoke the compiler and then exit. Any compilation errors or Scheme errors +@@ -123,6 +130,8 @@ + ;;; + ;;; -Ot optimize C code by omitting type checks. + ;;; ++;;; -static compile static executable. ++;;; + ;;; -pg compile for gprof profiling. + ;;; + ;;; -LIBDIR directory +@@ -161,13 +170,9 @@ + (c-flags '()) + (sc-to-c.c "SC-TO-C.c") + (sc-to-c.o "SC-TO-C.o") +- (directory-separator +- (if (equal? (list-ref (implementation-information) 5) +- "Microsoft Windows 3.x") +- "\\" +- "/")) ++ (directory-separator "/") + (log '()) +- (cc "cc")) ++ (cc "gcc")) + + ;;; 1. Pick up the command line arguments. + +@@ -233,6 +238,9 @@ + (cons "(define-constant *type-check* #f)" + flags)) + (loop (cdr args))) ++ ((equal? arg "-static") ++ (set! compile-static #t) ++ (loop (cdr args))) + ((equal? arg "-Ob") + (set! flags + (cons "(define-constant *bounds-check* #f)" +@@ -295,20 +303,27 @@ + ;;; C compiler to do the rest. + + (unless (eq? 0 +- (system (apply string-append +- `(,cc " -I" ,c-include-dir +- ,@(map (lambda (x) +- (string-append " " x)) +- (append (reverse c-flags) +- (if (member "-pg" +- c-flags) +- `(,sc-library_p +- "-lm") +- `(,sc-library +- "-lm")))))))) ++ (system (apply string-append ++ `(,cc " -I" ,c-include-dir ++ ,@(map (lambda (x) ++ (string-append " " x)) ++ (append (reverse c-flags) ++ (if compile-static ++ (if (member "-pg" c-flags) ++ (list sc-library_p "-lm") ++ (if (member "-c" c-flags) ++ '() ++ (if (member "xlib" with-modules) ++ (list "-lm" sc-library scxl-library "-L%%X11BASE%%/lib -lX11") ++ (list "-lm" sc-library)))) ++ (if (member "-c" c-flags) ++ '() ++ (if (member "xlib" with-modules) ++ (list "-L%%X11BASE%%/lib -lm -lsc -lscxl -lX11") ++ (list "-lm -lsc")))))))))) + (reset)) + (catch-error +- (lambda () ++ (lambda () + (remove-file sc-to-c.c) + (remove-file sc-to-c.o))))) + +@@ -351,3 +366,4 @@ + root.c) + ;;; Pass argument to C. + (else arg)))) ++ diff -urN /usr/ports/lang/schemetoc/patches/patch-ai lang/schemetoc/patches/patch-ai --- /usr/ports/lang/schemetoc/patches/patch-ai Thu Jan 1 09:00:00 1970 +++ lang/schemetoc/patches/patch-ai Thu Feb 3 20:47:09 2000 @@ -0,0 +1,11 @@ +--- scsc/makefile.orig Sat Jan 30 08:17:02 1993 ++++ scsc/makefile Wed Feb 2 22:22:22 2000 +@@ -82,7 +82,7 @@ + done + echo '#! /bin/csh -f' > scc + echo `pwd`'/sccomp -scl ${SCL} -scmh ${SCMH} \ +- -cc ${CC} -LIBDIR ' `pwd`'/${RTDIR} $$argv' >> scc ++ -cc ${CC} -static -LIBDIR ' `pwd`'/${RTDIR} $$argv' >> scc + chmod +x scc + echo '#! /bin/csh -f' > Xscc + echo `pwd`'/Xsccomp -scl ${SCL} -scmh ${SCMH} \ diff -urN /usr/ports/lang/schemetoc/patches/patch-aj lang/schemetoc/patches/patch-aj --- /usr/ports/lang/schemetoc/patches/patch-aj Thu Jan 1 09:00:00 1970 +++ lang/schemetoc/patches/patch-aj Fri Feb 4 05:48:44 2000 @@ -0,0 +1,121 @@ +--- xlib/makefile.orig Tue Mar 2 02:24:36 1993 ++++ xlib/makefile Wed Feb 2 22:22:22 2000 +@@ -1,5 +1,7 @@ + .SUFFIXES: +-.SUFFIXES: .sc .cdecl .o .c ++.SUFFIXES: .sc .cdecl .o .c .so ++ ++SOVER = 1 + + CDECL = ../cdecl/cdecl + SIZEOF = ../cdecl/sizeof +@@ -58,6 +60,16 @@ + xvisualinfo.o xwindowattributes.o xwindowchanges.o xwmhints.o \ + xpixmapformatvalues.o xtextproperty.o + ++sxdo = depth.so screen.so visual.so xarc.so xchar2b.so xcharstruct.so \ ++ xclasshint.so xcomposestatus.so xcolor.so xlibCONSTANTS.so xevent.so \ ++ xfontprop.so xfontstruct.so xgcvalues.so xhostaddress.so xiconsize.so \ ++ ximage.so xkeyboardcontrol.so xkeyboardstate.so xmodifierkeymap.so \ ++ xpoint.so xrectangle.so xrmoptiondescrec.so xrmvalue.so xsegment.so \ ++ xsetwindowattributes.so xsizehints.so xstandardcolormap.so \ ++ xlibSTUBS.so xtextitem.so xtextitem16.so xtimecoord.so xlibTYPES.so \ ++ xvisualinfo.so xwindowattributes.so xwindowchanges.so xwmhints.so \ ++ xpixmapformatvalues.so xtextproperty.so ++ + xdpsc = xws2.sc xws3.sc xws4.sc xws5.sc xws6.sc xws7.sc \ + xws8.sc xws9.sc xws10.sc xwsr4.sc + +@@ -76,6 +88,10 @@ + xwso = xwss.o xws2.o xws3.o xws4.o xws5.o xws6.o xws7.o xws8.o xws9.o xws10.o \ + xlib.o xwsr4.o + ++sxwso = xwss.so xws2.so xws3.so xws4.so xws5.so xws6.so xws7.so xws8.so \ ++ xws9.so xws10.so xlib.so xwsr4.so ++ ++ + sizeof.cdecl: + ${SIZEOF} > sizeof.cdecl + +@@ -101,28 +117,52 @@ + .c.o: + ${SCC} -c ${XLIBCFLAGS} $*.c + ++.c.so: ++ ${CC} ${PICFLAGS} ${CFLAGS} -c ${XLIBCFLAGS} -I../scrt ${.IMPSRC} -o ${.TARGET} ++ + scixl: xlibTYPES.o ${xwssc} ${xwsc} ${xwso} + ${SCC} -o scixl -i -m xlib ${xwso} ${xdo} ${XLIB} +- +-scxl.a: xlibTYPES.o ${xwssc} ${xwsc} ${xwso} +- rm -f scxl.a +- ar q scxl.a ${xdo} ${xwso} +- ${RANLIB} scxl.a ++ ++libscxl.a: xlibTYPES.o ${xwssc} ${xwsc} ${xwso} ++ rm -f libscxl.a ++ mv -f xmodifierkeymap.o xmodifier.o ++ mv -f xstandardcolormap.o xstandard.o ++ mv -f xwindowattributes.o xwindowatt.o ++ mv -f xpixmapformatvalues.o xpixmap.o ++ ar q libscxl.a depth.o screen.o visual.o xarc.o xchar2b.o xcharstruct.o \ ++ xclasshint.o xcomposestatus.o xcolor.o xlibCONSTANTS.o xevent.o \ ++ xfontprop.o xfontstruct.o xgcvalues.o xhostaddress.o xiconsize.o \ ++ ximage.o xkeyboardcontrol.o xkeyboardstate.o xmodifier.o \ ++ xpoint.o xrectangle.o xrmoptiondescrec.o xrmvalue.o xsegment.o \ ++ xsetwindowattributes.o xsizehints.o xstandard.o \ ++ xlibSTUBS.o xtextitem.o xtextitem16.o xtimecoord.o xlibTYPES.o \ ++ xvisualinfo.o xwindowatt.o xwindowchanges.o xwmhints.o \ ++ xpixmap.o xtextproperty.o \ ++ xwss.o xws2.o xws3.o xws4.o xws5.o xws6.o xws7.o xws8.o \ ++ xws9.o xws10.o xlib.o xwsr4.o ++ ${RANLIB} libscxl.a ++ ++Xlibscxl.so.${SOVER}: xlibTYPES.so ${xwssc} ${xwsc} ${xwso} ${sxdo} ${sxwso} ++ rm -f libscxl.so.${SOVER} ++ ${CC} -shared -Wl,-x -Wl,-assert -Wl,pure-text -Wl,-soname,libscxl.so.${SOVER} -o libscxl.so.${SOVER} ${sxdo} ${sxwso} ++ ++libscxl.so.${SOVER}: ++ ${MAKE} Xlibscxl.so.${SOVER} + + clear: +- ${SCC} -o clear clear.sc scxl.a ${XLIB} ++ ${SCC} -o clear clear.sc libscxl.a ${XLIB} + + hello: +- ${SCC} -o hello hello.sc scxl.a ${XLIB} ++ ${SCC} -o hello hello.sc libscxl.a ${XLIB} + + puzzle: +- ${SCC} -o puzzle puzzle.sc scxl.a ${XLIB} ++ ${SCC} -o puzzle puzzle.sc libscxl.a ${XLIB} + + clean: + rm -f *.BAK *.CKP core + + noprogs: +- rm -f *.o scixl scxl.a hello puzzle clear ++ rm -f *.o scixl libscxl.a hello puzzle clear + + clean-cdecl: + rm -f ${xdsc} ${xdsch} ${xdc} ${xdpsc} ${xdpsch} ${xdpc} sizeof.cdecl +@@ -132,10 +172,17 @@ + puzzle.c npuzzle.c + + all: +- make scixl scxl.a ++ ${MAKE} scixl libscxl.a libscxl.so.${SOVER} ++ ++install: ++ ${BSD_INSTALL_DATA} libscxl.a ${LIBDIR} ++ -${RANLIB} ${LIBDIR}/libscxl.a ++ ${BSD_INSTALL_PROGRAM} scixl ${BINDIR} ++ ${BSD_INSTALL_DATA} libscxl.so.${SOVER} ${LIBDIR} ++ ln -sf libscxl.so.${SOVER} ${LIBDIR}/libscxl.so + + gensource: +- make ${xwssc} ${xwsc} ++ ${MAKE} ${xwssc} ${xwsc} + + srclinks: + for x in ${XD} ${XDP} ${XMISC}; \ diff -urN /usr/ports/lang/schemetoc/patches/patch-b lang/schemetoc/patches/patch-b --- /usr/ports/lang/schemetoc/patches/patch-b Tue Apr 25 12:11:36 1995 +++ lang/schemetoc/patches/patch-b Thu Jan 1 09:00:00 1970 @@ -1,166 +0,0 @@ -*** scrt/makefile.old Tue Feb 16 17:55:48 1993 ---- scrt/makefile Fri Dec 30 03:45:48 1994 -*************** -*** 5,11 **** - # - - .SUFFIXES: -! .SUFFIXES: .o .c .sc .s - - SCC = ../scsc/scc - SCCFLAGS = ---- 5,11 ---- - # - - .SUFFIXES: -! .SUFFIXES: .o .c .sc .s .so - - SCC = ../scsc/scc - SCCFLAGS = -*************** -*** 14,19 **** ---- 14,21 ---- - - Cruntime = scinit.o apply.o callcc.o cio.o heap.o objects.o mtraps.o - -+ SCruntime = scinit.so apply.so callcc.so cio.so heap.so objects.so mtraps.so -+ - Cruntimec = scinit.c apply.c callcc.c cio.c heap.c objects.c mtraps.c - - Chfiles = scinit.h apply.h callcc.h cio.h heap.h objects.h options.h -*************** -*** 22,27 **** ---- 24,34 ---- - scqquote.o screp.o \ - scrt1.o scrt2.o scrt3.o scrt4.o scrt5.o scrt6.o scrt7.o scrtuser.o - -+ SSruntime = scdebug.so sceval.so scexpand.so scexpnd1.so scexpnd2.so \ -+ scqquote.so screp.so \ -+ scrt1.so scrt2.so scrt3.so scrt4.so scrt5.so scrt6.so scrt7.so \ -+ scrtuser.so -+ - Sruntimec = scdebug.c sceval.c scexpand.c scexpnd1.c scexpnd2.c \ - scqquote.c screp.c \ - scrt1.c scrt2.c scrt3.c scrt4.c scrt5.c scrt6.c scrt7.c scrtuser.c -*************** -*** 43,59 **** - ${SCC} -C ${SCCFLAGS} $*.sc - - .c.o: -! ${CC} -c ${CFLAGS} -I. $*.c - - .s.o: - ${CC} -c $*.s - - sc-to-c: ${Sruntimec} sci.c - - c-to-o: ${Sruntimec} ${Sruntime} ${Cruntime} - - s-to-o: ${Aruntime} - - Xlibsc.a: ${Sruntimec} ${Sruntime} ${Cruntime} ${Aruntime} - rm -f Xlibsc.a - ar q Xlibsc.a ${Cruntime} ${Sruntime} ${Aruntime} ---- 50,76 ---- - ${SCC} -C ${SCCFLAGS} $*.sc - - .c.o: -! ${CC} ${CFLAGS} -c ${.IMPSRC} -I. -o ${.TARGET} -! -! .c.so: -! ${CC} ${PICFLAGS} ${CFLAGS} -c ${.IMPSRC} -I. -o ${.TARGET} - - .s.o: - ${CC} -c $*.s - -+ .s.so: -+ ${CPP} -E -DPIC ${CFLAGS:M-[ID]*} ${.IMPSRC} | \ -+ ${AS} -k -o ${.TARGET} -+ - sc-to-c: ${Sruntimec} sci.c - - c-to-o: ${Sruntimec} ${Sruntime} ${Cruntime} - - s-to-o: ${Aruntime} - -+ OBJS = ${Sruntime} ${Cruntime} ${Aruntime} -+ SHAREDOBJS = ${OBJS:.o=.so} -+ - Xlibsc.a: ${Sruntimec} ${Sruntime} ${Cruntime} ${Aruntime} - rm -f Xlibsc.a - ar q Xlibsc.a ${Cruntime} ${Sruntime} ${Aruntime} -*************** -*** 78,84 **** - - port: - make "CC = ${CC}" "CFLAGS = ${CFLAGS}" "SCC = echo" \ -! Xlibsc.a Xsci Xmv ${Plib} - - libsc_p.a: libsc.a - mkdir saveobj ---- 95,101 ---- - - port: - make "CC = ${CC}" "CFLAGS = ${CFLAGS}" "SCC = echo" \ -! Xlibsc.a Xsci Xmv ${Plib} libsc.so.1.0 - - libsc_p.a: libsc.a - mkdir saveobj -*************** -*** 91,102 **** - mv saveobj/* . - rmdir saveobj - - install-private: - make "LIBDIR = ${DESTDIR}" "BINDIR = ${DESTDIR}" \ - "OWNER = -o `whoami`" install - - install: -- -mkdir ${LIBDIR}/schemetoc - cp libsc.a ${LIBDIR}/schemetoc/libsc.a - ${RANLIB} ${LIBDIR}/schemetoc/libsc.a - -cp libsc_p.a ${LIBDIR}/schemetoc/libsc_p.a ---- 108,123 ---- - mv saveobj/* . - rmdir saveobj - -+ libsc.so.1.0: ${SCruntime} ${SSruntime} ${SAruntime} -+ rm -f libsc.so.1.0 -+ ld -Bshareable -Bforcearchive -o libsc.so.1.0 \ -+ ${SCruntime} ${SSruntime} ${SAruntime} -+ - install-private: - make "LIBDIR = ${DESTDIR}" "BINDIR = ${DESTDIR}" \ - "OWNER = -o `whoami`" install - - install: - cp libsc.a ${LIBDIR}/schemetoc/libsc.a - ${RANLIB} ${LIBDIR}/schemetoc/libsc.a - -cp libsc_p.a ${LIBDIR}/schemetoc/libsc_p.a -*************** -*** 105,110 **** ---- 126,132 ---- - cp options.h ${LIBDIR}/schemetoc - cp predef.sc ${LIBDIR}/schemetoc - cp sci ${BINDIR}/sci -+ cp libsc.so.1.0 ${LIBDIR} - - clean: - rm -f ${Sruntime} ${Cruntime} ${Aruntime} sci.o embedded.o \ -*************** -*** 125,131 **** - - all: - make "CC = ${CC}" "CFLAGS = ${CFLAGS}" "SCC = ${SCC}" \ -! "SCCFLAGS = ${SCCFLAGS}" Xlibsc.a Xsci Xmv ${Plib} - - srclinks: - for x in ${Cruntimec} ${Chfiles} ${Sruntimec} ${Sruntimesc} ${Smisc}; \ ---- 148,154 ---- - - all: - make "CC = ${CC}" "CFLAGS = ${CFLAGS}" "SCC = ${SCC}" \ -! "SCCFLAGS = ${SCCFLAGS}" Xlibsc.a Xsci Xmv ${Plib} libsc.so.1.0 - - srclinks: - for x in ${Cruntimec} ${Chfiles} ${Sruntimec} ${Sruntimesc} ${Smisc}; \ diff -urN /usr/ports/lang/schemetoc/patches/patch-c lang/schemetoc/patches/patch-c --- /usr/ports/lang/schemetoc/patches/patch-c Tue Apr 25 12:11:36 1995 +++ lang/schemetoc/patches/patch-c Thu Jan 1 09:00:00 1970 @@ -1,125 +0,0 @@ -*** xlib/makefile.orig Mon Mar 1 09:24:36 1993 ---- xlib/makefile Fri Dec 30 17:08:43 1994 -*************** -*** 1,5 **** - .SUFFIXES: -! .SUFFIXES: .sc .cdecl .o .c - - CDECL = ../cdecl/cdecl - SIZEOF = ../cdecl/sizeof ---- 1,5 ---- - .SUFFIXES: -! .SUFFIXES: .sc .cdecl .o .c .so - - CDECL = ../cdecl/cdecl - SIZEOF = ../cdecl/sizeof -*************** -*** 58,63 **** ---- 58,73 ---- - xvisualinfo.o xwindowattributes.o xwindowchanges.o xwmhints.o \ - xpixmapformatvalues.o xtextproperty.o - -+ sxdo = depth.so screen.so visual.so xarc.so xchar2b.so xcharstruct.so \ -+ xclasshint.so xcomposestatus.so xcolor.so xlibCONSTANTS.so xevent.so \ -+ xfontprop.so xfontstruct.so xgcvalues.so xhostaddress.so xiconsize.so \ -+ ximage.so xkeyboardcontrol.so xkeyboardstate.so xmodifierkeymap.so \ -+ xpoint.so xrectangle.so xrmoptiondescrec.so xrmvalue.so xsegment.so \ -+ xsetwindowattributes.so xsizehints.so xstandardcolormap.so \ -+ xlibSTUBS.so xtextitem.so xtextitem16.so xtimecoord.so xlibTYPES.so \ -+ xvisualinfo.so xwindowattributes.so xwindowchanges.so xwmhints.so \ -+ xpixmapformatvalues.so xtextproperty.so -+ - xdpsc = xws2.sc xws3.sc xws4.sc xws5.sc xws6.sc xws7.sc \ - xws8.sc xws9.sc xws10.sc xwsr4.sc - -*************** -*** 76,81 **** ---- 86,95 ---- - xwso = xwss.o xws2.o xws3.o xws4.o xws5.o xws6.o xws7.o xws8.o xws9.o xws10.o \ - xlib.o xwsr4.o - -+ sxwso = xwss.so xws2.so xws3.so xws4.so xws5.so xws6.so xws7.so xws8.so \ -+ xws9.so xws10.so xlib.so xwsr4.so -+ -+ - sizeof.cdecl: - ${SIZEOF} > sizeof.cdecl - -*************** -*** 101,114 **** - .c.o: - ${SCC} -c ${XLIBCFLAGS} $*.c - - scixl: xlibTYPES.o ${xwssc} ${xwsc} ${xwso} - ${SCC} -o scixl -i -m xlib ${xwso} ${xdo} ${XLIB} - - scxl.a: xlibTYPES.o ${xwssc} ${xwsc} ${xwso} - rm -f scxl.a -! ar q scxl.a ${xdo} ${xwso} - ${RANLIB} scxl.a - - clear: - ${SCC} -o clear clear.sc scxl.a ${XLIB} - ---- 115,152 ---- - .c.o: - ${SCC} -c ${XLIBCFLAGS} $*.c - -+ .c.so: -+ ${CC} ${PICFLAGS} ${CFLAGS} -c ${XLIBCFLAGS} -I../scrt ${.IMPSRC} -o ${.TARGET} -+ - scixl: xlibTYPES.o ${xwssc} ${xwsc} ${xwso} - ${SCC} -o scixl -i -m xlib ${xwso} ${xdo} ${XLIB} - - scxl.a: xlibTYPES.o ${xwssc} ${xwsc} ${xwso} - rm -f scxl.a -! mv -f xmodifierkeymap.o xmodifier.o -! mv -f xstandardcolormap.o xstandard.o -! mv -f xwindowattributes.o xwindowatt.o -! mv -f xpixmapformatvalues.o xpixmap.o -! ar q scxl.a depth.o screen.o visual.o xarc.o xchar2b.o xcharstruct.o \ -! xclasshint.o xcomposestatus.o xcolor.o xlibCONSTANTS.o xevent.o \ -! xfontprop.o xfontstruct.o xgcvalues.o xhostaddress.o xiconsize.o \ -! ximage.o xkeyboardcontrol.o xkeyboardstate.o xmodifier.o \ -! xpoint.o xrectangle.o xrmoptiondescrec.o xrmvalue.o xsegment.o \ -! xsetwindowattributes.o xsizehints.o xstandard.o \ -! xlibSTUBS.o xtextitem.o xtextitem16.o xtimecoord.o xlibTYPES.o \ -! xvisualinfo.o xwindowatt.o xwindowchanges.o xwmhints.o \ -! xpixmap.o xtextproperty.o \ -! xwss.o xws2.o xws3.o xws4.o xws5.o xws6.o xws7.o xws8.o \ -! xws9.o xws10.o xlib.o xwsr4.o - ${RANLIB} scxl.a - -+ Xlibscxl.so.1.0: xlibTYPES.so ${xwssc} ${xwsc} ${xwso} ${sxdo} ${sxwso} -+ rm -f libscxl.so.1.0 -+ ld -Bshareable -Bforcearchive -o libscxl.so.1.0 ${sxdo} ${sxwso} -+ -+ libscxl.so.1.0: -+ make Xlibscxl.so.1.0 -+ - clear: - ${SCC} -o clear clear.sc scxl.a ${XLIB} - -*************** -*** 132,138 **** - puzzle.c npuzzle.c - - all: -! make scixl scxl.a - - gensource: - make ${xwssc} ${xwsc} ---- 170,182 ---- - puzzle.c npuzzle.c - - all: -! make scixl scxl.a libscxl.so.1.0 -! -! install: -! cp scxl.a ${LIBDIR}/schemetoc/scxl.a -! ${RANLIB} ${LIBDIR}/schemetoc/scxl.a -! cp scixl ${BINDIR}/scixl -! cp libscxl.so.1.0 ${LIBDIR} - - gensource: - make ${xwssc} ${xwsc} diff -urN /usr/ports/lang/schemetoc/patches/patch-d lang/schemetoc/patches/patch-d --- /usr/ports/lang/schemetoc/patches/patch-d Fri Mar 31 06:36:36 1995 +++ lang/schemetoc/patches/patch-d Thu Jan 1 09:00:00 1970 @@ -1,180 +0,0 @@ -*** scsc/main.sc.orig Mon Feb 22 07:59:07 1993 ---- scsc/main.sc Mon Jan 9 11:00:59 1995 -*************** -*** 59,65 **** - readtext - transform)) - -! (define SCC-VERSION "15mar93jfb") - ; Compiler version string. - - (define FORCE-LD-OF-REP read-eval-print) ---- 59,67 ---- - readtext - transform)) - -! (define scheme_dir "/usr/local/lib/schemetoc/") -! -! (define SCC-VERSION "15mar93-FreeBSD") - ; Compiler version string. - - (define FORCE-LD-OF-REP read-eval-print) -*************** -*** 69,91 **** - ;;; The following top-level variables define the implementation dependent - ;;; information: - -! (define PREDEF-DEFAULT "../scrt/predef.sc") - ; File holding the declarations for predefined - ; functions. - - (define C-INCLUDE-FILE "objects.h") - ; #include file for the predefined functions. - -! (define C-INCLUDE-DIR "../scrt") - ; directory containing #include file for - ; predefined functions. - -! (define SC-LIBRARY "../scrt/libsc.a") - ; Scheme->C library file. - -! (define SC-LIBRARY_P "../scrt/libsc_p.a") - ; Scheme->C profiled library file. - - ;;; When the compiler is invoked directly from the shell, the following - ;;; function is invoked to control compilation. It will interprete the flags, - ;;; invoke the compiler and then exit. Any compilation errors or Scheme errors ---- 71,98 ---- - ;;; The following top-level variables define the implementation dependent - ;;; information: - -! (define PREDEF-DEFAULT (string-append scheme_dir "predef.sc")) -! - ; File holding the declarations for predefined - ; functions. - - (define C-INCLUDE-FILE "objects.h") - ; #include file for the predefined functions. - -! (define C-INCLUDE-DIR scheme_dir) - ; directory containing #include file for - ; predefined functions. - -! (define SC-LIBRARY (string-append scheme_dir "libsc.a")) - ; Scheme->C library file. - -! (define SCXL-LIBRARY (string-append scheme_dir "scxl.a")) -! -! (define SC-LIBRARY_P (string-append scheme_dir "libsc_p.a")) - ; Scheme->C profiled library file. - -+ (define compile-static #f) -+ - ;;; When the compiler is invoked directly from the shell, the following - ;;; function is invoked to control compilation. It will interprete the flags, - ;;; invoke the compiler and then exit. Any compilation errors or Scheme errors -*************** -*** 123,128 **** ---- 130,137 ---- - ;;; - ;;; -Ot optimize C code by omitting type checks. - ;;; -+ ;;; -static compile static executable. -+ ;;; - ;;; -pg compile for gprof profiling. - ;;; - ;;; -LIBDIR directory -*************** -*** 161,173 **** - (c-flags '()) - (sc-to-c.c "SC-TO-C.c") - (sc-to-c.o "SC-TO-C.o") -! (directory-separator -! (if (equal? (list-ref (implementation-information) 5) -! "Microsoft Windows 3.x") -! "\\" -! "/")) - (log '()) -! (cc "cc")) - - ;;; 1. Pick up the command line arguments. - ---- 170,178 ---- - (c-flags '()) - (sc-to-c.c "SC-TO-C.c") - (sc-to-c.o "SC-TO-C.o") -! (directory-separator "/") - (log '()) -! (cc "gcc")) - - ;;; 1. Pick up the command line arguments. - -*************** -*** 233,238 **** ---- 238,246 ---- - (cons "(define-constant *type-check* #f)" - flags)) - (loop (cdr args))) -+ ((equal? arg "-static") -+ (set! compile-static #t) -+ (loop (cdr args))) - ((equal? arg "-Ob") - (set! flags - (cons "(define-constant *bounds-check* #f)" -*************** -*** 295,314 **** - ;;; C compiler to do the rest. - - (unless (eq? 0 -! (system (apply string-append -! `(,cc " -I" ,c-include-dir -! ,@(map (lambda (x) -! (string-append " " x)) -! (append (reverse c-flags) -! (if (member "-pg" -! c-flags) -! `(,sc-library_p -! "-lm") -! `(,sc-library -! "-lm")))))))) - (reset)) - (catch-error -! (lambda () - (remove-file sc-to-c.c) - (remove-file sc-to-c.o))))) - ---- 303,329 ---- - ;;; C compiler to do the rest. - - (unless (eq? 0 -! (system (apply string-append -! `(,cc " -I" ,c-include-dir -! ,@(map (lambda (x) -! (string-append " " x)) -! (append (reverse c-flags) -! (if compile-static -! (if (member "-pg" c-flags) -! (list sc-library_p "-lm") -! (if (member "-c" c-flags) -! '() -! (if (member "xlib" with-modules) -! (list "-lm" sc-library scxl-library "-L/usr/X11R6/lib -lX11") -! (list "-lm" sc-library)))) -! (if (member "-c" c-flags) -! '() -! (if (member "xlib" with-modules) -! (list "-L/usr/X11R6/lib -lm -lsc -lscxl -lX11") -! (list "-lm -lsc")))))))))) - (reset)) - (catch-error -! (lambda () - (remove-file sc-to-c.c) - (remove-file sc-to-c.o))))) - -*************** -*** 351,353 **** ---- 366,369 ---- - root.c) - ;;; Pass argument to C. - (else arg)))) -+ diff -urN /usr/ports/lang/schemetoc/patches/patch-e lang/schemetoc/patches/patch-e --- /usr/ports/lang/schemetoc/patches/patch-e Sat Dec 31 12:48:24 1994 +++ lang/schemetoc/patches/patch-e Thu Jan 1 09:00:00 1970 @@ -1,16 +0,0 @@ -*** doc/scc.l.orig Mon Jan 11 17:43:14 1993 ---- doc/scc.l Fri Dec 30 07:48:15 1994 -*************** -*** 66,71 **** ---- 66,76 ---- - .B -Ot - Optimize code by omitting type error checks. - .TP 18 -+ .B -static -+ Use static linking instead of shared libraries. This will result in an executable -+ which is about 300k larger than the dynamic executable. For xlib programs the -+ executable will be about 1400k larger. -+ .TP 18 - .B -pg - Produce profiled code for run-time measurement using - .I gprof(1). diff -urN /usr/ports/lang/schemetoc/patches/patch-f lang/schemetoc/patches/patch-f --- /usr/ports/lang/schemetoc/patches/patch-f Sat Dec 31 12:48:26 1994 +++ lang/schemetoc/patches/patch-f Thu Jan 1 09:00:00 1970 @@ -1,19 +0,0 @@ -*** scsc/makefile.old Fri Dec 30 15:05:31 1994 ---- scsc/makefile Fri Dec 30 15:06:23 1994 -*************** -*** 82,88 **** - done - echo '#! /bin/csh -f' > scc - echo `pwd`'/sccomp -scl ${SCL} -scmh ${SCMH} \ -! -cc ${CC} -LIBDIR ' `pwd`'/${RTDIR} $$argv' >> scc - chmod +x scc - echo '#! /bin/csh -f' > Xscc - echo `pwd`'/Xsccomp -scl ${SCL} -scmh ${SCMH} \ ---- 82,88 ---- - done - echo '#! /bin/csh -f' > scc - echo `pwd`'/sccomp -scl ${SCL} -scmh ${SCMH} \ -! -cc ${CC} -static -LIBDIR ' `pwd`'/${RTDIR} $$argv' >> scc - chmod +x scc - echo '#! /bin/csh -f' > Xscc - echo `pwd`'/Xsccomp -scl ${SCL} -scmh ${SCMH} \ diff -urN /usr/ports/lang/schemetoc/patches/patch-h lang/schemetoc/patches/patch-h --- /usr/ports/lang/schemetoc/patches/patch-h Mon Feb 13 02:38:34 1995 +++ lang/schemetoc/patches/patch-h Thu Jan 1 09:00:00 1970 @@ -1,38 +0,0 @@ -*** scrt/makefile.ORIG Sun Feb 12 17:39:29 1995 ---- scrt/makefile Sun Feb 12 17:40:17 1995 -*************** -*** 124,130 **** - Xmv: Xsci Xlibsc.a - mv Xsci sci - mv Xlibsc.a libsc.a -! - port: - make "CC = ${CC}" "CFLAGS = ${CFLAGS}" "SCC = echo" \ - Xlibsc.a Xsci Xmv ${Plib} libsc.so.1.0 ---- 124,130 ---- - Xmv: Xsci Xlibsc.a - mv Xsci sci - mv Xlibsc.a libsc.a -! - port: - make "CC = ${CC}" "CFLAGS = ${CFLAGS}" "SCC = echo" \ - Xlibsc.a Xsci Xmv ${Plib} libsc.so.1.0 -*** xlib/makefile.ORIG Sun Feb 12 17:42:51 1995 ---- xlib/makefile Sun Feb 12 17:43:58 1995 -*************** -*** 152,158 **** - - scixl: xlibTYPES.o ${xwssc} ${xwsc} ${xwso} - ${SCC} -o scixl -i -m xlib ${xwso} ${xdo} ${XLIB} -! - scxl.a: xlibTYPES.o ${xwssc} ${xwsc} ${xwso} - rm -f scxl.a - mv -f xmodifierkeymap.o xmodifier.o ---- 152,158 ---- - - scixl: xlibTYPES.o ${xwssc} ${xwsc} ${xwso} - ${SCC} -o scixl -i -m xlib ${xwso} ${xdo} ${XLIB} -! - scxl.a: xlibTYPES.o ${xwssc} ${xwsc} ${xwso} - rm -f scxl.a - mv -f xmodifierkeymap.o xmodifier.o diff -urN /usr/ports/lang/schemetoc/pkg/PLIST lang/schemetoc/pkg/PLIST --- /usr/ports/lang/schemetoc/pkg/PLIST Wed May 6 07:19:10 1998 +++ lang/schemetoc/pkg/PLIST Fri Feb 4 05:50:04 2000 @@ -2,13 +2,26 @@ bin/scc bin/sccomp bin/scixl -man/man1/sci.1.gz -man/man1/scc.1.gz -lib/schemetoc -lib/libsc.so.1.0 -lib/libscxl.so.1.0 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R -@exec /usr/bin/ranlib %D/lib/schemetoc/libsc.a -@exec /usr/bin/ranlib %D/lib/schemetoc/libsc_p.a -@exec /usr/bin/ranlib %D/lib/schemetoc/scxl.a +lib/libsc.a +lib/libsc_p.a +lib/libsc.so +lib/libsc.so.1 +lib/libscxl.a +lib/libscxl.so +lib/libscxl.so.1 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R +lib/schemetoc/doc/README.FreeBSD +lib/schemetoc/doc/embedded.psf +lib/schemetoc/doc/hello.sc +lib/schemetoc/doc/index.psf +lib/schemetoc/doc/intro.psf +lib/schemetoc/doc/puzzle.sc +lib/schemetoc/doc/r4rs.psf +lib/schemetoc/doc/smithnotes.psf +lib/schemetoc/doc/test.sc +lib/schemetoc/objects.h +lib/schemetoc/options.h +lib/schemetoc/predef.sc +@dirrm lib/schemetoc/doc +@dirrm lib/schemetoc diff -urN /usr/ports/lang/schemetoc/scripts/pre-configure lang/schemetoc/scripts/pre-configure --- /usr/ports/lang/schemetoc/scripts/pre-configure Mon Jan 30 18:39:09 1995 +++ lang/schemetoc/scripts/pre-configure Thu Jan 1 09:00:00 1970 @@ -1,12 +0,0 @@ -#!/bin/sh -# - -cp $FILESDIR/Makefile $WRKDIR -mkdir -p $WRKDIR/ports/FREEBSD -cp $FILESDIR/makefile-head $WRKDIR/ports/FREEBSD -cp $FILESDIR/options-server.h $WRKDIR/ports/FREEBSD -cp $FILESDIR/options.h $WRKDIR/ports/FREEBSD -cp $FILESDIR/x86.s $WRKDIR/ports/FREEBSD -mv $WRKDIR/scsc/main.c $WRKDIR/scsc/main.c.orig -cp $FILESDIR/main.c $WRKDIR/scsc/main.c -cp $FILESDIR/README.FreeBSD $WRKDIR -- KATO Tsuguru / tkato@prontomail.ne.jp Sent by Japanese ProntoMail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 7: 2:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 6406537BB5C for ; Tue, 29 Feb 2000 07:02:16 -0800 (PST) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12PoA6-000ONH-00 for ports@FreeBSD.org; Tue, 29 Feb 2000 17:02:10 +0200 From: Sheldon Hearn To: ports@FreeBSD.org Subject: Making a port yourself buggers info.dir Date: Tue, 29 Feb 2000 17:02:09 +0200 Message-ID: <93698.951836529@axl.ops.uunet.co.za> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi folks, I think I've found the source of the problem where ports include info.dir in their PLIST. I followed the Handbook's "Automated package list creation" instructions in the "Making a port yourself" section, for near-automatic creation of a PLIST during my recent update to the freeciv port. However, I noticed that the generated PLIST included info.dir. I'd advise an explicit warning about this in the Handbook. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 7: 5:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (Postfix) with ESMTP id 0CED237BAFE; Tue, 29 Feb 2000 07:05:30 -0800 (PST) (envelope-from kwc@world.std.com) Received: from world.std.com (root@world-f.std.com [199.172.62.5]) by europe.std.com (8.9.3/8.9.3) with ESMTP id KAA16561; Tue, 29 Feb 2000 10:05:21 -0500 (EST) Received: (from kwc@localhost) by world.std.com (8.9.3/8.9.3) id KAA27702; Tue, 29 Feb 2000 10:03:25 -0500 (EST) Date: Tue, 29 Feb 2000 10:03:25 -0500 (EST) From: Kenneth W Cochran Message-Id: <200002291503.KAA27702@world.std.com> To: freebsd-ports@freebsd.org, chuckr@freebsd.org Subject: Trouble installing xpdf port in 3.4-stable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi... I'm having trouble building & installing xpdf on FreeBSD 3.4-stable, as of 2000/02/28, installed from 3.4-release CDs (& cvsup'ed every week or two since). I've never updated ports. Xpdf does not exist on the CDs, but there is no notation of this. I tried the make while online, so it could download things & it stopped in config. So I tried the make again, this time using "make >& make.log" and am attaching that log. IIRC I had the same problem with the "fresh" 3.4-release CD install (no distfile). Ideas? Thanks, -kc ---------- begin inluded text ---------- ===> Extracting for xpdf-0.90 >> Checksum OK for xpdf-0.90.tgz. >> Checksum OK for xpdf-0.90-fefe-diff.gz. ===> xpdf-0.90 depends on executable: autoconf - found ===> xpdf-0.90 depends on shared library: Xpm.4 - found ===> xpdf-0.90 depends on shared library: t1.9 - not found ===> Verifying install for t1.9 in /usr/ports/devel/t1lib ===> Configuring for t1lib-0.9.2 loading cache ./config.cache checking whether make sets ${MAKE}... yes checking for gcc... cc checking whether the C compiler (cc -O -pipe ) works... yes checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for Athena... libraries in default path, headers in default path checking host system type... i386--freebsd3.4 checking for ranlib... ranlib checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking for object suffix... o checking for executable suffix... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions ... no checking if cc static flag -static works... -static checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/libexec/elf/ld option to reload object files... -r checking dynamic linker characteristics... freebsd3.4 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether char is unsigned... no checking size of char... 1 checking size of short... 2 checking size of int... 4 checking size of long... 4 checking size of long long... 8 checking size of float... 4 checking size of double... 8 checking size of long double... 12 checking size of void *... 4 checking for gcc strength-reduce bug... no checking whether external symbols need an underscore prefix... ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:665: checking whether make sets ${MAKE} configure:694: checking for gcc configure:807: checking whether the C compiler (cc -O -pipe ) works configure:823: cc -o conftest -O -pipe conftest.c 1>&5 configure:849: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:854: checking whether we are using GNU C configure:863: cc -E conftest.c configure:882: checking whether cc accepts -g configure:914: checking how to run the C preprocessor configure:935: cc -E conftest.c >/dev/null 2>conftest.out configure:998: checking for X configure:1312: checking for dnet_ntoa in -ldnet configure:1331: cc -o conftest -O -pipe conftest.c -ldnet 1>&5 /usr/libexec/elf/ld: cannot open -ldnet: No such file or directory configure: failed program was: #line 1320 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:1353: checking for dnet_ntoa in -ldnet_stub configure:1372: cc -o conftest -O -pipe conftest.c -ldnet_stub 1>&5 /usr/libexec/elf/ld: cannot open -ldnet_stub: No such file or directory configure: failed program was: #line 1361 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:1401: checking for gethostbyname configure:1429: cc -o conftest -O -pipe conftest.c 1>&5 configure:1499: checking for connect configure:1527: cc -o conftest -O -pipe conftest.c 1>&5 configure:1591: checking for remove configure:1619: cc -o conftest -O -pipe conftest.c 1>&5 configure:1683: checking for shmat configure:1711: cc -o conftest -O -pipe conftest.c 1>&5 configure:1784: checking for IceConnectionNumber in -lICE configure:1803: cc -o conftest -O -pipe -L/usr/X11R6/lib conftest.c -lICE 1>&5 configure:1855: checking for Athena configure:1886: cc -c -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:1960: cc -o conftest -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lSM -lICE -lXaw -lXmu -lXext -lXt -lX11 1>&5 configure:2087: checking host system type configure:2110: checking for ranlib configure:2150: checking for ld used by GCC configure:2207: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.9.1 (with BFD 2.9.1) configure:2223: checking for BSD-compatible nm configure:2260: checking whether ln -s works configure:2338: checking for a BSD compatible install configure:2393: checking whether char is unsigned configure:2456: checking size of char configure:2475: cc -o conftest -O -pipe conftest.c 1>&5 configure:2495: checking size of short configure:2514: cc -o conftest -O -pipe conftest.c 1>&5 configure:2534: checking size of int configure:2553: cc -o conftest -O -pipe conftest.c 1>&5 configure:2573: checking size of long configure:2592: cc -o conftest -O -pipe conftest.c 1>&5 configure:2612: checking size of long long configure:2631: cc -o conftest -O -pipe conftest.c 1>&5 configure:2651: checking size of float configure:2670: cc -o conftest -O -pipe conftest.c 1>&5 configure:2690: checking size of double configure:2709: cc -o conftest -O -pipe conftest.c 1>&5 configure:2729: checking size of long double configure:2748: cc -o conftest -O -pipe conftest.c 1>&5 configure:2768: checking size of void * configure:2787: cc -o conftest -O -pipe conftest.c 1>&5 configure:2812: checking for gcc strength-reduce bug configure:2831: cc -o conftest -O -pipe conftest.c 1>&5 configure:2854: checking whether external symbols need an underscore prefix configure:2873: cc -o conftest -O -pipe conftest.c conftest_asm.s 1>&5 (end of "config.log") To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 10: 0: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A77437BCB8 for ; Tue, 29 Feb 2000 10:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA58279; Tue, 29 Feb 2000 10:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 29 Feb 2000 10:00:04 -0800 (PST) Message-Id: <200002291800.KAA58279@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mark Ovens Subject: Re: ports/17066: audio/xmms chewing CPU (and skipping too) Reply-To: Mark Ovens Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17066; it has been noted by GNATS. From: Mark Ovens To: Juergen Lock Cc: FreeBSD-gnats-submit@freebsd.org, esk@ira.uka.de Subject: Re: ports/17066: audio/xmms chewing CPU (and skipping too) Date: Tue, 29 Feb 2000 17:55:54 +0000 On Tue, Feb 29, 2000 at 06:34:42AM +0100, Juergen Lock wrote: > > >Number: 17066 > >Category: ports > >Synopsis: audio/xmms chewing CPU (and skipping too) > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Mon Feb 28 21:50:00 PST 2000 > >Closed-Date: > >Last-Modified: > >Originator: Juergen Lock > >Release: FreeBSD 3.4-STABLE i386 > >Organization: > me? organized?? > >Environment: > > gettext-0.10.35, glib-1.2.7, gtk-1.2.7, libxml-1.8.6 > > >Description: > > Even when playing a .wav (so nothing to decompress...) > xmms chews up all cpu cycles it can get, even hitting > pause doesn't change that... and it also doesn't seem > to do any buffering at all, it keeps skipping (even when > playing just a .wav) in situations where e.g. bplay_gramo > didn't skip _once_. > > It looks like a really nice program but these two things make > it so much less useful than it could be... :( > > And right now as i type this it just died like this: > > Fatal error 'Cannot set scheduling timer' at line ? in file /dnes4/usr/w/usr/home5/cvs/src31/src/lib/libc_r/uthread/uthread_kern.c (errno = ?) > > Oh and it could also stat() at least .wav files to get the > length instead of trusting the header for that because > thats not always right... > > >How-To-Repeat: > > just start it and look at `top'. and then listen to it > when the system is loaded... > > >Fix: > > i with i knew. (well other than running it on a spare box > thats always idle enough, if you have one...) > Have you tried applying the patch in kern/16709? That fixed a whole load of speed related stuff for me (that only appeared in 1.0.1, 0.9.5 was fine). > >Release-Note: > >Audit-Trail: > >Unformatted: > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Microsoft: Where do you want to go today? Linux: Where do you want to go tomorrow? BSD: Are you guys coming, or what? -Poster at LinuxWorld 2000 ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 10:19:29 2000 Delivered-To: freebsd-ports@freebsd.org Received: from argon.blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id 999F637BC9D for ; Tue, 29 Feb 2000 10:19:16 -0800 (PST) (envelope-from will@blackdawn.com) Received: by argon.blackdawn.com (Postfix, from userid 1000) id BC0C6199B; Tue, 29 Feb 2000 10:07:25 -0500 (EST) Date: Tue, 29 Feb 2000 10:07:25 -0500 From: Will Andrews To: Christian Weisgerber Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/17054: New port: games/tetris - from OpenBSD Message-ID: <20000229100725.D412@argon.blackdawn.com> References: <200002282340.PAA78141@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200002282340.PAA78141@freefall.freebsd.org>; from naddy@mips.rhein-neckar.de on Mon, Feb 28, 2000 at 03:40:03PM -0800 X-Operating-System: FreeBSD 4.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 28, 2000 at 03:40:03PM -0800, Christian Weisgerber wrote: > Well, it seems to be customary to move such distfiles into a > committer's home directory. If not, then I could put it under my > homepage as well. Actually, I store some distfiles on my homepage once in awhile. There is no such custom that you speak of; some people who are now committers used to store their distfiles on their own sites. It's easier to just add the distfiles to their homepages if it will get a commit done quicker. > "make makesrctarball" will fetch the source by cvs and tar it up. Ok. I'll post the URL later. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 10:40:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 639A537BC97 for ; Tue, 29 Feb 2000 10:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA62437; Tue, 29 Feb 2000 10:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9FD537BC61 for ; Tue, 29 Feb 2000 10:33:51 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA61605; Tue, 29 Feb 2000 10:33:51 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002291833.KAA61605@freefall.freebsd.org> Date: Tue, 29 Feb 2000 10:33:51 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17076: Update port: graphics/imlib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17076 >Category: ports >Synopsis: Update port: graphics/imlib >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 29 10:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix pkg/PLIST >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/imlib/pkg/PLIST graphics/imlib/pkg/PLIST --- /usr/ports/graphics/imlib/pkg/PLIST Sun Jan 16 20:19:18 2000 +++ graphics/imlib/pkg/PLIST Tue Feb 29 17:13:21 22:11:42 2000 @@ -11,28 +11,18 @@ include/gdk_imlib_private.h include/gdk_imlib_types.h lib/libImlib.a -lib/libImlib.la lib/libImlib.so lib/libImlib.so.5 lib/libgdk_imlib.a -lib/libgdk_imlib.la lib/libgdk_imlib.so lib/libgdk_imlib.so.5 -lib/libimlib-bmp.la lib/libimlib-bmp.so -lib/libimlib-gif.la lib/libimlib-gif.so -lib/libimlib-jpeg.la lib/libimlib-jpeg.so -lib/libimlib-png.la lib/libimlib-png.so -lib/libimlib-ppm.la lib/libimlib-ppm.so -lib/libimlib-ps.la lib/libimlib-ps.so -lib/libimlib-tiff.la lib/libimlib-tiff.so -lib/libimlib-xpm.la lib/libimlib-xpm.so @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 10:40:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5FD037BC6C for ; Tue, 29 Feb 2000 10:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA62428; Tue, 29 Feb 2000 10:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16C6D37BCC6 for ; Tue, 29 Feb 2000 10:32:15 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA61349; Tue, 29 Feb 2000 10:32:15 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002291832.KAA61349@freefall.freebsd.org> Date: Tue, 29 Feb 2000 10:32:15 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17075: Update port: lang/mit-scheme to 7.5.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17075 >Category: ports >Synopsis: Update port: lang/mit-scheme to 7.5.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 29 10:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 7.5.2 - Add WWW: line into pkg/DESCR Remove file: files/install.sh patches/patch-a scripts/pre-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/lang/mit-scheme/Makefile lang/mit-scheme/Makefile --- /usr/ports/lang/mit-scheme/Makefile Tue Aug 31 19:15:46 1999 +++ lang/mit-scheme/Makefile Wed Mar 1 03:21:46 2000 @@ -1,21 +1,30 @@ -# New ports collection makefile for: MIT-Scheme -# Version required: 7.3 -# Date created: Mar 26 1995 -# Whom: jmacd@FreeBSD.org +# New ports collection makefile for: MIT-Scheme +# Version required: 7.5.2 +# Date created: Mar 26 1995 +# Whom: jmacd@FreeBSD.org # # $FreeBSD: ports/lang/mit-scheme/Makefile,v 1.14 1999/08/31 06:46:51 mharo Exp $ # -DISTNAME= mit-scheme -PKGNAME= mit-scheme-7.3 +DISTNAME= scheme-7.5.2-ix86-freebsd +PKGNAME= mit-scheme-7.5.3 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_LOCAL} -DISTFILES= scheme-microcode+dist-7.3-freebsd.tgz +MASTER_SITES= ftp://ftp.swiss.ai.mit.edu/pub/scheme-7.5/ MAINTAINER= jmacd@FreeBSD.org -BROKEN_ELF= yes +ONLY_FOR_ARCH= i386 USE_XLIB= yes +NO_BUILD= yes +NO_WRKSUBDIR= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/bin/scheme ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/bcscheme ${PREFIX}/bin + @${CP} -R ${WRKSRC}/lib/mit-scheme ${PREFIX}/lib + @${CHMOD} -R ${SHAREMODE} ${PREFIX}/lib/mit-scheme + @find ${PREFIX}/lib/mit-scheme -type f -exec \ + ${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/mit-scheme .include diff -urN /usr/ports/lang/mit-scheme/files/install.sh lang/mit-scheme/files/install.sh --- /usr/ports/lang/mit-scheme/files/install.sh Sun Mar 26 12:31:03 1995 +++ lang/mit-scheme/files/install.sh Thu Jan 1 09:00:00 1970 @@ -1,113 +0,0 @@ -#!/bin/sh - -# This variable is the program used to install files and directories. -# Normally it is "cp -pr", but it could also be "mv". -install="cp -rp" - -# This variable is the program used to create symbolic links. If your -# operating system doesn't support symbolic links, you might want to -# change this to "ln" or "cp -p". -link="ln -s" - -# This variable specifies the directory that will contain the Scheme -# executable programs. -bindir=$1/bin - -# This variable specifies the directory that will contain the -# auxiliary files required by Scheme: -libdir="$1/lib/mit-scheme" - -# This variable says whether or not to delete the files "compdel.com" -# and "eddel.com" after they have been used to create the -# "compiler.com" and "edwin.com" files. If you want to keep these -# files, comment out this definition. -deletedeltas="yes" - -# This variable specifies the directory where GNU Emacs "Info" files -# are stored. If you don't have such a directory, comment out this -# line. -#infodir=$1/info - -# This variable specifies where the GNU Emacs "xscheme.el" program -# should be installed. This program is used to run Scheme as a -# subprocess under GNU Emacs. An older version of this program is -# distributed with GNU Emacs, but you should always use the version -# distributed with Scheme. If you don't need this program, comment -# out this line. -#emacslisp="/usr/local/lib/emacs/lisp" - -# This variable specifies where the GNU Emacs "movemail" program can -# be found. This program is used by Edwin for the same purpose, -# namely to fetch mail from the user's mailbox when running RMAIL. If -# you don't have this program, comment out this line. -#movemail="/usr/local/lib/emacs/etc/movemail" - -mkdir -p ${libdir} - -if [ -f "${libdir}/edwin.com" ] -then - rm -f ${libdir}/edwin.com -fi -if [ -f "${libdir}/compiler.com" ] -then - rm -f ${libdir}/compiler.com -fi - -${install} lib/* ${libdir} - -if [ "${libdir}" = "/usr/local/lib/mit-scheme" ] -then - ${install} bin/* ${bindir} -else - (cd bin - for i in * - do - if [ "${i}" = "scheme" -o "${i}" = "bchscheme" ] - then - ${install} ${i} ${libdir} - file="${bindir}/${i}" - rm -f ${file} - echo "#!/bin/sh" > ${file} - echo "MITSCHEME_LIBRARY_PATH=${libdir}" >> ${file} - echo "export MITSCHEME_LIBRARY_PATH" >> ${file} - echo "exec ${libdir}/$i \$@" >> ${file} - chmod 755 ${file} - else - ${install} ${i} ${bindir} - fi - done) -fi - -if [ "${emacslisp}" != "" ] -then - ${install} etc/xscheme.el etc/xscheme.elc ${emacslisp} -fi - -if [ "${infodir}" != "" ] -then - ${link} ${infodir} ${libdir}/edwin/info -fi - -if [ "${movemail}" != "" ] -then - ${link} ${movemail} ${libdir}/edwin/etc/movemail -fi - -if [ ! -f "${libdir}/compiler.com" ] -then - ${bindir}/scheme -large -no-init-file -load etc/make-compiler-band.scm - if [ "${deletedeltas}" = "yes" ] - then - rm -f ${libdir}/compdel.com - fi -fi - -if [ ! -f "${libdir}/edwin.com" ] -then - ${bindir}/scheme -large -no-init-file -load etc/make-edwin-band.scm - if [ "${deletedeltas}" = "yes" ] - then - rm -f ${libdir}/eddel.com - fi -fi - diff -urN /usr/ports/lang/mit-scheme/files/md5 lang/mit-scheme/files/md5 --- /usr/ports/lang/mit-scheme/files/md5 Sun Mar 26 15:18:11 1995 +++ lang/mit-scheme/files/md5 Wed Mar 1 02:40:28 2000 @@ -1 +1 @@ -MD5 (scheme-microcode+dist-7.3-freebsd.tgz) = f998de5b71cd94ab4625601d7821dafd +MD5 (scheme-7.5.2-ix86-freebsd.tar.gz) = a2d52074a0c39d24d669830b10d12ea0 diff -urN /usr/ports/lang/mit-scheme/patches/patch-a lang/mit-scheme/patches/patch-a --- /usr/ports/lang/mit-scheme/patches/patch-a Sun Mar 26 12:31:05 1995 +++ lang/mit-scheme/patches/patch-a Thu Jan 1 09:00:00 1970 @@ -1,176 +0,0 @@ -diff -cr microcode.orig/bchmmg.c dist-7.3/microcode/bchmmg.c -*** microcode.orig/bchmmg.c Sat Mar 25 17:22:40 1995 ---- microcode/bchmmg.c Sat Mar 25 17:23:05 1995 -*************** -*** 1890,1896 **** - } - - extern char * EXFUN (mktemp, (char *)); -! extern long EXFUN (lseek, (int, long, int)); - - static void - DEFUN (open_gc_file, (size, unlink_p), ---- 1890,1896 ---- - } - - extern char * EXFUN (mktemp, (char *)); -! off_t lseek __P((int, off_t, int)); - - static void - DEFUN (open_gc_file, (size, unlink_p), -diff -cr microcode.orig/cmpauxmd/i386.m4 dist-7.3/microcode/cmpauxmd/i386.m4 -*** microcode.orig/cmpauxmd/i386.m4 Sat Mar 25 17:22:36 1995 ---- microcode/cmpauxmd/i386.m4 Sat Mar 25 17:23:06 1995 -*************** -*** 251,257 **** - - define(TC_LENGTH, ifdef(`TYPE_CODE_LENGTH', TYPE_CODE_LENGTH, 8)) - define(DATUM_LENGTH, eval(32 - TC_LENGTH)) -! define(DATUM_SHIFT, eval((2 ** DATUM_LENGTH))) - define(ADDRESS_MASK, eval((DATUM_SHIFT - 1))) - define(TAG, ($2 + ($1 * DATUM_SHIFT))) - ---- 251,257 ---- - - define(TC_LENGTH, ifdef(`TYPE_CODE_LENGTH', TYPE_CODE_LENGTH, 8)) - define(DATUM_LENGTH, eval(32 - TC_LENGTH)) -! define(DATUM_SHIFT, eval((1 << DATUM_LENGTH))) - define(ADDRESS_MASK, eval((DATUM_SHIFT - 1))) - define(TAG, ($2 + ($1 * DATUM_SHIFT))) - -*************** -*** 735,741 **** - asm_generic_$1_fix: - OP(mov,l) TW(REG(edx),REG(eax)) - OP(shl,l) TW(IMM(TC_LENGTH),REG(eax)) -! OP($3,l) TW(IMM(eval(2 ** TC_LENGTH)),REG(eax)) - jno asm_generic_fixnum_result - - asm_generic_$1_fail: ---- 735,741 ---- - asm_generic_$1_fix: - OP(mov,l) TW(REG(edx),REG(eax)) - OP(shl,l) TW(IMM(TC_LENGTH),REG(eax)) -! OP($3,l) TW(IMM(eval(1 << TC_LENGTH)),REG(eax)) - jno asm_generic_fixnum_result - - asm_generic_$1_fail: -diff -cr microcode.orig/s/386bsd.h dist-7.3/microcode/s/386bsd.h -*** microcode.orig/s/386bsd.h Sat Mar 25 17:22:33 1995 ---- microcode/s/386bsd.h Sat Mar 25 17:23:06 1995 -*************** -*** 33,43 **** - promotional, or sales literature without prior written consent from - MIT in each case. */ - -! #define C_SWITCH_SYSTEM -D_POSIX -D_BSD -I/usr/X386/include - - #define C_OPTIMIZE_SWITCH -O6 - -! #define LIBX11_MACHINE -L/usr/X386/lib - - #define LIBS_TERMCAP -ltermcap - ---- 33,43 ---- - promotional, or sales literature without prior written consent from - MIT in each case. */ - -! #define C_SWITCH_SYSTEM -D_POSIX -D_BSD -I/usr/X11R6/include -m486 - - #define C_OPTIMIZE_SWITCH -O6 - -! #define LIBX11_MACHINE -L/usr/X11R6/lib - - #define LIBS_TERMCAP -ltermcap - -diff -cr microcode.orig/unxutl/makefile dist-7.3/microcode/unxutl/makefile -*** microcode.orig/unxutl/makefile Sat Mar 25 17:22:33 1995 ---- microcode/unxutl/makefile Sat Mar 25 17:23:06 1995 -*************** -*** 3,9 **** - # - # $Id: patch-a,v 1.1.1.1 1995/03/26 03:31:05 jmacd Exp $ - # -! CPP = cc -E - MAKE = make # BSD doesn't have it as a default. - - all: xmkfile ---- 3,9 ---- - # - # $Id: patch-a,v 1.1.1.1 1995/03/26 03:31:05 jmacd Exp $ - # -! CPP = gcc -E - MAKE = make # BSD doesn't have it as a default. - - all: xmkfile -diff -cr microcode.orig/unxutl/ymkfile dist-7.3/microcode/unxutl/ymkfile -*** microcode.orig/unxutl/ymkfile Sat Mar 25 17:22:32 1995 ---- microcode/unxutl/ymkfile Sat Mar 25 17:23:06 1995 -*************** -*** 328,334 **** - #ifdef ALTERNATE_CC - CC = ALTERNATE_CC - #else -! CC = cc - #endif - #ifdef ALTERNATE_M4 - M4 = ALTERNATE_M4 ---- 328,334 ---- - #ifdef ALTERNATE_CC - CC = ALTERNATE_CC - #else -! CC = gcc - #endif - #ifdef ALTERNATE_M4 - M4 = ALTERNATE_M4 -*************** -*** 678,691 **** - sdata.h const.h psbmap.h $(GC_HEAD_FILES) comlin.h comlin.c - usrdef.tch : usrdef.h config.h object.h prim.h - -! limits.h : hard-par - rm -f limits.h -! RUN(hard-par) -l > limits.h -! float.h : hard-par - rm -f float.h -! RUN(hard-par) -f > float.h -! hard-par : hard-par.c -! $(CC) -DNO_SC $(LDFLAGS) -o hard-par hard-par.c - - hppacach.o : hppacach.h - ---- 678,689 ---- - sdata.h const.h psbmap.h $(GC_HEAD_FILES) comlin.h comlin.c - usrdef.tch : usrdef.h config.h object.h prim.h - -! limits.h : - rm -f limits.h -! ln -s /usr/include/machine/limits.h . -! float.h : - rm -f float.h -! ln -s /usr/include/machine/float.h . - - hppacach.o : hppacach.h - -diff -cr microcode.orig/uxtop.c dist-7.3/microcode/uxtop.c -*** microcode.orig/uxtop.c Sat Mar 25 17:23:00 1995 ---- microcode/uxtop.c Sat Mar 25 17:23:06 1995 -*************** -*** 298,305 **** - CONST char * - DEFUN (OS_error_code_to_message, (syserr), unsigned int syserr) - { -- extern char * sys_errlist []; - extern int sys_nerr; - int code = (syserr_to_error_code ((enum syserr_names) syserr)); - return (((code > 0) && (code <= sys_nerr)) ? (sys_errlist [code]) : 0); - } ---- 298,305 ---- - CONST char * - DEFUN (OS_error_code_to_message, (syserr), unsigned int syserr) - { - extern int sys_nerr; - int code = (syserr_to_error_code ((enum syserr_names) syserr)); - return (((code > 0) && (code <= sys_nerr)) ? (sys_errlist [code]) : 0); - } -+ diff -urN /usr/ports/lang/mit-scheme/pkg/DESCR lang/mit-scheme/pkg/DESCR --- /usr/ports/lang/mit-scheme/pkg/DESCR Sun Mar 26 12:31:02 1995 +++ lang/mit-scheme/pkg/DESCR Wed Mar 1 02:25:43 2000 @@ -1,24 +1,5 @@ -FreeBSD port of MIT Scheme-7.3 +FreeBSD port of MIT Scheme -This port has been put together out of the scheme runtime binaries -out of the linux.tar.gz distribution. These binaries are identical -for any i386 running an operating system with a unix-like filesystem. -For this reason, a makefile for building the runtime, compiler, and -edwin binaries has not been included. One patch is neccesary to -build the runtime binaries due to a problem with one of the system math -libraries (mail me if you want it). Otherwise, this patch was not -included because building the entire system takes a VERY LONG TIME, -about as long as a 'make world' in /usr/src (no one said scheme was -fast). - -The distfile was put together from the linux distribution and the -microcode sources. This was to avoid using the official MIT -distfiles and having to download the linux compiled binaries -(the scheme and bchscheme binaries, statically linked, 2M each). - -To use the official distfiles, you must obtain the linux.tar.gz and -the src-microcode.tar.gz from ftp://ftp-swiss.ai.mit.edu/pub/scheme-7.3. -Unpack linux.tar.gz, and remove dist-7.3/bin/*. Unpack src-microcode.tar.gz -and apply the patches from the port, now you can build the microcode. +WWW: http://www.swiss.ai.mit.edu/projects/scheme/ Maintainer: jmacd@uclink.berkeley.edu diff -urN /usr/ports/lang/mit-scheme/pkg/PLIST lang/mit-scheme/pkg/PLIST --- /usr/ports/lang/mit-scheme/pkg/PLIST Tue Nov 19 08:24:54 1996 +++ lang/mit-scheme/pkg/PLIST Wed Mar 1 03:18:42 2000 @@ -1,3 +1,453 @@ -bin/scheme bin/bchscheme -lib/mit-scheme +bin/scheme +lib/mit-scheme/SRC/edwin/ansi.bci +lib/mit-scheme/SRC/edwin/argred.bci +lib/mit-scheme/SRC/edwin/artdebug.bci +lib/mit-scheme/SRC/edwin/autold.bci +lib/mit-scheme/SRC/edwin/autosv.bci +lib/mit-scheme/SRC/edwin/basic.bci +lib/mit-scheme/SRC/edwin/bios.bci +lib/mit-scheme/SRC/edwin/bufcom.bci +lib/mit-scheme/SRC/edwin/buffer.bci +lib/mit-scheme/SRC/edwin/buffrm.bci +lib/mit-scheme/SRC/edwin/bufinp.bci +lib/mit-scheme/SRC/edwin/bufmnu.bci +lib/mit-scheme/SRC/edwin/bufout.bci +lib/mit-scheme/SRC/edwin/bufset.bci +lib/mit-scheme/SRC/edwin/bufwfs.bci +lib/mit-scheme/SRC/edwin/bufwin.bci +lib/mit-scheme/SRC/edwin/bufwiu.bci +lib/mit-scheme/SRC/edwin/bufwmc.bci +lib/mit-scheme/SRC/edwin/c-mode.bci +lib/mit-scheme/SRC/edwin/calias.bci +lib/mit-scheme/SRC/edwin/cinden.bci +lib/mit-scheme/SRC/edwin/class.bci +lib/mit-scheme/SRC/edwin/clscon.bci +lib/mit-scheme/SRC/edwin/clsmac.bci +lib/mit-scheme/SRC/edwin/comatch.bci +lib/mit-scheme/SRC/edwin/comhst.bci +lib/mit-scheme/SRC/edwin/comint.bci +lib/mit-scheme/SRC/edwin/comman.bci +lib/mit-scheme/SRC/edwin/compile.bci +lib/mit-scheme/SRC/edwin/comred.bci +lib/mit-scheme/SRC/edwin/comtab.bci +lib/mit-scheme/SRC/edwin/comwin.bci +lib/mit-scheme/SRC/edwin/curren.bci +lib/mit-scheme/SRC/edwin/dabbrev.bci +lib/mit-scheme/SRC/edwin/debug.bci +lib/mit-scheme/SRC/edwin/debuge.bci +lib/mit-scheme/SRC/edwin/dired.bci +lib/mit-scheme/SRC/edwin/diros2.bci +lib/mit-scheme/SRC/edwin/dirunx.bci +lib/mit-scheme/SRC/edwin/dirw32.bci +lib/mit-scheme/SRC/edwin/display.bci +lib/mit-scheme/SRC/edwin/docstr.bci +lib/mit-scheme/SRC/edwin/dos.bci +lib/mit-scheme/SRC/edwin/doscom.bci +lib/mit-scheme/SRC/edwin/dosfile.bci +lib/mit-scheme/SRC/edwin/dosproc.bci +lib/mit-scheme/SRC/edwin/dosshell.bci +lib/mit-scheme/SRC/edwin/ed-ffi.bci +lib/mit-scheme/SRC/edwin/editor.bci +lib/mit-scheme/SRC/edwin/edtfrm.bci +lib/mit-scheme/SRC/edwin/edtstr.bci +lib/mit-scheme/SRC/edwin/evlcom.bci +lib/mit-scheme/SRC/edwin/eystep.bci +lib/mit-scheme/SRC/edwin/eystep.com +lib/mit-scheme/SRC/edwin/filcom.bci +lib/mit-scheme/SRC/edwin/fileio.bci +lib/mit-scheme/SRC/edwin/fill.bci +lib/mit-scheme/SRC/edwin/grpops.bci +lib/mit-scheme/SRC/edwin/hlpcom.bci +lib/mit-scheme/SRC/edwin/htmlmode.bci +lib/mit-scheme/SRC/edwin/image.bci +lib/mit-scheme/SRC/edwin/info.bci +lib/mit-scheme/SRC/edwin/input.bci +lib/mit-scheme/SRC/edwin/intmod.bci +lib/mit-scheme/SRC/edwin/iserch.bci +lib/mit-scheme/SRC/edwin/javamode.bci +lib/mit-scheme/SRC/edwin/key-w32.bci +lib/mit-scheme/SRC/edwin/key-x11.bci +lib/mit-scheme/SRC/edwin/keymap.bci +lib/mit-scheme/SRC/edwin/keyparse.bci +lib/mit-scheme/SRC/edwin/kilcom.bci +lib/mit-scheme/SRC/edwin/kmacro.bci +lib/mit-scheme/SRC/edwin/lincom.bci +lib/mit-scheme/SRC/edwin/linden.bci +lib/mit-scheme/SRC/edwin/loadef.bci +lib/mit-scheme/SRC/edwin/lspcom.bci +lib/mit-scheme/SRC/edwin/macros.bci +lib/mit-scheme/SRC/edwin/make.bci +lib/mit-scheme/SRC/edwin/malias.bci +lib/mit-scheme/SRC/edwin/manual.bci +lib/mit-scheme/SRC/edwin/manual.com +lib/mit-scheme/SRC/edwin/midas.bci +lib/mit-scheme/SRC/edwin/midas.com +lib/mit-scheme/SRC/edwin/modefs.bci +lib/mit-scheme/SRC/edwin/modes.bci +lib/mit-scheme/SRC/edwin/modlin.bci +lib/mit-scheme/SRC/edwin/modwin.bci +lib/mit-scheme/SRC/edwin/motcom.bci +lib/mit-scheme/SRC/edwin/motion.bci +lib/mit-scheme/SRC/edwin/mousecom.bci +lib/mit-scheme/SRC/edwin/nntp.bci +lib/mit-scheme/SRC/edwin/nntp.com +lib/mit-scheme/SRC/edwin/notify.bci +lib/mit-scheme/SRC/edwin/nvector.bci +lib/mit-scheme/SRC/edwin/occur.bci +lib/mit-scheme/SRC/edwin/os2.bci +lib/mit-scheme/SRC/edwin/os2com.bci +lib/mit-scheme/SRC/edwin/os2term.bci +lib/mit-scheme/SRC/edwin/outline.bci +lib/mit-scheme/SRC/edwin/pasmod.bci +lib/mit-scheme/SRC/edwin/pasmod.com +lib/mit-scheme/SRC/edwin/paths.bci +lib/mit-scheme/SRC/edwin/print.bci +lib/mit-scheme/SRC/edwin/print.com +lib/mit-scheme/SRC/edwin/process.bci +lib/mit-scheme/SRC/edwin/prompt.bci +lib/mit-scheme/SRC/edwin/pwedit.bci +lib/mit-scheme/SRC/edwin/pwedit.com +lib/mit-scheme/SRC/edwin/pwparse.bci +lib/mit-scheme/SRC/edwin/pwparse.com +lib/mit-scheme/SRC/edwin/rcsparse.bci +lib/mit-scheme/SRC/edwin/reccom.bci +lib/mit-scheme/SRC/edwin/regcom.bci +lib/mit-scheme/SRC/edwin/regexp.bci +lib/mit-scheme/SRC/edwin/regops.bci +lib/mit-scheme/SRC/edwin/rename.bci +lib/mit-scheme/SRC/edwin/replaz.bci +lib/mit-scheme/SRC/edwin/ring.bci +lib/mit-scheme/SRC/edwin/rmail.bci +lib/mit-scheme/SRC/edwin/rmailsrt.bci +lib/mit-scheme/SRC/edwin/rmailsum.bci +lib/mit-scheme/SRC/edwin/schmod.bci +lib/mit-scheme/SRC/edwin/scrcom.bci +lib/mit-scheme/SRC/edwin/screen.bci +lib/mit-scheme/SRC/edwin/search.bci +lib/mit-scheme/SRC/edwin/sendmail.bci +lib/mit-scheme/SRC/edwin/sercom.bci +lib/mit-scheme/SRC/edwin/shell.bci +lib/mit-scheme/SRC/edwin/simple.bci +lib/mit-scheme/SRC/edwin/snr.bci +lib/mit-scheme/SRC/edwin/snr.com +lib/mit-scheme/SRC/edwin/sort.bci +lib/mit-scheme/SRC/edwin/sort.com +lib/mit-scheme/SRC/edwin/strpad.bci +lib/mit-scheme/SRC/edwin/strtab.bci +lib/mit-scheme/SRC/edwin/struct.bci +lib/mit-scheme/SRC/edwin/syntax.bci +lib/mit-scheme/SRC/edwin/tagutl.bci +lib/mit-scheme/SRC/edwin/techinfo.bci +lib/mit-scheme/SRC/edwin/techinfo.com +lib/mit-scheme/SRC/edwin/telnet.bci +lib/mit-scheme/SRC/edwin/telnet.com +lib/mit-scheme/SRC/edwin/termcap.bci +lib/mit-scheme/SRC/edwin/texcom.bci +lib/mit-scheme/SRC/edwin/things.bci +lib/mit-scheme/SRC/edwin/tparse.bci +lib/mit-scheme/SRC/edwin/tterm.bci +lib/mit-scheme/SRC/edwin/tximod.bci +lib/mit-scheme/SRC/edwin/tximod.com +lib/mit-scheme/SRC/edwin/txtprp.bci +lib/mit-scheme/SRC/edwin/undo.bci +lib/mit-scheme/SRC/edwin/unix.bci +lib/mit-scheme/SRC/edwin/utils.bci +lib/mit-scheme/SRC/edwin/utlwin.bci +lib/mit-scheme/SRC/edwin/vc.bci +lib/mit-scheme/SRC/edwin/verilog.bci +lib/mit-scheme/SRC/edwin/verilog.com +lib/mit-scheme/SRC/edwin/vhdl.bci +lib/mit-scheme/SRC/edwin/vhdl.com +lib/mit-scheme/SRC/edwin/webster.bci +lib/mit-scheme/SRC/edwin/webster.com +lib/mit-scheme/SRC/edwin/win32.bci +lib/mit-scheme/SRC/edwin/win32com.bci +lib/mit-scheme/SRC/edwin/wincom.bci +lib/mit-scheme/SRC/edwin/window.bci +lib/mit-scheme/SRC/edwin/winout.bci +lib/mit-scheme/SRC/edwin/winren.bci +lib/mit-scheme/SRC/edwin/xcom.bci +lib/mit-scheme/SRC/edwin/xform.bci +lib/mit-scheme/SRC/edwin/xmodef.bci +lib/mit-scheme/SRC/edwin/xterm.bci +lib/mit-scheme/SRC/runtime/advice.bci +lib/mit-scheme/SRC/runtime/apply.bci +lib/mit-scheme/SRC/runtime/apropos.bci +lib/mit-scheme/SRC/runtime/arith.bci +lib/mit-scheme/SRC/runtime/bitstr.bci +lib/mit-scheme/SRC/runtime/blowfish.bci +lib/mit-scheme/SRC/runtime/boole.bci +lib/mit-scheme/SRC/runtime/boot.bci +lib/mit-scheme/SRC/runtime/char.bci +lib/mit-scheme/SRC/runtime/chrset.bci +lib/mit-scheme/SRC/runtime/chrsyn.bci +lib/mit-scheme/SRC/runtime/chrsyn.com +lib/mit-scheme/SRC/runtime/codwlk.bci +lib/mit-scheme/SRC/runtime/conpar.bci +lib/mit-scheme/SRC/runtime/contin.bci +lib/mit-scheme/SRC/runtime/cpoint.bci +lib/mit-scheme/SRC/runtime/cpress.bci +lib/mit-scheme/SRC/runtime/cpress.com +lib/mit-scheme/SRC/runtime/datime.bci +lib/mit-scheme/SRC/runtime/dbgcmd.bci +lib/mit-scheme/SRC/runtime/dbgutl.bci +lib/mit-scheme/SRC/runtime/debug.bci +lib/mit-scheme/SRC/runtime/defstr.bci +lib/mit-scheme/SRC/runtime/dosdir.bci +lib/mit-scheme/SRC/runtime/dosprm.bci +lib/mit-scheme/SRC/runtime/dosproc.bci +lib/mit-scheme/SRC/runtime/dospth.bci +lib/mit-scheme/SRC/runtime/dragon4.bci +lib/mit-scheme/SRC/runtime/ed-ffi.bci +lib/mit-scheme/SRC/runtime/emacs.bci +lib/mit-scheme/SRC/runtime/equals.bci +lib/mit-scheme/SRC/runtime/error.bci +lib/mit-scheme/SRC/runtime/events.bci +lib/mit-scheme/SRC/runtime/fileio.bci +lib/mit-scheme/SRC/runtime/fixart.bci +lib/mit-scheme/SRC/runtime/format.bci +lib/mit-scheme/SRC/runtime/format.com +lib/mit-scheme/SRC/runtime/framex.bci +lib/mit-scheme/SRC/runtime/gc.bci +lib/mit-scheme/SRC/runtime/gcdemn.bci +lib/mit-scheme/SRC/runtime/gcnote.bci +lib/mit-scheme/SRC/runtime/gcstat.bci +lib/mit-scheme/SRC/runtime/gdatab.bci +lib/mit-scheme/SRC/runtime/gdbm.bci +lib/mit-scheme/SRC/runtime/gdbm.com +lib/mit-scheme/SRC/runtime/gencache.bci +lib/mit-scheme/SRC/runtime/geneqht.bci +lib/mit-scheme/SRC/runtime/generic.bci +lib/mit-scheme/SRC/runtime/genio.bci +lib/mit-scheme/SRC/runtime/genmult.bci +lib/mit-scheme/SRC/runtime/gensym.bci +lib/mit-scheme/SRC/runtime/gentag.bci +lib/mit-scheme/SRC/runtime/global.bci +lib/mit-scheme/SRC/runtime/graphics.bci +lib/mit-scheme/SRC/runtime/hash.bci +lib/mit-scheme/SRC/runtime/hashtb.bci +lib/mit-scheme/SRC/runtime/hashtb.com +lib/mit-scheme/SRC/runtime/histry.bci +lib/mit-scheme/SRC/runtime/illdef.bci +lib/mit-scheme/SRC/runtime/infstr.bci +lib/mit-scheme/SRC/runtime/infutl.bci +lib/mit-scheme/SRC/runtime/input.bci +lib/mit-scheme/SRC/runtime/intrpt.bci +lib/mit-scheme/SRC/runtime/io.bci +lib/mit-scheme/SRC/runtime/krypt.bci +lib/mit-scheme/SRC/runtime/krypt.com +lib/mit-scheme/SRC/runtime/kryptdum.bci +lib/mit-scheme/SRC/runtime/lambda.bci +lib/mit-scheme/SRC/runtime/lambdx.bci +lib/mit-scheme/SRC/runtime/list.bci +lib/mit-scheme/SRC/runtime/load.bci +lib/mit-scheme/SRC/runtime/macros.bci +lib/mit-scheme/SRC/runtime/make.bci +lib/mit-scheme/SRC/runtime/msort.bci +lib/mit-scheme/SRC/runtime/ntdir.bci +lib/mit-scheme/SRC/runtime/ntprm.bci +lib/mit-scheme/SRC/runtime/numint.bci +lib/mit-scheme/SRC/runtime/numint.com +lib/mit-scheme/SRC/runtime/numpar.bci +lib/mit-scheme/SRC/runtime/option.bci +lib/mit-scheme/SRC/runtime/optiondb.bci +lib/mit-scheme/SRC/runtime/optiondb.com +lib/mit-scheme/SRC/runtime/ordvec.bci +lib/mit-scheme/SRC/runtime/ordvec.com +lib/mit-scheme/SRC/runtime/os2ctype.bci +lib/mit-scheme/SRC/runtime/os2dir.bci +lib/mit-scheme/SRC/runtime/os2graph.bci +lib/mit-scheme/SRC/runtime/os2prm.bci +lib/mit-scheme/SRC/runtime/os2winp.bci +lib/mit-scheme/SRC/runtime/output.bci +lib/mit-scheme/SRC/runtime/packag.bci +lib/mit-scheme/SRC/runtime/parse.bci +lib/mit-scheme/SRC/runtime/partab.bci +lib/mit-scheme/SRC/runtime/pathnm.bci +lib/mit-scheme/SRC/runtime/poplat.bci +lib/mit-scheme/SRC/runtime/port.bci +lib/mit-scheme/SRC/runtime/pp.bci +lib/mit-scheme/SRC/runtime/prgcop.bci +lib/mit-scheme/SRC/runtime/process.bci +lib/mit-scheme/SRC/runtime/process.com +lib/mit-scheme/SRC/runtime/prop1d.bci +lib/mit-scheme/SRC/runtime/prop2d.bci +lib/mit-scheme/SRC/runtime/qsort.bci +lib/mit-scheme/SRC/runtime/queue.bci +lib/mit-scheme/SRC/runtime/random.bci +lib/mit-scheme/SRC/runtime/rbtree.bci +lib/mit-scheme/SRC/runtime/rbtree.com +lib/mit-scheme/SRC/runtime/record.bci +lib/mit-scheme/SRC/runtime/recslot.bci +lib/mit-scheme/SRC/runtime/regexp.bci +lib/mit-scheme/SRC/runtime/regexp.com +lib/mit-scheme/SRC/runtime/rep.bci +lib/mit-scheme/SRC/runtime/rgxcmp.bci +lib/mit-scheme/SRC/runtime/rgxcmp.com +lib/mit-scheme/SRC/runtime/savres.bci +lib/mit-scheme/SRC/runtime/scan.bci +lib/mit-scheme/SRC/runtime/scode.bci +lib/mit-scheme/SRC/runtime/scomb.bci +lib/mit-scheme/SRC/runtime/sdata.bci +lib/mit-scheme/SRC/runtime/sfile.bci +lib/mit-scheme/SRC/runtime/site.bci +lib/mit-scheme/SRC/runtime/socket.bci +lib/mit-scheme/SRC/runtime/starbase.bci +lib/mit-scheme/SRC/runtime/stream.bci +lib/mit-scheme/SRC/runtime/string.bci +lib/mit-scheme/SRC/runtime/strnin.bci +lib/mit-scheme/SRC/runtime/strott.bci +lib/mit-scheme/SRC/runtime/strout.bci +lib/mit-scheme/SRC/runtime/symbol.bci +lib/mit-scheme/SRC/runtime/syncproc.bci +lib/mit-scheme/SRC/runtime/syncproc.com +lib/mit-scheme/SRC/runtime/syntab.bci +lib/mit-scheme/SRC/runtime/syntax.bci +lib/mit-scheme/SRC/runtime/sysclk.bci +lib/mit-scheme/SRC/runtime/sysmac.bci +lib/mit-scheme/SRC/runtime/system.bci +lib/mit-scheme/SRC/runtime/thread.bci +lib/mit-scheme/SRC/runtime/tscript.bci +lib/mit-scheme/SRC/runtime/ttyio.bci +lib/mit-scheme/SRC/runtime/tvector.bci +lib/mit-scheme/SRC/runtime/udata.bci +lib/mit-scheme/SRC/runtime/uenvir.bci +lib/mit-scheme/SRC/runtime/uerror.bci +lib/mit-scheme/SRC/runtime/unpars.bci +lib/mit-scheme/SRC/runtime/unsyn.bci +lib/mit-scheme/SRC/runtime/unxdir.bci +lib/mit-scheme/SRC/runtime/unxprm.bci +lib/mit-scheme/SRC/runtime/unxpth.bci +lib/mit-scheme/SRC/runtime/uproc.bci +lib/mit-scheme/SRC/runtime/urtrap.bci +lib/mit-scheme/SRC/runtime/usrint.bci +lib/mit-scheme/SRC/runtime/utabs.bci +lib/mit-scheme/SRC/runtime/vector.bci +lib/mit-scheme/SRC/runtime/version.bci +lib/mit-scheme/SRC/runtime/where.bci +lib/mit-scheme/SRC/runtime/wind.bci +lib/mit-scheme/SRC/runtime/wrkdir.bci +lib/mit-scheme/SRC/runtime/wttree.bci +lib/mit-scheme/SRC/runtime/wttree.com +lib/mit-scheme/SRC/runtime/x11graph.bci +lib/mit-scheme/SRC/runtime/xeval.bci +lib/mit-scheme/SRC/runtime/ystep.bci +lib/mit-scheme/SRC/runtime/ystep.com +lib/mit-scheme/all.com +lib/mit-scheme/compiler.com +lib/mit-scheme/doc/COPYING +lib/mit-scheme/doc/index.html +lib/mit-scheme/doc/scheme_1.html +lib/mit-scheme/doc/scheme_10.html +lib/mit-scheme/doc/scheme_11.html +lib/mit-scheme/doc/scheme_12.html +lib/mit-scheme/doc/scheme_13.html +lib/mit-scheme/doc/scheme_14.html +lib/mit-scheme/doc/scheme_15.html +lib/mit-scheme/doc/scheme_16.html +lib/mit-scheme/doc/scheme_17.html +lib/mit-scheme/doc/scheme_18.html +lib/mit-scheme/doc/scheme_19.html +lib/mit-scheme/doc/scheme_2.html +lib/mit-scheme/doc/scheme_20.html +lib/mit-scheme/doc/scheme_3.html +lib/mit-scheme/doc/scheme_4.html +lib/mit-scheme/doc/scheme_5.html +lib/mit-scheme/doc/scheme_6.html +lib/mit-scheme/doc/scheme_7.html +lib/mit-scheme/doc/scheme_8.html +lib/mit-scheme/doc/scheme_9.html +lib/mit-scheme/doc/scheme_foot.html +lib/mit-scheme/doc/scheme_toc.html +lib/mit-scheme/doc/sos_1.html +lib/mit-scheme/doc/sos_2.html +lib/mit-scheme/doc/sos_3.html +lib/mit-scheme/doc/sos_4.html +lib/mit-scheme/doc/sos_5.html +lib/mit-scheme/doc/sos_6.html +lib/mit-scheme/doc/sos_7.html +lib/mit-scheme/doc/sos_8.html +lib/mit-scheme/doc/sos_9.html +lib/mit-scheme/doc/sos_foot.html +lib/mit-scheme/doc/sos_toc.html +lib/mit-scheme/doc/user_1.html +lib/mit-scheme/doc/user_10.html +lib/mit-scheme/doc/user_2.html +lib/mit-scheme/doc/user_3.html +lib/mit-scheme/doc/user_4.html +lib/mit-scheme/doc/user_5.html +lib/mit-scheme/doc/user_6.html +lib/mit-scheme/doc/user_7.html +lib/mit-scheme/doc/user_8.html +lib/mit-scheme/doc/user_9.html +lib/mit-scheme/doc/user_foot.html +lib/mit-scheme/doc/user_toc.html +lib/mit-scheme/edwin.com +lib/mit-scheme/edwin/autoload +lib/mit-scheme/edwin/etc/TUTORIAL +lib/mit-scheme/edwin/info/dir +lib/mit-scheme/edwin/info/r4rs.info-1.gz +lib/mit-scheme/edwin/info/r4rs.info-2.gz +lib/mit-scheme/edwin/info/r4rs.info-3.gz +lib/mit-scheme/edwin/info/r4rs.info-4.gz +lib/mit-scheme/edwin/info/r4rs.info-5.gz +lib/mit-scheme/edwin/info/r4rs.info-6.gz +lib/mit-scheme/edwin/info/r4rs.info.gz +lib/mit-scheme/edwin/info/r5rs.info-1.gz +lib/mit-scheme/edwin/info/r5rs.info-2.gz +lib/mit-scheme/edwin/info/r5rs.info-3.gz +lib/mit-scheme/edwin/info/r5rs.info-4.gz +lib/mit-scheme/edwin/info/r5rs.info-5.gz +lib/mit-scheme/edwin/info/r5rs.info.gz +lib/mit-scheme/edwin/info/scheme.info-1.gz +lib/mit-scheme/edwin/info/scheme.info-10.gz +lib/mit-scheme/edwin/info/scheme.info-11.gz +lib/mit-scheme/edwin/info/scheme.info-12.gz +lib/mit-scheme/edwin/info/scheme.info-13.gz +lib/mit-scheme/edwin/info/scheme.info-14.gz +lib/mit-scheme/edwin/info/scheme.info-15.gz +lib/mit-scheme/edwin/info/scheme.info-16.gz +lib/mit-scheme/edwin/info/scheme.info-17.gz +lib/mit-scheme/edwin/info/scheme.info-2.gz +lib/mit-scheme/edwin/info/scheme.info-3.gz +lib/mit-scheme/edwin/info/scheme.info-4.gz +lib/mit-scheme/edwin/info/scheme.info-5.gz +lib/mit-scheme/edwin/info/scheme.info-6.gz +lib/mit-scheme/edwin/info/scheme.info-7.gz +lib/mit-scheme/edwin/info/scheme.info-8.gz +lib/mit-scheme/edwin/info/scheme.info-9.gz +lib/mit-scheme/edwin/info/scheme.info.gz +lib/mit-scheme/edwin/info/sos.info.gz +lib/mit-scheme/edwin/info/user.info-1.gz +lib/mit-scheme/edwin/info/user.info-2.gz +lib/mit-scheme/edwin/info/user.info-3.gz +lib/mit-scheme/edwin/info/user.info-4.gz +lib/mit-scheme/edwin/info/user.info.gz +lib/mit-scheme/optiondb.scm +lib/mit-scheme/options +lib/mit-scheme/runtime.com +lib/mit-scheme/sos/class.bci +lib/mit-scheme/sos/class.com +lib/mit-scheme/sos/instance.bci +lib/mit-scheme/sos/instance.com +lib/mit-scheme/sos/load.scm +lib/mit-scheme/sos/macros.bci +lib/mit-scheme/sos/macros.com +lib/mit-scheme/sos/method.bci +lib/mit-scheme/sos/method.com +lib/mit-scheme/sos/printer.bci +lib/mit-scheme/sos/printer.com +lib/mit-scheme/sos/slot.bci +lib/mit-scheme/sos/slot.com +lib/mit-scheme/sos/sos.bco +lib/mit-scheme/sos/sos.bld +lib/mit-scheme/utabmd.bin +@dirrm lib/mit-scheme/sos +@dirrm lib/mit-scheme/doc +@dirrm lib/mit-scheme/edwin/info +@dirrm lib/mit-scheme/edwin +@dirrm lib/mit-scheme/SRC/runtime +@dirrm lib/mit-scheme/SRC/edwin +@dirrm lib/mit-scheme/SRC +@dirrm lib/mit-scheme diff -urN /usr/ports/lang/mit-scheme/scripts/pre-configure lang/mit-scheme/scripts/pre-configure --- /usr/ports/lang/mit-scheme/scripts/pre-configure Sun Mar 26 15:18:58 1995 +++ lang/mit-scheme/scripts/pre-configure Thu Jan 1 09:00:00 1970 @@ -1,5 +0,0 @@ -cp $FILESDIR/Makefile $WRKDIR/mit-scheme -mv $WRKDIR/mit-scheme/install.sh $WRKDIR/mit-scheme/install.sh.orig -cp $FILESDIR/install.sh $WRKDIR/mit-scheme -cd $WRKDIR/mit-scheme/microcode -unxutl/config 386bsd >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 11:46:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7342037BDC8; Tue, 29 Feb 2000 11:46:33 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA70331; Tue, 29 Feb 2000 11:46:33 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Tue, 29 Feb 2000 11:46:33 -0800 (PST) From: Message-Id: <200002291946.LAA70331@freefall.freebsd.org> To: tkato@prontomail.ne.jp, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17076: Update port: graphics/imlib Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/imlib State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Tue Feb 29 11:46:21 PST 2000 State-Changed-Why: Thanks, committed! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 12:20: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D34A337BCF6 for ; Tue, 29 Feb 2000 12:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA74166; Tue, 29 Feb 2000 12:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from 214.norrgarden.se (214.norrgarden.se [195.100.133.214]) by hub.freebsd.org (Postfix) with ESMTP id 18E5237BC26 for ; Tue, 29 Feb 2000 12:14:18 -0800 (PST) (envelope-from cj@214.norrgarden.se) Received: (from root@localhost) by 214.norrgarden.se (8.9.3/8.9.3) id VAA06381; Tue, 29 Feb 2000 21:14:06 +0100 (CET) (envelope-from cj) Message-Id: <200002292014.VAA06381@214.norrgarden.se> Date: Tue, 29 Feb 2000 21:14:06 +0100 (CET) From: calle.madestrand@norrgarden.se Reply-To: calle.madestrand@norrgarden.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17078: Update port: irc/bitchx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17078 >Category: ports >Synopsis: Update port: irc/bitchx >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 29 12:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Carl Johan Madestrand >Release: FreeBSD 4.0-20000214-CURRENT i386 >Organization: >Environment: >Description: Sorry, submitting again because using perl instead of sed is more efficient Please close my previous ports/17073 >How-To-Repeat: >Fix: Add file /usr/ports/irc/bitchx/patches/patch-ah diff -urN /usr/ports/irc/bitchx/Makefile bitchx/Makefile --- /usr/ports/irc/bitchx/Makefile Sat Jan 29 22:54:20 2000 +++ bitchx/Makefile Tue Feb 29 20:07:59 2000 @@ -44,6 +44,9 @@ @${ECHO} "You can add hooks for GNOME by defining USE_GNOME" .endif +pre-patch: + @${PERL} -pi -e "s!#undef WANT_CHAN_NICK_SERV!#define WANT_CHAN_NICK_SERV!" ${WRKSRC}/include/config.h + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/bx/help diff -urN /usr/ports/irc/bitchx/patches/patch-ah bitchx/patches/patch-ah --- /usr/ports/irc/bitchx/patches/patch-ah Thu Jan 1 01:00:00 1970 +++ bitchx/patches/patch-ah Tue Feb 29 14:04:06 2000 @@ -0,0 +1,11 @@ +--- dll/nicklist/nicklist.c.orig Tue Feb 29 12:53:26 2000 ++++ dll/nicklist/nicklist.c Tue Feb 29 12:56:15 2000 +@@ -43,7 +43,7 @@ + char *tmptext[1]; + #endif + +-BUILT_IN_DLL(nicklist_add) ++BUILT_IN_DLL(nicklist_add); + int update_nicklist (char *, char *, char **); + + void drawnicklist(void) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 12:21:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailhub1.neworld.net (mailhub1.neworld.net [207.212.221.17]) by hub.freebsd.org (Postfix) with SMTP id C77EC37BC39 for ; Tue, 29 Feb 2000 12:21:15 -0800 (PST) (envelope-from cabel@neworld.net) Received: (qmail 17723 invoked by uid 503); 29 Feb 2000 20:21:14 -0000 Received: from proxy.neworld.net (HELO gako) (207.212.221.10) by mailhub1.neworld.net with SMTP; 29 Feb 2000 20:21:14 -0000 Message-ID: <001f01bf8229$7061f080$c2acc93f@neworld.net> From: To: Cc: Subject: FreeBSD Port: poptop-1.0.0 Date: Mon, 28 Feb 2000 12:21:17 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001C_01BF81E6.502DC020" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_001C_01BF81E6.502DC020 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable During connection of a ppp session I get an error message from ppptpd CTRL: PTY read or GRE write failed (pty,gre)=3D(6,5) What does this mean ? How can I start in debuging it.. Thanks, Cabel McCoy ------=_NextPart_000_001C_01BF81E6.502DC020 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
During connection of a ppp session I = get an error=20 message from ppptpd
 CTRL: PTY read or GRE write = failed=20 (pty,gre)=3D(6,5)
 
What does this mean ?
How can I start in debuging = it..
 
 
Thanks,
 
Cabel McCoy
------=_NextPart_000_001C_01BF81E6.502DC020-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 14:29:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mfo01.iij.ad.jp (mfo01.iij.ad.jp [202.232.2.118]) by hub.freebsd.org (Postfix) with ESMTP id B5DF837B9EA; Tue, 29 Feb 2000 14:29:19 -0800 (PST) (envelope-from sada@rr.iij4u.or.jp) Received: from rr.iij4u.or.jp (rr.iij4u.or.jp [210.130.0.42]) by mfo01.iij.ad.jp (8.8.8/MFO1.3) with ESMTP id HAA02564; Wed, 1 Mar 2000 07:29:17 +0900 (JST) Received: from localhost (h158.p104.iij4u.or.jp [210.130.104.158]) by rr.iij4u.or.jp (8.8.8+2.2IIJ/4U1.1) with ESMTP id HAA10023; Wed, 1 Mar 2000 07:29:16 +0900 (JST) To: asami@FreeBSD.ORG Cc: ports@FreeBSD.ORG, sada@rr.iij4u.or.jp Subject: Re: QUICK RESPONCE NEEDED: Netscape 4.72 handling In-Reply-To: Your message of "Mon, 28 Feb 2000 11:33:04 -0800 (PST)". <200002281933.LAA81526@silvia.hip.berkeley.edu> From: sada@rr.iij4u.or.jp (SADA Kenji) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Mailer: mnews [version 1.22] 1999-12/19(Sun) Message-Id: <20000301062908U.sada@rr.iij4u.or.jp> Date: Wed, 01 Mar 2000 06:29:08 +0900 X-Dispatcher: imput version 990905(IM130) Lines: 7 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is sada from Katsushika. >> Speaking of which, I don't think we need to keep netscape46* any >> longer, they are not that different from netscape47*. Any objections >> if I remove them? I agree. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 15:52:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B86BD37BAB4; Tue, 29 Feb 2000 15:52:09 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA96641; Tue, 29 Feb 2000 15:52:09 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Tue, 29 Feb 2000 15:52:09 -0800 (PST) From: Message-Id: <200002292352.PAA96641@freefall.freebsd.org> To: naddy@mips.rhein-neckar.de, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17054: New port: games/tetris - from OpenBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: games/tetris - from OpenBSD State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Tue Feb 29 15:50:02 PST 2000 State-Changed-Why: I don't know why NetBSD and OpenBSD still ship tetris, but we (FreeBSD) have received letters from the trademark owner's lawyers and have agreed to not use the word "Tetris" in any directory or documentation. Sorry, but this still can't go in as long as you call it "Tetris". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 16: 5:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5358637BC69; Tue, 29 Feb 2000 16:05:52 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA97915; Tue, 29 Feb 2000 16:05:51 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Tue, 29 Feb 2000 16:05:51 -0800 (PST) From: Message-Id: <200003010005.QAA97915@freefall.freebsd.org> To: calle.madestrand@norrgarden.se, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17073: Update port: irc/bitchx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: irc/bitchx State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Tue Feb 29 16:05:27 PST 2000 State-Changed-Why: Superceded by ports/17078 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 16: 7:33 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CAB7137BC69; Tue, 29 Feb 2000 16:07:31 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA98073; Tue, 29 Feb 2000 16:07:31 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Tue, 29 Feb 2000 16:07:31 -0800 (PST) From: Message-Id: <200003010007.QAA98073@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, green@FreeBSD.org Subject: Re: ports/17064: 4.0-20000214-CURRENT: openssh port fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 4.0-20000214-CURRENT: openssh port fails to build Responsible-Changed-From-To: freebsd-ports->green Responsible-Changed-By: jedgar Responsible-Changed-When: Tue Feb 29 16:07:12 PST 2000 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 16: 7:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 57BC637BC57; Tue, 29 Feb 2000 16:07:57 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA98154; Tue, 29 Feb 2000 16:07:57 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Tue, 29 Feb 2000 16:07:57 -0800 (PST) From: Message-Id: <200003010007.QAA98154@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/17063: 4.0-20000214-CURRENT: ssh port fails to build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 4.0-20000214-CURRENT: ssh port fails to build Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: jedgar Responsible-Changed-When: Tue Feb 29 16:07:34 PST 2000 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 16:14:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 35F4637BAB4; Tue, 29 Feb 2000 16:14:34 -0800 (PST) (envelope-from cdf.lists@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1016) id 0AB839B17; Tue, 29 Feb 2000 19:14:32 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id EE6C8BA1D; Tue, 29 Feb 2000 19:14:32 -0500 (EST) Date: Tue, 29 Feb 2000 19:14:32 -0500 (EST) From: "Chris D. Faulhaber" X-Sender: cdf.lists@pawn.primelocation.net To: asami@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/17054: New port: games/tetris - from OpenBSD In-Reply-To: <200002292352.PAA96641@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 29 Feb 2000 asami@FreeBSD.org wrote: > Synopsis: New port: games/tetris - from OpenBSD > > State-Changed-From-To: open->closed > State-Changed-By: asami > State-Changed-When: Tue Feb 29 15:50:02 PST 2000 > State-Changed-Why: > I don't know why NetBSD and OpenBSD still ship tetris, but we (FreeBSD) > have received letters from the trademark owner's lawyers and have agreed > to not use the word "Tetris" in any directory or documentation. Sorry, > but this still can't go in as long as you call it "Tetris". > I assume this applies to ports/16601, New port: games/netbsd-tetris ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 17:27:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1831C37BC69; Tue, 29 Feb 2000 17:27:13 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA05160; Tue, 29 Feb 2000 17:27:13 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Tue, 29 Feb 2000 17:27:13 -0800 (PST) From: Message-Id: <200003010127.RAA05160@freefall.freebsd.org> To: tkato@prontomail.ne.jp, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17075: Update port: lang/mit-scheme to 7.5.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: lang/mit-scheme to 7.5.2 State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Tue Feb 29 17:26:18 PST 2000 State-Changed-Why: Thanks, committed! Fixed typos and made the port reinstall-safe, please check it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 17:32: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m3.cs.berkeley.edu (m3.CS.Berkeley.EDU [128.32.45.179]) by hub.freebsd.org (Postfix) with ESMTP id A54E637BC58 for ; Tue, 29 Feb 2000 17:32:05 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-183.ix.netcom.com [209.109.232.183]) by m3.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id RAA13198; Tue, 29 Feb 2000 17:32:03 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id RAA88912; Tue, 29 Feb 2000 17:31:58 -0800 (PST) To: Masafumi NAKANE Cc: ports@FreeBSD.org Subject: Re: BROKEN_ELF ports References: <200002252252.OAA54252@silvia.hip.berkeley.edu> <87bt54ptye.wl@fr.aslm.rim.or.jp> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 29 Feb 2000 17:31:50 -0800 In-Reply-To: Masafumi NAKANE's message of "Sat, 26 Feb 2000 11:40:25 +0900" Message-ID: Lines: 10 X-Mailer: Gnus v5.7/Emacs 20.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Masafumi NAKANE * I'm planning to fix pine. But I can't/couldn't do it in time for 4.0. * * Since I can simply bring these files back even if you do cvs rm, I * think it's okay to do so. There is a PR (16872) for this. Do you want me to commit it? Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 17:32:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m3.cs.berkeley.edu (m3.CS.Berkeley.EDU [128.32.45.179]) by hub.freebsd.org (Postfix) with ESMTP id 3D81A37BCCA for ; Tue, 29 Feb 2000 17:32:18 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-183.ix.netcom.com [209.109.232.183]) by m3.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id RAA13208; Tue, 29 Feb 2000 17:32:16 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id RAA88919; Tue, 29 Feb 2000 17:32:12 -0800 (PST) To: Ade Lovett Cc: ports@FreeBSD.org Subject: Re: BROKEN_ELF ports References: <200002252252.OAA54252@silvia.hip.berkeley.edu> <20000225170356.C39903@lovett.com> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 29 Feb 2000 17:32:10 -0800 In-Reply-To: Ade Lovett's message of "Fri, 25 Feb 2000 17:03:56 -0600" Message-ID: Lines: 10 X-Mailer: Gnus v5.7/Emacs 20.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Ade Lovett * Does this also mean that at some time in the near future * (though presumably post 4.0-RELEASE), ${PORTOBJFORMAT} will * become deprecated, with the appropriate cleanups throughout * the ports tree? Yes. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 17:38:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0641E37BE5D; Tue, 29 Feb 2000 17:38:22 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA06174; Tue, 29 Feb 2000 17:38:21 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Tue, 29 Feb 2000 17:38:21 -0800 (PST) From: Message-Id: <200003010138.RAA06174@freefall.freebsd.org> To: th@cis.ibaraki.ac.jp, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16601: New port: games/netbsd-tetris Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: games/netbsd-tetris State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Tue Feb 29 17:32:51 PST 2000 State-Changed-Why: I don't know why NetBSD and OpenBSD still ship tetris, but we (FreeBSD) have received letters from the trademark owner's lawyers and have agreed to not use the word "Tetris" in any directory or documentation. Sorry, but this still can't go in as long as you call it "Tetris". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 17:50: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 15B4A37BCCA for ; Tue, 29 Feb 2000 17:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07278; Tue, 29 Feb 2000 17:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from bbcon.com.au (firewall.bbcon.com.au [203.28.19.210]) by hub.freebsd.org (Postfix) with ESMTP id 2FD5037BCE4 for ; Tue, 29 Feb 2000 17:45:47 -0800 (PST) (envelope-from jsutton@sol.bbcon.com.au) Received: from firewall.bbcon.com.au (stargate [10.0.0.1]) by bbcon.com.au (8.9.2/8.9.2) with ESMTP id MAA04478; Wed, 1 Mar 2000 12:45:44 +1100 (EST) (envelope-from jsutton@sol.bbcon.com.au) Received: from sol.bbcon.com.au (solsbury-hill.home [10.0.0.2]) by firewall.bbcon.com.au (8.9.3/8.9.2) with ESMTP id MAA18655; Wed, 1 Mar 2000 12:45:44 +1100 (EST) (envelope-from jsutton@sol.bbcon.com.au) Received: (from jsutton@localhost) by sol.bbcon.com.au (8.9.3/8.9.3) id MAA04059; Wed, 1 Mar 2000 12:46:03 +1100 (EST) (envelope-from jsutton) Message-Id: <200003010146.MAA04059@sol.bbcon.com.au> Date: Wed, 1 Mar 2000 12:46:03 +1100 (EST) From: jsutton@bbcon.com.au Reply-To: jsutton@bbcon.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17086: net/mopd does not function with VaxStation 3100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17086 >Category: ports >Synopsis: net/mopd does not function with VaxStation 3100 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 29 17:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Joel Sutton >Release: FreeBSD 3.4-RELEASE i386 >Organization: Busy Bee Consulting >Environment: FreeBSD solsbury-hill.home 3.4-RELEASE FreeBSD 3.4-RELEASE #2: Fri Jan 28 15:18:55 EST 2000 jsutton@solsbury-hill.home:/usr/src/sys/compile/WKSTN i386 >Description: mopd does not seem to be talking to my VaxStation 3100. A few packets seem to be going back and forth, according to the debug screen, but it looks like nothing is being recognised. I am attempting to load the NetBSD/vax bootloader so that I can do an NFS boot from my FreeBSD server. All of the necessary files have been placed in /tftpboot/mop/. >How-To-Repeat: Attempt to remote boot a VaxStation 3100 using the "boot esa0" command. >Fix: I've made this patch, based on the info I found in the NetBSD/vax NetBoot How To. Can you please include it in the patches directory of the mopd port. This is a bit out of my sphere of ability so I'm not 100% sure what it does. However mopd does work correctly with this patch. The URL of the How To is: http://world.std.com/~bdc/projects/vaxen/VAX-netboot-HOWTO.html # 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: # # patches/patch-aa # echo x - patches/patch-aa sed 's/^X//' >patches/patch-aa << 'END-of-patches/patch-aa' X--- put.c.orig Sat Aug 17 08:43:15 1996 X+++ common/put.c Tue Feb 29 19:36:21 2000 X@@ -35,6 +35,9 @@ X #include X #include X #include "common/mopdef.h" X+#ifdef __FreeBSD__ X+#include X+#endif X X void X mopPutChar(pkt, index, value) X@@ -137,7 +140,7 @@ X mopPutChar (pkt, index, 0x00); X mopPutChar (pkt, index, 0x2b); X } X-#if !defined(__FreeBSD__) X+#if !defined(__FreeBSD__) || __FreeBSD_version >= 220000 X mopPutChar(pkt, index, (proto / 256)); X mopPutChar(pkt, index, (proto % 256)); X #else END-of-patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 18: 9:57 2000 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id 9CF4837BCCA; Tue, 29 Feb 2000 18:09:52 -0800 (PST) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost [127.0.0.1]) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id VAA92045; Tue, 29 Feb 2000 21:09:48 -0500 (EST) (envelope-from chuckr@picnic.mat.net) Date: Tue, 29 Feb 2000 21:09:48 -0500 (EST) From: Chuck Robey To: Kenneth W Cochran Cc: freebsd-ports@freebsd.org, chuckr@freebsd.org Subject: Re: Trouble installing xpdf port in 3.4-stable In-Reply-To: <200002291503.KAA27702@world.std.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 29 Feb 2000, Kenneth W Cochran wrote: > Hi... > > I'm having trouble building & installing xpdf on FreeBSD > 3.4-stable, as of 2000/02/28, installed from 3.4-release CDs (& > cvsup'ed every week or two since). I've never updated ports. > > Xpdf does not exist on the CDs, but there is no notation of > this. I tried the make while online, so it could download > things & it stopped in config. So I tried the make again, this > time using "make >& make.log" and am attaching that log. > > IIRC I had the same problem with the "fresh" 3.4-release CD > install (no distfile). > > Ideas? Take a closer look at the printout, it's not a xpdf problem, it dies while making t1lib, a dependency. ---------------------------------------------------------------------------- Chuck Robey | Interests include C & Java programming, FreeBSD, chuckr@picnic.mat.net | electronics, communications, and signal processing. New Year's Resolution: I will not sphroxify gullible people into looking up fictitious words in the dictionary. ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 18:34: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tesla.salk.edu (tesla.salk.edu [198.202.70.1]) by hub.freebsd.org (Postfix) with ESMTP id 6814137BC38; Tue, 29 Feb 2000 18:33:59 -0800 (PST) (envelope-from jorge@salk.edu) Received: from phelps.salk.edu (phelps.salk.edu [198.202.70.123]) by tesla.salk.edu (8.7.5/8.7.3) with SMTP id SAA15024; Tue, 29 Feb 2000 18:33:58 -0800 (PST) Date: Tue, 29 Feb 2000 18:29:36 -0800 (PST) From: Jorge Aldana To: Kris Kennaway Cc: freebsd-ports@FreeBSD.org Subject: Re: Gnome Port In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I did a make clean on /usr/ports/graphics/imlib (followed by a make, make install) then a make -D FORCE_PKG_REGISTER on make and make install, I get the error below. Where is gdk_imlib.5 anyway and which port makes it? /usr/ports/x11/gnome>make ===> Extracting for gnome-1.0.53 >> No MD5 checksum file. ===> gnome-1.0.53 depends on shared library: glib12.3 - found ===> gnome-1.0.53 depends on shared library: gtk12.2 - found ===> gnome-1.0.53 depends on shared library: ORBit.2 - found ===> gnome-1.0.53 depends on shared library: Imlib.5 - found ===> gnome-1.0.53 depends on shared library: audiofile.0 - found ===> gnome-1.0.53 depends on shared library: esd.2 - found ===> gnome-1.0.53 depends on shared library: gnome.3 - not found ===> Verifying install for gnome.3 in /usr/ports/x11/gnomelibs ===> Extracting for gnomelibs-1.0.55 >> Checksum OK for gnome-libs-1.0.55.tar.gz. ===> gnomelibs-1.0.55 depends on executable: gmake - found ===> gnomelibs-1.0.55 depends on executable: libtool - found ===> gnomelibs-1.0.55 depends on shared library: gdk_imlib.5 - not found ===> Verifying install for gdk_imlib.5 in /usr/ports/graphics/imlib ===> Returning to build of gnomelibs-1.0.55 Error: shared library "gdk_imlib.5" does not exist *** Error code 1 Stop. Jorge On Mon, 28 Feb 2000, Kris Kennaway wrote: > On Mon, 28 Feb 2000, Jorge Aldana wrote: > > > When I attempt to make the port gnome on a 3.4-20000124-STABLE machine I > > keep getting the following, I also tried "make -D FORCE_PKG_REGISTER" with > > the same error on imlib. I have seen questons posted but never any solid > > reponse on how to fix this has anyone solved this problem with "make" on > > gnome? I also make imlib by hand yet gnome gets the same error. I have > > been told to cvsup the ports but don't know how any references would be > > helpfull. > > You don't seem to have answered my advice from the last time I responded > to you. > > Kris > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 18:47:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ns11.rim.or.jp (ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (Postfix) with ESMTP id D0A1537BD06; Tue, 29 Feb 2000 18:47:10 -0800 (PST) (envelope-from max@wide.ad.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.8/3.5Wpl2-ns11/RIMNET-2) with ESMTP id LAA13415; Wed, 1 Mar 2000 11:47:08 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.8/3.5Wpl2-uucp1/RIMNET) with UUCP id LAA19144; Wed, 1 Mar 2000 11:47:08 +0900 (JST) Received: from fr.aslm.rim.or.jp (fr.aslm.rim.or.jp [192.168.1.2]) by mail.aslm.rim.or.jp (8.9.3/3.5Wpl3-SMTP) with ESMTP id LAA05665; Wed, 1 Mar 2000 11:46:04 +0900 (JST) Date: Wed, 01 Mar 2000 11:45:14 +0900 Message-ID: <87og8zo1c5.wl@fr.aslm.rim.or.jp> From: Masafumi NAKANE To: asami@FreeBSD.org Cc: ports@FreeBSD.org Subject: Re: BROKEN_ELF ports In-Reply-To: In your message of "29 Feb 2000 17:31:50 -0800" References: <200002252252.OAA54252@silvia.hip.berkeley.edu> <87bt54ptye.wl@fr.aslm.rim.or.jp> User-Agent: Wanderlust/2.2.18 (Please Forgive Me) REMI/1.14.0 (Uragawara) FLIM/1.13.2 (Kasanui) APEL/10.1 Emacs/20.5 (i386--freebsd) MULE/4.0 (HANANOEN) X-PGP-Fingerprint: EB40 BCAB 4CE5 0764 9942 378C 9596 159E CE35 6B59 X-ICQ-No: 46494717 MIME-Version: 1.0 (generated by REMI 1.14.0 - "Uragawara") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > There is a PR (16872) for this. Do you want me to commit it? Thanks, but No. I'm aware of the PR and have had a brief look at it, but there seem to be more than just a few problems with the patch provided in this PR. Cheers, Max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 19:42:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from neptune.innovativeinternet.net (neptune.innovativeinternet.net [208.244.165.5]) by hub.freebsd.org (Postfix) with SMTP id 35D3B37BCDE for ; Tue, 29 Feb 2000 19:42:11 -0800 (PST) (envelope-from Harlan.Stenn@pfcs.com) Received: (qmail 16436 invoked from network); 1 Mar 2000 03:42:09 -0000 Received: from harlan.xecu.net (HELO pcpsj.pfcs.com) (?YNh/izrw3DQ6q2VASzoCynUwmud3Grl9?@216.127.150.112) by neptune.innovativeinternet.net with SMTP; 1 Mar 2000 03:42:09 -0000 Received: from mumps.pfcs.com [192.52.69.11] (HELO mumps.pfcs.com) by pcpsj.pfcs.com (8.9.3/8.9.3) via ESMTP id for ; Tue, 29 Feb 2000 22:42:06 -0500 (EST) Received: from brown.pfcs.com [192.52.69.44] (HELO brown.pfcs.com) by mumps.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Tue, 29 Feb 2000 19:41:54 -0800 (PST) Received: from localhost.pfcs.com [127.0.0.1] (HELO brown.pfcs.com) by brown.pfcs.com (8.8.8/8.8.8) via ESMTP id for ; Tue, 29 Feb 2000 22:41:53 -0500 (EST) To: ports@freebsd.org Subject: Hylafax buffer overflow problem? X-Face: "csXK}xnnsH\h_ce`T#|pM]tG,6Xu.{3Rb\]&XJgVyTS'w{E+|-(}n:c(Cc* $cbtusxDP6T)Hr'k&zrwq0.3&~bAI~YJco[r.mE+K|(q]F=ZNXug:s6tyOk{VTqARy0#axm6BWti9C d User-Agent: EMH/1.10.0 SEMI/1.13.3 (Komaiko) FLIM/1.12.7 (=?ISO-8859-1?Q?Y?= =?ISO-8859-1?Q?=1B=2ED=8E=FEzaki?=) XEmacs/21.1 (20 Minutes to Nikko) (i386-unknown-freebsd2.2.8) MIME-Version: 1.0 (generated by SEMI 1.13.3 - "Komaiko") Content-Type: text/plain; charset=US-ASCII Date: Tue, 29 Feb 2000 22:41:52 -0500 Message-ID: <3493.951882112@brown.pfcs.com> From: Harlan Stenn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Where can I find a description of the buffer overflow problem reported for hylafax? I'd like to fix it. H To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 20:23: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 89F2537BD77; Tue, 29 Feb 2000 20:23:06 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 87BC42E8158; Tue, 29 Feb 2000 20:23:06 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Tue, 29 Feb 2000 20:23:06 -0800 (PST) From: Kris Kennaway To: Harlan Stenn Cc: ports@freebsd.org Subject: Re: Hylafax buffer overflow problem? In-Reply-To: <3493.951882112@brown.pfcs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 29 Feb 2000, Harlan Stenn wrote: > Where can I find a description of the buffer overflow problem reported for > hylafax? It's systemic..not just a single problem. There's a couple of patches floating around in the -audit archives..check http://www.freebsd.org/mail/ Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 20:28:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tesla.salk.edu (tesla.salk.edu [198.202.70.1]) by hub.freebsd.org (Postfix) with ESMTP id 7397D37BE5F for ; Tue, 29 Feb 2000 20:28:14 -0800 (PST) (envelope-from jorge@salk.edu) Received: from phelps.salk.edu (phelps.salk.edu [198.202.70.123]) by tesla.salk.edu (8.7.5/8.7.3) with SMTP id UAA19278; Tue, 29 Feb 2000 20:28:13 -0800 (PST) Date: Tue, 29 Feb 2000 20:23:51 -0800 (PST) From: Jorge Aldana To: freebsd-ports@freebsd.org Cc: Jorge Aldana Subject: gdk_imlib.5 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org When I try to make imlib the gdk_imlib.5 fails due to a missing file does anyone know anything on this? /usr/ports/graphics/imlib/work/imlib-1.9.8/gdk_imlib>make /bin/sh /usr/local/bin/libtool --mode=compile cc -DDJPEG_PROG=\"/usr/local/bin/djpeg\" -DCJPEG_PROG=\"/usr/local/bin/cjpeg\" -DCONVERT_PATH=\"\" -DNETPBM_PATH=\"\" -DSYSTEM_IMRC=\"/usr/X11R6/etc/imlib/imrc\" -DIMLIB_LIB=\""/usr/X11R6/lib"\" -I. -I. -I.. -I./.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/giflib -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -O -pipe -c modules.c rm -f .libs/modules.lo cc -DDJPEG_PROG=\"/usr/local/bin/djpeg\" -DCJPEG_PROG=\"/usr/local/bin/cjpeg\" -DCONVERT_PATH=\"\" -DNETPBM_PATH=\"\" -DSYSTEM_IMRC=\"/usr/X11R6/etc/imlib/imrc\" -DIMLIB_LIB=\"/usr/X11R6/lib\" -I. -I. -I.. -I./.. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/giflib -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -O -pipe -c -fPIC -DPIC modules.c -o .libs/modules.lo modules.c:10: gmodule.h: No such file or directory *** Error code 1 Stop. Jorge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 20:45:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10F1F37BD93; Tue, 29 Feb 2000 20:45:18 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA22102; Tue, 29 Feb 2000 20:45:17 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Tue, 29 Feb 2000 20:45:17 -0800 (PST) From: Message-Id: <200003010445.UAA22102@freefall.freebsd.org> To: okazaki@be.to, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16827: New port: Mule-UCS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: Mule-UCS State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Tue Feb 29 20:45:02 PST 2000 State-Changed-Why: Superseded by ports/16931 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 20:46: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F358237BDB0; Tue, 29 Feb 2000 20:46:07 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA22195; Tue, 29 Feb 2000 20:46:07 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Tue, 29 Feb 2000 20:46:07 -0800 (PST) From: Message-Id: <200003010446.UAA22195@freefall.freebsd.org> To: key@network-alchemy.com, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16646: emacs pkg on 4.0-RC needs missing libXThrStub.so.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: emacs pkg on 4.0-RC needs missing libXThrStub.so.5 State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Tue Feb 29 20:45:38 PST 2000 State-Changed-Why: This is a known issue with the first RC. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 21:40:43 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 9175C37BD34; Tue, 29 Feb 2000 21:40:42 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 8F8FA2E8157; Tue, 29 Feb 2000 21:40:42 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Tue, 29 Feb 2000 21:40:42 -0800 (PST) From: Kris Kennaway To: Jorge Aldana Cc: freebsd-ports@freebsd.org Subject: Re: gdk_imlib.5 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 29 Feb 2000, Jorge Aldana wrote: > When I try to make imlib the gdk_imlib.5 fails due to a missing file does > anyone know anything on this? > > /usr/ports/graphics/imlib/work/imlib-1.9.8/gdk_imlib>make > /bin/sh /usr/local/bin/libtool --mode=compile cc > -DDJPEG_PROG=\"/usr/local/bin/djpeg\" > -DCJPEG_PROG=\"/usr/local/bin/cjpeg\" -DCONVERT_PATH=\"\" > -DNETPBM_PATH=\"\" -DSYSTEM_IMRC=\"/usr/X11R6/etc/imlib/imrc\" > -DIMLIB_LIB=\""/usr/X11R6/lib"\" -I. -I. -I.. -I./.. > -I/usr/X11R6/include -I/usr/local/include -I/usr/local/include/giflib > -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -O -pipe > -c modules.c > rm -f .libs/modules.lo > cc -DDJPEG_PROG=\"/usr/local/bin/djpeg\" > -DCJPEG_PROG=\"/usr/local/bin/cjpeg\" -DCONVERT_PATH=\"\" > -DNETPBM_PATH=\"\" -DSYSTEM_IMRC=\"/usr/X11R6/etc/imlib/imrc\" > -DIMLIB_LIB=\"/usr/X11R6/lib\" -I. -I. -I.. -I./.. -I/usr/X11R6/include > -I/usr/local/include -I/usr/local/include/giflib -I/usr/X11R6/include > -I/usr/X11R6/include -I/usr/X11R6/include -O -pipe -c -fPIC -DPIC > modules.c -o .libs/modules.lo > modules.c:10: gmodule.h: No such file or directory This lives in the glib12 port - try rebuilding it. A good way to make sure everything pertinent is rebuilt is to use the ALWAYS_BUILD_DEPENDS flag in conjunction with the FORCE_PKG_REGISTER flag. The only downside to this is that it doesn't deinstall an old version if it's already installed, so you can end up with two registered versions of the same package (foo-1.0 and foo-1.1) which overlap on some subset of the files they install (i.e. if you then delete foo-1.0 it will blow away part or all of what foo-1.1 installed too, forcing you to reinstall foo-1.1 to put it back). This is especially annoying with things like GNOME which pump out new pico revisions every alternate day, and which usually don't interoperate with one another perfectly, so unless you are perfectly in sync you may have problems. Blame GNOME for poor release engineering skills here :-( Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 21:42: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C64B37BD34; Tue, 29 Feb 2000 21:42:07 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA27433; Tue, 29 Feb 2000 21:42:06 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Tue, 29 Feb 2000 21:42:06 -0800 (PST) From: Message-Id: <200003010542.VAA27433@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-ports@FreeBSD.org, billf@FreeBSD.org Subject: Re: ports/16974: Upgrade to Apache 1.3.11 and make packagable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade to Apache 1.3.11 and make packagable Responsible-Changed-From-To: freebsd-ports->billf Responsible-Changed-By: billf Responsible-Changed-When: Tue Feb 29 21:41:38 PST 2000 Responsible-Changed-Why: I'm (trying to) test this and commit it right now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 22:30: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0E0037BE49 for ; Tue, 29 Feb 2000 22:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA31673; Tue, 29 Feb 2000 22:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dhcp197.tellme.com (dhcp197.tellme.com [209.157.135.197]) by hub.freebsd.org (Postfix) with ESMTP id B408337BE30 for ; Tue, 29 Feb 2000 22:28:42 -0800 (PST) (envelope-from root@dhcp197.tellme.com) Received: by dhcp197.tellme.com (Postfix, from userid 0) id D0BA3AA; Tue, 29 Feb 2000 22:26:12 +0000 (GMT) Message-Id: <20000229222612.D0BA3AA@dhcp197.tellme.com> Date: Tue, 29 Feb 2000 22:26:12 +0000 (GMT) From: dannyman@tellme.com Reply-To: dannyman@tellme.com To: FreeBSD-gnats-submit@freebsd.org Cc: danny@tellme.com X-Send-Pr-Version: 3.2 Subject: ports/17087: ports/postfix flags to compile with openldap/kerberos Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17087 >Category: ports >Synopsis: ports/postfix flags to compile with openldap/kerberos >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 29 22:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: >Release: FreeBSD 3.4-RELEASE i386 >Organization: >Environment: >Description: The unsupported "compile Postfix with LDAP support" didn't work for me. I changed the line to: POSTFIX_CCARGS+= -DHAS_LDAP -I${LOCALBASE}/include -lkrb -ldes ^^^^^^^^^^^ I reckon you could check again USA_RESIDENT or something and set this appropriately. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 22:35:57 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pooky.bmk.com.au (pooky.bmk.com.au [203.36.170.246]) by hub.freebsd.org (Postfix) with ESMTP id DFF5937BE01 for ; Tue, 29 Feb 2000 22:35:52 -0800 (PST) (envelope-from brendan@bmk.com.au) Received: from garfield (gateway.ozi.nu [203.36.170.241]) by pooky.bmk.com.au (8.8.7/8.8.7) with SMTP id RAA10776 for ; Wed, 1 Mar 2000 17:35:42 +1100 Date: Wed, 1 Mar 2000 17:37:44 +1100 (EST) From: Brendan Kosowski X-Sender: brendan@garfield To: FreeBSD Ports Subject: inn port crashes Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am trying to "make install" the news/inn port from FreeBSD 2.2.5. Before it finishes I get the message "ld: -ltcl: no match" and then 5 of the "*** Error code 1" messages. I have tcl installed ( from FreeBSD 2.2.5 ). I have tried to put a copy of tcl.h in both /usr/include and /usr/local/include but this did not help. Can anyone help ??? Regards, Brendan... ------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 23: 9:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m3.cs.berkeley.edu (m3.CS.Berkeley.EDU [128.32.45.179]) by hub.freebsd.org (Postfix) with ESMTP id E9F3F37C0A7; Tue, 29 Feb 2000 23:09:06 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-183.ix.netcom.com [209.109.232.183]) by m3.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id XAA25542; Tue, 29 Feb 2000 23:08:47 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id XAA90328; Tue, 29 Feb 2000 23:07:46 -0800 (PST) Date: Tue, 29 Feb 2000 23:07:46 -0800 (PST) Message-Id: <200003010707.XAA90328@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: ports@freebsd.org Cc: committers@freebsd.org In-reply-to: (asami@freebsd.org) Subject: Ports freeze on 3/8 From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <94538.951377875@zippy.cdrom.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * In light of this, the ports freeze will be postponed for a couple of * days. I'll let you know the exact date after I talk to the other * release engineers. Ok. The ports freeze will start on March 8th. We'll then build the packages and push the release out of the door. -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 23:15:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2ACC537C0C2; Tue, 29 Feb 2000 23:15:19 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA35610; Tue, 29 Feb 2000 23:15:19 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Tue, 29 Feb 2000 23:15:19 -0800 (PST) From: Message-Id: <200003010715.XAA35610@freefall.freebsd.org> To: andrews@technologist.com, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16690: fix port: lang/nawk: [PATCH] Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fix port: lang/nawk: [PATCH] State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Tue Feb 29 23:15:09 PST 2000 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Feb 29 23:38:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D31A37BDD3; Tue, 29 Feb 2000 23:38:53 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA37863; Tue, 29 Feb 2000 23:38:53 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Tue, 29 Feb 2000 23:38:53 -0800 (PST) From: Message-Id: <200003010738.XAA37863@freefall.freebsd.org> To: sk-ports@vegamuse.org, billf@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16653: previous master site discontinued service Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: previous master site discontinued service State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Tue Feb 29 23:37:04 PST 2000 State-Changed-Why: I found a good MASTER_SITE (and WWW:) and changed it. As jedgar stated the one provided in this PR was no good. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 1:50:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m3.cs.berkeley.edu (m3.CS.Berkeley.EDU [128.32.45.179]) by hub.freebsd.org (Postfix) with ESMTP id 7E4D837BEB2 for ; Wed, 1 Mar 2000 01:50:35 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-183.ix.netcom.com [209.109.232.183]) by m3.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id BAA31528; Wed, 1 Mar 2000 01:50:34 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id BAA91227; Wed, 1 Mar 2000 01:50:30 -0800 (PST) To: Masafumi NAKANE Cc: ports@FreeBSD.org Subject: Re: BROKEN_ELF ports References: <200002252252.OAA54252@silvia.hip.berkeley.edu> <87bt54ptye.wl@fr.aslm.rim.or.jp> <87og8zo1c5.wl@fr.aslm.rim.or.jp> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 01 Mar 2000 01:50:27 -0800 In-Reply-To: Masafumi NAKANE's message of "Wed, 01 Mar 2000 11:45:14 +0900" Message-ID: Lines: 10 X-Mailer: Gnus v5.7/Emacs 20.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Masafumi NAKANE * Thanks, but No. I'm aware of the PR and have had a brief look at it, * but there seem to be more than just a few problems with the patch * provided in this PR. Ok. I won't delete the port anyway, I just didn't want to leave things in there that have no hope of being fixed. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 2: 4: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from bourbon.sfc.wide.ad.jp (bourbon.sfc.wide.ad.jp [203.178.141.171]) by hub.freebsd.org (Postfix) with ESMTP id BC58637B817; Wed, 1 Mar 2000 02:03:59 -0800 (PST) (envelope-from max@wide.ad.jp) Received: from bourbon.sfc.wide.ad.jp (bourbon [203.178.141.171]) by bourbon.access.sfc.wide.ad.jp (8.9.3+3.2W/3.7W-12/11/99/smtpfeed 1.01) with ESMTP id TAA95001; Wed, 1 Mar 2000 19:03:57 +0900 (JST) (envelope-from max@wide.ad.jp) Date: Wed, 01 Mar 2000 19:03:57 +0900 Message-ID: From: Masafumi NAKANE To: asami@FreeBSD.org Cc: ports@FreeBSD.org Subject: Re: BROKEN_ELF ports In-Reply-To: In your message of "01 Mar 2000 01:50:27 -0800" References: <200002252252.OAA54252@silvia.hip.berkeley.edu> <87bt54ptye.wl@fr.aslm.rim.or.jp> <87og8zo1c5.wl@fr.aslm.rim.or.jp> User-Agent: Wanderlust/2.2.18 (Please Forgive Me) REMI/1.14.0 (Uragawara) FLIM/1.13.2 (Kasanui) APEL/10.1 Emacs/20.5 (i386--freebsd) MULE/4.0 (HANANOEN) X-PGP-Fingerprint: EB40 BCAB 4CE5 0764 9942 378C 9596 159E CE35 6B59 X-ICQ-UIN: 46494717 MIME-Version: 1.0 (generated by REMI 1.14.0 - "Uragawara") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Yup. I understand. Now that I know there are a few more days till the ports tree get frozen, I'll try to take care of this by then. Cheers, Max At 01 Mar 2000 01:50:27 -0800, Satoshi - Ports Wraith - Asami wrote: > Ok. I won't delete the port anyway, I just didn't want to leave > things in there that have no hope of being fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 3:30:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 032AE37C222 for ; Wed, 1 Mar 2000 03:30:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA61764; Wed, 1 Mar 2000 03:30:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sign.chg.ru (sign.chg.ru [193.233.46.10]) by hub.freebsd.org (Postfix) with ESMTP id C910337B959 for ; Wed, 1 Mar 2000 03:28:08 -0800 (PST) (envelope-from andrew@sign.chg.ru) Received: (from andrew@localhost) by sign.chg.ru (8.9.3/8.9.3) id OAA13943; Wed, 1 Mar 2000 14:27:55 +0300 (MSK) (envelope-from andrew) Message-Id: <200003011127.OAA13943@sign.chg.ru> Date: Wed, 1 Mar 2000 14:27:55 +0300 (MSK) From: "Andrew L. Neporada" Reply-To: andrew@sign.chg.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17088: Unable to build kdenetwork Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17088 >Category: ports >Synopsis: Unable to build kdenetwork >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 03:30:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andrew L. Neporada >Release: FreeBSD 3.4-20000217-STABLE i386 >Organization: >Environment: current ports tree. >Description: >How-To-Repeat: cd /usr/ports/x11/kde11 && make The following output occures: ............................... /usr/X11R6/bin/moc ./notify.h -o notify.moc.cpp g++295 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -I. -I. -I.. -O -pipe -I/usr/local/include -c notify.moc.cpp /usr/X11R6/bin/moc ./setupdlg.h -o setupdlg.moc.cpp g++295 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -I. -I. -I.. -O -pipe -I/usr/local/include -c setupdlg.moc.cpp /usr/X11R6/bin/moc ./status.h -o status.moc.cpp g++295 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -I. -I. -I.. -O -pipe -I/usr/local/include -c status.moc.cpp g++295 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -I. -I. -I.. -O -pipe -I/usr/local/include -c Trace.cpp Trace.cpp: In method `void Trace::outputf(const QString &, ...)': Trace.cpp:42: warning: second parameter of `va_start' not last named argument g++295 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -I. -I. -I.. -O -pipe -I/usr/local/include -c kbiffurl.cpp g++295 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -I. -I. -I.. -O -pipe -I/usr/local/include -c status.cpp /bin/sh ../libtool --silent --mode=link g++295 -O -pipe -I/usr/local/include -s -o kbiff -L/usr/local/lib -L/usr/X11R6/lib -rpath /usr/local/lib -rpath /usr/X11R6/lib setupdlg.o kbiff.o main.o kbiffmonitor.o notify.o kbiff.moc.o kbiffmonitor.moc.o notify.moc.o setupdlg.moc.o status.moc.o Trace.o kbiffurl.o status.o -lmediatool -lkfile -lkfm -lkdecore -lXext -lqt -lX11 -lkdeui -lkdecore -lXext -lqt -lX11 gmake[3]: Leaving directory `/usr/ports/net/kdenetwork11/work/kdenetwork-1.1.2/kbiff' gmake[2]: Leaving directory `/usr/ports/net/kdenetwork11/work/kdenetwork-1.1.2/kbiff' Making all in kfinger gmake[2]: Entering directory `/usr/ports/net/kdenetwork11/work/kdenetwork-1.1.2/kfinger' Making all in doc gmake[3]: Entering directory `/usr/ports/net/kdenetwork11/work/kdenetwork-1.1.2/kfinger/doc' Making all in en gmake[4]: Entering directory `/usr/ports/net/kdenetwork11/work/kdenetwork-1.1.2/kfinger/doc/en' gmake[4]: Nothing to be done for `all'. gmake[4]: Leaving directory `/usr/ports/net/kdenetwork11/work/kdenetwork-1.1.2/kfinger/doc/en' gmake[4]: Entering directory `/usr/ports/net/kdenetwork11/work/kdenetwork-1.1.2/kfinger/doc' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/net/kdenetwork11/work/kdenetwork-1.1.2/kfinger/doc' gmake[3]: Leaving directory `/usr/ports/net/kdenetwork11/work/kdenetwork-1.1.2/kfinger/doc' Making all in toolbar gmake[3]: Entering directory `/usr/ports/net/kdenetwork11/work/kdenetwork-1.1.2/kfinger/toolbar' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/net/kdenetwork11/work/kdenetwork-1.1.2/kfinger/toolbar' gmake[3]: Entering directory `/usr/ports/net/kdenetwork11/work/kdenetwork-1.1.2/kfinger' /usr/X11R6/bin/moc ./finger.h -o finger.moc g++295 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -O -pipe -I/usr/local/include -c finger.C finger.C: In method `int FingerProtocol::writeString(QString)': finger.C:141: passing `unsigned int *' as argument 5 of `getsockopt(int, int, int, void *, int *)' changes signedness gmake[3]: *** [finger.o] Error 1 gmake[3]: Leaving directory `/usr/ports/net/kdenetwork11/work/kdenetwork-1.1.2/kfinger' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/net/kdenetwork11/work/kdenetwork-1.1.2/kfinger' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/kdenetwork11/work/kdenetwork-1.1.2' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 3:35:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from viper.lovett.com (hub.lovett.com [216.60.121.161]) by hub.freebsd.org (Postfix) with ESMTP id EAB1C37BE9B; Wed, 1 Mar 2000 03:35:13 -0800 (PST) (envelope-from ade@lovett.com) Received: from ade by viper.lovett.com with local (Exim 3.13 #1) id 12Q7PM-0000xb-00; Wed, 01 Mar 2000 05:35:12 -0600 Date: Wed, 1 Mar 2000 05:35:12 -0600 From: Ade Lovett To: Kris Kennaway Cc: freebsd-ports@freebsd.org Subject: Re: gdk_imlib.5 Message-ID: <20000301053512.B3522@lovett.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from kris@hub.freebsd.org on Tue, Feb 29, 2000 at 09:40:42PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 29, 2000 at 09:40:42PM -0800, Kris Kennaway wrote: > > This is especially annoying with things like GNOME which pump out new pico > revisions every alternate day, s/day/hour/, or so it seems at times :) > and which usually don't interoperate with > one another perfectly, Oh yes they do. Honest. Really. I mean it. Wanna buy a bridge? > so unless you are perfectly in sync you may have > problems. Blame GNOME for poor release engineering skills here :-( They're working on that. Though I'm already starting to have nightmares about GNOME 1.2 -aDe -- Ade Lovett, Austin, TX. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 6:40:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 070A337C2F6 for ; Wed, 1 Mar 2000 06:40:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA11185; Wed, 1 Mar 2000 06:40:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id 30A5637BE21 for ; Wed, 1 Mar 2000 06:39:35 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.3/8.9.3) id RAA21435; Wed, 1 Mar 2000 17:39:29 +0300 (MSK) (envelope-from andy) Message-Id: <200003011439.RAA21435@icc.surw.chel.su> Date: Wed, 1 Mar 2000 17:39:29 +0300 (MSK) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17089: Update port: editors/le Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17089 >Category: ports >Synopsis: Update port: editors/le >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 06:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.4-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update editors/le. diff -Nru le/Makefile le-1.5.7/Makefile --- le/Makefile Fri Dec 24 14:13:00 1999 +++ le-1.5.7/Makefile Wed Mar 1 17:23:48 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: le -# Version required: 1.5.5 +# Version required: 1.5.7 # Date created: 16 October 1997 # Whom: Andrey Zakhvatov # # $FreeBSD: ports/editors/le/Makefile,v 1.7 1999/12/24 03:42:59 jedgar Exp $ # -DISTNAME= le-1.5.5 +DISTNAME= le-1.5.7 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ diff -Nru le/files/md5 le-1.5.7/files/md5 --- le/files/md5 Fri Dec 24 14:13:00 1999 +++ le-1.5.7/files/md5 Wed Mar 1 17:24:21 2000 @@ -1 +1 @@ -MD5 (le-1.5.5.tar.gz) = 0c02a4be3d9b74395440aeaeaaa6d216 +MD5 (le-1.5.7.tar.gz) = f7f43b904246586381fb4d82be4718bb >How-To-Repeat: >Fix: Please, check and apply this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 6:50: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9835037C2F6 for ; Wed, 1 Mar 2000 06:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA47490; Wed, 1 Mar 2000 06:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AFCB37C345 for ; Wed, 1 Mar 2000 06:45:56 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA47074; Wed, 1 Mar 2000 06:45:56 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003011445.GAA47074@freefall.freebsd.org> Date: Wed, 1 Mar 2000 06:45:56 -0800 (PST) From: duffner@fh-konstanz.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17090: qmail - make install fails during strip(1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17090 >Category: ports >Synopsis: qmail - make install fails during strip(1) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 06:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Rainer Duffner >Release: 3.4-STABLE >Organization: >Environment: FreeBSD merkur.fh-konstanz.de 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Feb 29 19:11:58 CET 2000 root@merkur.fh-konstanz.de:/usr/src/sys/compile/MERKUR i386 >Description: during make install of qmail, I get: merkur# make install ===> Installing for qmail-1.03 /usr/libexec/elf/strip: /var/qmail/configure/config-fast: File format not recognized *** Error code 70 Stop. *** Error code 1 Stop. *** Error code 1 Stop. merkur# >How-To-Repeat: it's always repeatable ... >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 6:50:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E225D37C355 for ; Wed, 1 Mar 2000 06:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA47539; Wed, 1 Mar 2000 06:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id C4CB637BB7C for ; Wed, 1 Mar 2000 06:47:44 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.3/8.9.3) id RAA21783; Wed, 1 Mar 2000 17:47:38 +0300 (MSK) (envelope-from andy) Message-Id: <200003011447.RAA21783@icc.surw.chel.su> Date: Wed, 1 Mar 2000 17:47:38 +0300 (MSK) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17094: Update port: astro/ssystem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17094 >Category: ports >Synopsis: Update port: astro/ssystem >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 06:50:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.4-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update astro/ssystem port. diff -Nru ssystem/Makefile ssystem-1.6/Makefile --- ssystem/Makefile Sat Jan 22 14:15:00 2000 +++ ssystem-1.6/Makefile Wed Mar 1 17:43:57 2000 @@ -8,8 +8,9 @@ DISTNAME= ssystem-1.6 CATEGORIES= astro -MASTER_SITES= http://www.geocities.com/SiliconValley/Station/6492/ \ - http://www.msu.edu/user/kamelkev/ +MASTER_SITES= http://plasma.gsfc.nasa.gov/Ssystem/ \ + http://www.wam.umd.edu/~kamelkev/Ssystem/ \ + http://www.wam.umd.edu/~kamelkev/ MAINTAINER= andy@icc.surw.chel.su diff -Nru ssystem/files/md5 ssystem-1.6/files/md5 --- ssystem/files/md5 Sun Mar 14 14:28:49 1999 +++ ssystem-1.6/files/md5 Wed Mar 1 17:40:56 2000 @@ -1 +1 @@ -MD5 (ssystem-1.6.tar.gz) = 75f90a601060ca70687cebb4b2abc1f1 +MD5 (ssystem-1.6.tar.gz) = 39a20e1ac7ac1d35cf5bd768bac35e4e diff -Nru ssystem/pkg/DESCR ssystem-1.6/pkg/DESCR --- ssystem/pkg/DESCR Sat Sep 18 02:13:00 1999 +++ ssystem-1.6/pkg/DESCR Wed Mar 1 15:23:50 2000 @@ -2,5 +2,7 @@ planets, and a few major satellites. Background stars are also included. -WWW: http://www1.las.es/~amil/ssystem/ -http://www.msu.edu/~kamelkev +WWW: http://socios.las.es/~amil/ssystem/ + http://www.wam.umd.edu/~kamelkev/ + http://plasma.gsfc.nasa.gov/Ssystem/ + http://www.skysys.org/mirrors/ssystem/ >How-To-Repeat: >Fix: Please, check and apply this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 7:20: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C76937BC64 for ; Wed, 1 Mar 2000 07:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA50596; Wed, 1 Mar 2000 07:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from neptune.oceancomputer.com (neptune.oceancomputer.com [216.116.139.133]) by hub.freebsd.org (Postfix) with ESMTP id DED0737BE3B for ; Wed, 1 Mar 2000 07:17:13 -0800 (PST) (envelope-from jooji@neptune.oceancomputer.com) Received: (from jooji@localhost) by neptune.oceancomputer.com (8.9.3/8.9.3) id KAA48198; Wed, 1 Mar 2000 10:22:24 -0500 (EST) (envelope-from jooji) Message-Id: <200003011522.KAA48198@neptune.oceancomputer.com> Date: Wed, 1 Mar 2000 10:22:24 -0500 (EST) From: jooji@nickelkid.com Reply-To: jooji@nickelkid.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17095: Update port nn: version upgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17095 >Category: ports >Synopsis: Upgrade nn port to version 6.5.6 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 07:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jasper O'Malley >Release: FreeBSD 3.4-STABLE i386 >Organization: Three Giraffes and a Weirdo >Environment: >Description: diff -urN /usr/ports/news/nn/Makefile nn/Makefile --- /usr/ports/news/nn/Makefile Sat Jan 29 16:57:01 2000 +++ nn/Makefile Wed Mar 1 10:10:44 2000 @@ -1,14 +1,14 @@ # New ports collection makefile for: nn -# Version required: 6.5.5 +# Version required: 6.5.6 # Date created: 24 September 1994 # Whom: adam # # $FreeBSD: ports/news/nn/Makefile,v 1.23 2000/01/29 21:57:01 steve Exp $ # -DISTNAME= nn-6.5.5 +DISTNAME= nn-6.5.6 CATEGORIES= news -MASTER_SITES= ftp://ftp.visi.com/users/mtpins/ +MASTER_SITES= ftp://ftp.visi.com/users/mtpins/nn/ EXTRACT_SUFX= .tar.Z MAINTAINER= jooji@nickelkid.com diff -urN /usr/ports/news/nn/files/md5 nn/files/md5 --- /usr/ports/news/nn/files/md5 Sat Jan 29 16:57:06 2000 +++ nn/files/md5 Wed Mar 1 10:10:15 2000 @@ -1 +1 @@ -MD5 (nn-6.5.5.tar.Z) = f347700f2c916d66071dae04c1981952 +MD5 (nn-6.5.6.tar.Z) = bddfb9b412edee10853b9d855c56d2b1 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 7:40: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F085537BD88 for ; Wed, 1 Mar 2000 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA53121; Wed, 1 Mar 2000 07:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sign.chg.ru (sign.chg.ru [193.233.46.10]) by hub.freebsd.org (Postfix) with ESMTP id 6B5BF37C428 for ; Wed, 1 Mar 2000 07:34:39 -0800 (PST) (envelope-from andrew@sign.chg.ru) Received: (from andrew@localhost) by sign.chg.ru (8.9.3/8.9.3) id SAA24950; Wed, 1 Mar 2000 18:34:28 +0300 (MSK) (envelope-from andrew) Message-Id: <200003011534.SAA24950@sign.chg.ru> Date: Wed, 1 Mar 2000 18:34:28 +0300 (MSK) From: "Andrew L. Neporada" Reply-To: andrew@sign.chg.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17096: Can't build kdevelop port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17096 >Category: ports >Synopsis: Can't build kdevelop port >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 07:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andrew L. Neporada >Release: FreeBSD 3.4-20000217-STABLE i386 >Organization: >Environment: Current ports tree (cvsuped 29 Feb) >Description: Compiler output: [snip] gmake[3]: Entering directory `/usr/ports/devel/kdevelop/work/kdevelop-1.0/kdevelop/classparser' g++295 -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -O -pipe -c tokenizer.cc ./tokenizer.cc:238: FlexLexer.h: No such file or directory gmake[3]: *** [tokenizer.o] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/kdevelop/work/kdevelop-1.0/kdevelop/classparser' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/kdevelop/work/kdevelop-1.0/kdevelop' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/kdevelop/work/kdevelop-1.0' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. >How-To-Repeat: cd /usr/ports/devel/kdevelop && make >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 7:48:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF35437BDF5; Wed, 1 Mar 2000 07:48:52 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA54017; Wed, 1 Mar 2000 07:48:52 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Wed, 1 Mar 2000 07:48:52 -0800 (PST) From: Message-Id: <200003011548.HAA54017@freefall.freebsd.org> To: duffner@fh-konstanz.de, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17090: qmail - make install fails during strip(1) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: qmail - make install fails during strip(1) State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Wed Mar 1 07:48:38 PST 2000 State-Changed-Why: Closed! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 9:10: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 42AF037C34B for ; Wed, 1 Mar 2000 09:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA63358; Wed, 1 Mar 2000 09:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cummings.uol.com.br (cummings.uol.com.br [200.230.198.69]) by hub.freebsd.org (Postfix) with ESMTP id 0936F37BE7D for ; Wed, 1 Mar 2000 09:07:54 -0800 (PST) (envelope-from lioux-alias-ppp-FreeBSD-gnats-submit=freebsd.org@uol.com.br) Received: from bsa-1-as01-7-a24.gd.uol.com.br (bsa-1-as01-7-a24.gd.uol.com.br [200.197.118.24]) by cummings.uol.com.br (8.9.1/8.9.1) with ESMTP id OAA13522 for ; Wed, 1 Mar 2000 14:07:34 -0300 (BRT) Received: (qmail 15739 invoked by uid 1001); 1 Mar 2000 17:06:43 -0000 Message-Id: <20000301170643.15738.qmail@Fedaykin.here> Date: 1 Mar 2000 17:06:43 -0000 From: lioux@uol.com.br Reply-To: lioux@uol.com.br To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17097: update port mail/qmail (not working) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17097 >Category: ports >Synopsis: update port mail/qmail (not working) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 09:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD Here.here 4.0-CURRENT FreeBSD 4.0-CURRENT #2: Tue Feb 29 08:42:58 ES T 2000 root@Here.here:/usr/current/src/sys/compile/LIOUX i386 >Description: My last port overlooked the fact that the variable CONFIGUREFILES only holds binaries. I forgot. Therefore, I mistakenly added config-fast (a script) to it. However, it should have gone in the same place as config. Whenever one tries to make install the port complains that it can't strip config-fast because it has a wrong format (of course). >How-To-Repeat: Try to make install. >Fix: --- Makefile.ORIG Wed Mar 1 13:47:44 2000 +++ Makefile Wed Mar 1 13:48:24 2000 @@ -79,8 +79,7 @@ BOOTFILES+= ${FILESDIR}/maildir CONFIGUREFILES= ${WRKSRC}/install ${WRKSRC}/dnsfq ${WRKSRC}/hostname \ - ${WRKSRC}/dnsip ${WRKSRC}/ipmeprint ${WRKSRC}/dnsptr \ - ${WRKSRC}/config-fast + ${WRKSRC}/dnsip ${WRKSRC}/ipmeprint ${WRKSRC}/dnsptr .if (${PREFIX} == "/usr/local") DOCDIR= share/doc/qmail @@ -108,6 +107,7 @@ @cd ${WRKSRC} ; ./install @${INSTALL_PROGRAM} ${CONFIGUREFILES} ${PREFIX}/configure @${INSTALL_SCRIPT} ${WRKSRC}/config ${PREFIX}/configure + @${INSTALL_SCRIPT} ${WRKSRC}/config-fast ${PREFIX}/configure @${INSTALL_SCRIPT} ${BOOTFILES} ${PREFIX}/boot .for i in 1 5 7 8 @${MKDIR} ${PREFIX}/man/man$i >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 9:50: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B32CA37C42C for ; Wed, 1 Mar 2000 09:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA67546; Wed, 1 Mar 2000 09:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 1 Mar 2000 09:50:03 -0800 (PST) Message-Id: <200003011750.JAA67546@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/17096: Can't build kdevelop port Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17096; it has been noted by GNATS. From: Will Andrews To: "Andrew L. Neporada" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/17096: Can't build kdevelop port Date: Wed, 1 Mar 2000 11:59:49 -0500 On Wed, Mar 01, 2000 at 06:34:28PM +0300, Andrew L. Neporada wrote: > Compiler output: > [snip] > gmake[3]: Entering directory `/usr/ports/devel/kdevelop/work/kdevelop-1.0/kdevelop/classparser' > g++295 -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -O -pipe -c tokenizer.cc > ./tokenizer.cc:238: FlexLexer.h: No such file or directory > gmake[3]: *** [tokenizer.o] Error 1 Make sure you have the patches that come with the port. One of the patches patches tokenizer.cc to look for FlexLexer.h in its correct directory. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 10: 2:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sign.chg.ru (sign.chg.ru [193.233.46.10]) by hub.freebsd.org (Postfix) with ESMTP id 0DCF237C42C for ; Wed, 1 Mar 2000 10:02:22 -0800 (PST) (envelope-from andrew@chg.ru) Received: from localhost (andrew@localhost) by sign.chg.ru (8.9.3/8.9.3) with ESMTP id VAA25608; Wed, 1 Mar 2000 21:01:57 +0300 (MSK) (envelope-from andrew@chg.ru) X-Authentication-Warning: sign.chg.ru: andrew owned process doing -bs Date: Wed, 1 Mar 2000 21:01:56 +0300 (MSK) From: "Andrew L. Neporada" To: Will Andrews Cc: ports@FreeBSD.ORG Subject: Re: ports/17088: Unable to build kdenetwork In-Reply-To: <20000301123839.A426@argon.blackdawn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, 1 Mar 2000, Will Andrews wrote: > On Wed, Mar 01, 2000 at 02:27:55PM +0300, Andrew L. Neporada wrote: > > gmake[3]: Entering directory `/usr/ports/net/kdenetwork11/work/kdenetwork-1.1.2/kfinger' > > /usr/X11R6/bin/moc ./finger.h -o finger.moc > > g++295 -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -O -pipe -I/usr/local/include -c finger.C > > finger.C: In method `int FingerProtocol::writeString(QString)': > > finger.C:141: passing `unsigned int *' as argument 5 of `getsockopt(int, int, int, void *, int *)' changes signedness > > Please consult the last patch listed at > > http://www.psn.net/~will/qtkde/kdenetwork11.diff > > and let me know if it works for you then. Be careful not to apply the > Makefile patch. I'll be submitting this in PR soon. > Sorry, but your URL above is incorrect. > -- > Will Andrews > GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- > ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ > G++>+++ e->++++ h! r-->+++ y? > -- Andrew. "I know" is just "I believe" with delusions of grandeur To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 10:50: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17F1937BBC1 for ; Wed, 1 Mar 2000 10:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA73138; Wed, 1 Mar 2000 10:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from tav.qbl.com (tav.qbl.com [199.1.13.33]) by hub.freebsd.org (Postfix) with ESMTP id 7C86837BC84 for ; Wed, 1 Mar 2000 10:48:29 -0800 (PST) (envelope-from root@tav.qbl.com) Received: (from root@localhost) by tav.qbl.com (8.9.3/8.9.3) id NAA22177; Wed, 1 Mar 2000 13:48:36 -0500 (EST) Message-Id: <200003011848.NAA22177@tav.qbl.com> Date: Wed, 1 Mar 2000 13:48:36 -0500 (EST) From: admin@channel1.com Reply-To: admin@channel1.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17106: gnomemedia error Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17106 >Category: ports >Synopsis: gnomemedia fails on vu-meter build >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 10:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Brian Miller >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: PIII-600 256M >Description: DISTNAME= gnome-media-1.0.51 cc -O -pipe -I/usr/X11R6/include -L/usr/X11R6/lib -o vumeter gtkled.o gtkledbar. o main.o -Wl,-E -L/usr/X11R6/lib -L/usr/local/lib -Wl,-E -lXpm -ljpeg -lpng -lz -ltiff -lgif -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk12 -lgdk12 -lgmodu le12 -lxpg4 -lXext -lX11 -lm -lgnome -lgnomesupport -lintl -lglib12 -lintl -L/us r/local/lib main.o: In function `open_sound': main.o(.text+0x109): undefined reference to `esd_monitor_stream' gmake[2]: *** [vumeter] Error 1 gmake[2]: Leaving directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.0.51 /vu-meter' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/audio/gnomemedia/work/gnome-media-1.0.51 ' gmake: *** [all-recursive-am] Error 2 *** Error code 2 >How-To-Repeat: make install in gnome or gnomemedia >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 10:52: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from argon.blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id BCF6337BAC9 for ; Wed, 1 Mar 2000 10:51:52 -0800 (PST) (envelope-from will@argon.blackdawn.com) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 4D6981960; Wed, 1 Mar 2000 13:50:49 -0500 (EST) Date: Wed, 1 Mar 2000 13:50:49 -0500 From: Will Andrews To: "Andrew L. Neporada" Cc: Will Andrews , ports@FreeBSD.ORG Subject: Re: ports/17088: Unable to build kdenetwork Message-ID: <20000301135049.A457@argon.blackdawn.com> References: <20000301123839.A426@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from andrew@chg.ru on Wed, Mar 01, 2000 at 09:01:56PM +0300 X-Operating-System: FreeBSD 4.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Mar 01, 2000 at 09:01:56PM +0300, Andrew L. Neporada wrote: > > http://www.psn.net/~will/qtkde/kdenetwork11.diff > > > Sorry, but your URL above is incorrect. Grr. You're right.. I didn't get enough sleep last night. :\ http://www.psn.net/~andrews/qtkde/kdenetwork11.diff Sorry. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 11:10: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1E1837BCBC for ; Wed, 1 Mar 2000 11:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA75120; Wed, 1 Mar 2000 11:10:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from argon.blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id C7BCF37BC3E for ; Wed, 1 Mar 2000 11:06:20 -0800 (PST) (envelope-from root@blackdawn.com) Received: by argon.blackdawn.com (Postfix, from userid 0) id A36E71A1E; Wed, 1 Mar 2000 14:06:14 -0500 (EST) Message-Id: <20000301190614.A36E71A1E@argon.blackdawn.com> Date: Wed, 1 Mar 2000 14:06:14 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Hari Nair X-Send-Pr-Version: 3.2 Subject: ports/17107: update port: astro/xplanet: 0.45 -> 0.50 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17107 >Category: ports >Synopsis: update port: astro/xplanet: 0.45 -> 0.50 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 11:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sat Feb 12 13:20:47 EST 2000 root@argon.blackdawn.com:/usr/src/sys/compile/KRYPTON i386 >Description: Upgrade astro/xplanet (xplanet 0.50). Changes to port: 1) Change "wrightflyer.org" to "www.alumni.caltech.edu". Requested by: Hari Nair , esteemed author of xplanet. >How-To-Repeat: Use the shar below to import the new port to the tree. >Fix: diff -urN xplanet/Makefile xplanet.new/Makefile --- xplanet/Makefile Tue Feb 29 13:35:50 2000 +++ xplanet.new/Makefile Wed Mar 1 14:00:56 2000 @@ -8,7 +8,7 @@ DISTNAME= xplanet-0.50 CATEGORIES= astro x11 -MASTER_SITES= http://www.wrightflyer.org/~hari/xplanet/ \ +MASTER_SITES= http://www.alumni.caltech.edu/~hari/xplanet/ \ http://www.radcyberzine.com/xglobe/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} photo_1600.jpg diff -urN xplanet/files/md5 xplanet.new/files/md5 --- xplanet/files/md5 Tue Feb 22 19:42:00 2000 +++ xplanet.new/files/md5 Tue Feb 29 13:06:52 2000 @@ -1,2 +1,2 @@ -MD5 (xplanet-0.45.tar.gz) = 17314d79c99c68104183b7b6b19f8f48 +MD5 (xplanet-0.50.tar.gz) = f09522671454e2648225b1076cbca145 MD5 (photo_1600.jpg) = 220cea978ce224c29dd0c1eb080ddb24 diff -urN xplanet/pkg/DESCR xplanet.new/pkg/DESCR --- xplanet/pkg/DESCR Tue Feb 22 19:42:00 2000 +++ xplanet.new/pkg/DESCR Tue Feb 29 13:03:13 2000 @@ -4,7 +4,7 @@ rendered to the root window or saved to a file. An image that the user can rotate interactively can be popped up in a window using OpenGL or Mesa. -WWW: http://www.wrightflyer.org/~hari/xplanet/ +WWW: http://www.alumni.caltech.edu/~hari/xplanet/ Author: Hari Nair --Will >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 12:17:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD63C37C3D3; Wed, 1 Mar 2000 12:17:46 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA82759; Wed, 1 Mar 2000 12:17:46 -0800 (PST) (envelope-from flathill@FreeBSD.org) Date: Wed, 1 Mar 2000 12:17:46 -0800 (PST) From: Message-Id: <200003012017.MAA82759@freefall.freebsd.org> To: knu@idaemons.org, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16961: japanese/p5-kakasi: a new port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: japanese/p5-kakasi: a new port State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed Mar 1 12:17:27 PST 2000 State-Changed-Why: Committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 12:31:29 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F0A3737C229; Wed, 1 Mar 2000 12:31:27 -0800 (PST) (envelope-from flathill@FreeBSD.org) Received: (from flathill@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA84261; Wed, 1 Mar 2000 12:31:27 -0800 (PST) (envelope-from flathill@FreeBSD.org) Date: Wed, 1 Mar 2000 12:31:27 -0800 (PST) From: Message-Id: <200003012031.MAA84261@freefall.freebsd.org> To: knu@idaemons.org, flathill@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16962: devel/p5-File-MMagic: a new port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: devel/p5-File-MMagic: a new port State-Changed-From-To: open->closed State-Changed-By: flathill State-Changed-When: Wed Mar 1 12:31:13 PST 2000 State-Changed-Why: Committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 12:51:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id 67D2837BA2E; Wed, 1 Mar 2000 12:51:50 -0800 (PST) (envelope-from noway@nohow.demon.co.uk) Received: from localhost (noway@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) with ESMTP id UAA05517; Wed, 1 Mar 2000 20:29:53 GMT (envelope-from noway@nohow.demon.co.uk) Date: Wed, 1 Mar 2000 20:29:52 +0000 (GMT) From: Jose Marques To: Steve Price Cc: Jeremy Lea , freebsd-ports@FreeBSD.ORG Subject: Re: ports/17062: 4.0-20000214-CURRENT: navigator-4.7 port misses X libraries In-Reply-To: Message-ID: X-No-Archive: yes MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 28 Feb 2000, Steve Price wrote: [Snip] > 4.72 seems to require the latest set of libraries from 3.3.6 just > in the a.out format. Are you sure? I'm using it with aout libraries from the X server that was shipped with FreeBSD 2.2.8. I did try building aout libraries for 3.3.6 when I installed XFree86 from the port but Netscape became so unstable that I reverted to the old libraries. -- Jose Marques To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 13: 0: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D19D37C2BB for ; Wed, 1 Mar 2000 13:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA87317; Wed, 1 Mar 2000 13:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.9.224.2]) by hub.freebsd.org (Postfix) with ESMTP id DE74137BA93 for ; Wed, 1 Mar 2000 12:59:36 -0800 (PST) (envelope-from max@iptelecom.net.ua) Received: from vega.vega.com (dialup5-45.iptelecom.net.ua [212.9.227.45]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id XAA18534 for ; Wed, 1 Mar 2000 23:01:51 +0200 (EET) Received: (from max@localhost) by vega.vega.com (8.9.3/8.9.3) id WAA10422; Wed, 1 Mar 2000 22:58:56 +0200 (EET) (envelope-from sobomax@altavista.net) Message-Id: <200003012058.WAA10422@vega.vega.com> Date: Wed, 1 Mar 2000 22:58:56 +0200 (EET) From: sobomax@altavista.net Reply-To: sobomax@altavista.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17111: [NEW PORT] New port of Jext - a powerful 100% pure Java text editor Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17111 >Category: ports >Synopsis: [NEW PORT] New port of Jext - a powerful 100% pure Java text editor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 13:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: FreeBSD 3.4-STABLE i386 >Organization: Vega International Capital >Environment: >Description: New port of Jext - a powerful (and BTW very visually appealing;) 100% pure Java text editor >How-To-Repeat: >Fix: begin 644 jext-port.tgz M'XL("#:#O3@"`VIE>'0N=&%R`.U:_W/:.A+/K_BOV-8E-C9?WW&7-R%` M&E)(&$R;SMV[R0A;@!-_X5DF@;;YWV\E`R$)8'-Y2>=ZWDZ)Y?WL:B6M5BO) M5W0EB"G%O-YV`).ZJ._TP(4U7PQJVIJ$9\U5G9C4/[[D3*%^MX2X<@/I;KZ<6S(*:*ZK= M8D_+FMTL)?E,MJ!VS:R6E[82^MGF__"Z_Y(Y0.SXGRD6,YDL7__Q,8G_KSK^ ME?-FLW;6^2'Q'YFS^)\K%G#\,ZJF)?'_-:CEW5*_-[)QSJD[,!SY%$[)#8$` M_0*H:06>GT3\_X?X7ZWIE?:/R?_R:N%^_N=$_I\OY)/Y_QITRN>YQ8#`,#H2 M*"#@`\*@2ZD+#K%<>P(F95;?I:;4\WP8^E[?)XY#?:9`9S!B^Z$0OK^Q$(DU MV5X`7@]&C/+J>B/7""S/9<#%#<]$R9+$)FY`QEBT/=_Z:KE]>-^BOKT/7YJ- M]$FGV=@7UH6_NN%;PV!W'\@H\,!R3>H&^^#08."93&*47E-?:`]%F#?R#2JJ MXF\=$@2\`N*:X(R,`3B>3Q5%D:2+BXL2#()@6$JG;V]O%6-`ORJ&YZ1%7P64 M.&DQ?Z2?8/ZW&G6]\R/FOZ;E&$JS@GU@,H\)D)9]/?+GGK^2'\Y:MY/.9/%8&@6,O9?,? MV<#(X=DT`N50=\1D'L5B`?F!2"R@V#G'`0[M4=]R62PLH\0W!G&@ZS%*W^HM M988!,,W''O^O[/XI;,SL]!@CY$1&MH*EV&!Y2/HT2L(,S`7U6(H-#M5'2(P= M>^I'8\>.`CYV@/UF(E,/C"LTFX,1^#ZQB-PE@3&( M0BF(6HX))C9E&(H#Q6!L"ED(&-R2T/?Q<1U[/'2>L`7CBOA/&--^3U?=ZEK^ M,6'!,3I;)$@7VAQ4L3,"E/29Z#;._X:+?KD2>8!9F4S03`5'8EBBNA\Z& M9'%L-H)'6_Y$YGPH\MD-:XK;FM!W'KK1QB+Q6O5$+G;+GDC&:1UW^=#OH\V; M8^LBVX_RF#D\MATSO6&36\2E,83.\$V']&,@6SZ]L;P1BX?N>&7#0'-8+&S- M#:S`HE'@R9#Z'?ZS/@[-88L2,0;H7FZP3$59;/KBFKAT6-H$E+X*`8^#K"#A:9GTK4A=P82#S&:]@`_U1[#AOE#G!Z9"X4'.YGC"T4B<=6.PMPG4G&0 M/)V,PF'^'`%9Q1:[J!7,AZ]7G3K$0/%#@V@4WWK$T.7$T+4&\3-?@(4#SO?D M+_<%6-S[_ZR:R6E:5MS_Y//)_?^KC[_X*Q/RNO=_6B:KS;[_5+4BO__+9@IJ M@#U&:"6M$"(. M#T'.[6L:[.%O#@X/)7@+G8'%X(;Z#'PP4MWC$-!&( M52-_@M$=6N7.B5!QYOE=Z@>HRC*I+N?8^9LYF%=?1L-LR[T6ELV66;!Z\"_X!603WFP+ MM>+T[0W\^^^\N:[$)XESC27L[I^7/Y<_- MG4=ZJ[PN?FCD%>-_$[=:_+[CA>J(B/]9-5>)_Z]"&!+I+?!(Q?C'%C85QW+@3#V"1^L2'Z2RZ74IE`W?ZV)W?;8H M3EKX/(WLFJ));^WZQ)^$ MB\=;N!AX#C)233*V'-"]KF?3&^DMNWRG_7606I"F2A\:=2/PM+9^>71IWJC&I:DT^K'R\^UMEX_ M/SM(X<@HOTE8U<-7FA0:**IHG%?*C:.R7KOCUJ%A]PKNQ!VQZ#74\1B]L/<3 MRP=FD&B^+)IVKX'=AL>KOB0IN-*9Z%;85C>]_:W< MKIST8^J;6Y.JUT[KG]YT%CA=-5R!_^U/X1>)U9)L3&>+>LP/=>`Z>F'-/18 M("/4)T900@\X1-VU=N,.%W4+9`IOF/+'6*TJRAL0PXX>62 MWV>K[_>YZWWO/]&S0G*>]:#PK.4;B$\7]&G-^+B!+*93W\.9L$1&,KU'K6Z* MN0`+9H;O>;'<:%SJE7:]U;E[I`CN!Y&?/:#$>\.\Q\"[=UC`H433#)![(&-Q M-KIWNV*VIKY#*#.O>%%*'KD\J0-Y+,1WA9__,G/TLW/NB]7SBK[[J!4/7>OA MD<-C*SE[B:6_PB,#U^A<;_+4]17+->R12>$?768J?%U0G.O?DVPLH8022BBA AA!)***&$$DHHH8022BBAA!)***&$_I?H/]K$].0`4``` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 13: 0:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D68A837C27A for ; Wed, 1 Mar 2000 13:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA87308; Wed, 1 Mar 2000 13:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id D8F1937BA17 for ; Wed, 1 Mar 2000 12:51:42 -0800 (PST) (envelope-from noway@nohow.demon.co.uk) Received: (from noway@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) id UAA06280; Wed, 1 Mar 2000 20:50:02 GMT (envelope-from noway) Message-Id: <200003012050.UAA06280@nohow.demon.co.uk> Date: Wed, 1 Mar 2000 20:50:02 GMT From: Jose Marques Reply-To: noway@nohow.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17110: Netscape 4.72 update breaks USE_128BIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17110 >Category: ports >Synopsis: Netscape 4.72 update breaks USE_128BIT >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 13:00:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jose Marques >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: The latest update to the Netscape port (to 4.72) did not take into account the need to update the Fortify libraries. >How-To-Repeat: cd /usr/ports/www/netscape47-navigator setenv USE_128BIT YES make install ... error >Fix: Apply the following patch to the Makefile in www/netscape4-communicator: --- netscape4-communicator.orig/Makefile Mon Feb 28 11:00:54 2000 +++ netscape4-communicator/Makefile Wed Mar 1 20:39:25 2000 @@ -31,7 +31,7 @@ AUTOADMIN?= autoadmin-v408.x86-unknown-freebsd.tar.gz BROWSER?= communicator BROWSER_VER?= 4.08 -FORTIFY= Fortify-1.4.5-unix-x86 +FORTIFY= Fortify-1.4.6-unix-x86 NDIR= ${PREFIX}/${NSUBDIR} NSUBDIR?= lib/netscape BINDIR= ${PREFIX}/bin And change md5 file entry for the fortify library to: MD5 (Fortify-1.4.6-unix-x86.tar.gz) = 93fd03a90dcfbf8d55ce0785d2a42ffc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 13:20: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE94C37BB30 for ; Wed, 1 Mar 2000 13:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA89153; Wed, 1 Mar 2000 13:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7215637B9E9 for ; Wed, 1 Mar 2000 13:15:03 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA88652; Wed, 1 Mar 2000 13:15:03 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003012115.NAA88652@freefall.freebsd.org> Date: Wed, 1 Mar 2000 13:15:03 -0800 (PST) From: mk@mk.pp.ru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17112: Makefile for /usr/ports/net/wget is missing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17112 >Category: ports >Synopsis: Makefile for /usr/ports/net/wget is missing >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 13:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dmitry E. Karasev >Release: 3.4-STABLE >Organization: Institute of Mathematical Modelling RAS >Environment: FreeBSD mk.home 3.4-STABLE FreeBSD 3.4-STABLE #0: Fri Feb 25 01:43:11 MSK 2000 root@mk.home:/usr/src/sys/compile/OPTIMUM i386 >Description: Makefile for /usr/ports/net/wget is missing >How-To-Repeat: Just cvsup a fresh ports collection >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 13:28:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24ED537BA2E; Wed, 1 Mar 2000 13:28:17 -0800 (PST) (envelope-from asami@FreeBSD.org) Received: (from asami@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA90381; Wed, 1 Mar 2000 13:28:17 -0800 (PST) (envelope-from asami@FreeBSD.org) Date: Wed, 1 Mar 2000 13:28:17 -0800 (PST) From: Message-Id: <200003012128.NAA90381@freefall.freebsd.org> To: noway@nohow.demon.co.uk, asami@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17110: Netscape 4.72 update breaks USE_128BIT Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Netscape 4.72 update breaks USE_128BIT State-Changed-From-To: open->closed State-Changed-By: asami State-Changed-When: Wed Mar 1 13:27:58 PST 2000 State-Changed-Why: dCommitte, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 13:46:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 3E72237BB2B for ; Wed, 1 Mar 2000 13:46:38 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) for ports@freebsd.org id 12QGwt-0001ds-00; Wed, 1 Mar 2000 21:46:27 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id VAA77043 for ; Wed, 1 Mar 2000 21:46:27 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Wed, 1 Mar 2000 21:46:27 +0000 (GMT) From: Jonathon McKitrick To: ports@freebsd.org Subject: sound on XGalaga Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, i'm running 3.4-stable on a satellite 4010 My sound is pcm0 I've noticed that when i play XGalaga, sometimes the sound effects are delayed. It takes as long as 30 seconds for the sounds from laser blasts and explosions to trickle through. Sometimes the game will have been shut down entirely, and 30 seconds later, i am still hearing explosions. Is there a fix for this? -=> jm <=- Please CC me on all replies ------------------------------------------------------- The opinions expressed in this message are the opinions of the mail program only, and not of the writer, his employer, or freebsd-uk.eu.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 14: 0: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB22337C337 for ; Wed, 1 Mar 2000 14:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA93146; Wed, 1 Mar 2000 14:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 1 Mar 2000 14:00:02 -0800 (PST) Message-Id: <200003012200.OAA93146@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: ports/17112: Makefile for /usr/ports/net/wget is missing Reply-To: "Chris D. Faulhaber" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17112; it has been noted by GNATS. From: "Chris D. Faulhaber" To: mk@mk.pp.ru Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/17112: Makefile for /usr/ports/net/wget is missing Date: Wed, 1 Mar 2000 16:54:12 -0500 (EST) On Wed, 1 Mar 2000 mk@mk.pp.ru wrote: > >Synopsis: Makefile for /usr/ports/net/wget is missing > >Description: > Makefile for /usr/ports/net/wget is missing > >How-To-Repeat: > Just cvsup a fresh ports collection > >Fix: wget was move from ports/net to ports/ftp many months ago. If you are using cvsup, make sure that '*default delete' is in you supfile (and there is no other cruft in that directory)...unused files/directories should go away. ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 15: 8: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id B676E37BC52 for ; Wed, 1 Mar 2000 15:07:58 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) for ports@freebsd.org id 12QIDi-00044H-00; Wed, 1 Mar 2000 23:07:54 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id XAA77391 for ; Wed, 1 Mar 2000 23:07:53 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Wed, 1 Mar 2000 23:07:53 +0000 (GMT) From: Jonathon McKitrick To: ports@freebsd.org Subject: licq Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The newest licq port has couple of glitches. The skins do not work correctly. Apparently some of the backgrounds do not load properly. Also, is there a way to make it log on automatically, and to enable PC speaker sound? If not, what is the command i should have in the options menu to play the .wav files? -=> jm <=- Please CC me on all replies ------------------------------------------------------- The opinions expressed in this message are the opinions of the mail program only, and not of the writer, his employer, or freebsd-uk.eu.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 15:50:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3BC437BD8F for ; Wed, 1 Mar 2000 15:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA04516; Wed, 1 Mar 2000 15:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail11.svr.pol.co.uk (mail11.svr.pol.co.uk [195.92.193.23]) by hub.freebsd.org (Postfix) with ESMTP id A9CAB37BD88 for ; Wed, 1 Mar 2000 15:46:04 -0800 (PST) (envelope-from simonm@jaffacakes.freeserve.co.uk) Received: from modem-219.clown-trigger.dialup.pol.co.uk ([62.136.250.219] helo=jaffacakes.freeserve.co.uk) by mail11.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 12QIoQ-0006w6-00 for FreeBSD-gnats-submit@freebsd.org; Wed, 01 Mar 2000 23:45:51 +0000 Received: (from root@localhost) by jaffacakes.freeserve.co.uk (8.9.3/8.9.3) id XAA65595; Wed, 1 Mar 2000 23:45:52 GMT (envelope-from simonm) Message-Id: <200003012345.XAA65595@jaffacakes.freeserve.co.uk> Date: Wed, 1 Mar 2000 23:45:52 GMT From: Simon Marlow Reply-To: Simon Marlow To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17115: Upgrade port lang/ghc to version 4.06 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17115 >Category: ports >Synopsis: Upgrade port lang/ghc to version 4.06 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 15:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Simon Marlow >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -cr ghc-OLD/Makefile ghc/Makefile *** ghc-OLD/Makefile Wed Nov 10 17:25:28 1999 --- ghc/Makefile Mon Feb 21 16:13:31 2000 *************** *** 1,14 **** # New ports collection makefile for: ghc ! # Version required: 4.04 # Date created: 28 August 1999 # Whom: Simon Marlow # # $FreeBSD: ports/lang/ghc/Makefile,v 1.1.1.1 1999/11/10 17:25:28 nectar Exp $ ! DISTNAME= ghc-4.04 CATEGORIES= lang ! MASTER_SITES= http://www.haskell.org/ghc/dist/4.04/ ! DISTFILES= ghc-4.04-src${EXTRACT_SUFX} ghc-4.04-x86-hc${EXTRACT_SUFX} MAINTAINER= simonmar@microsoft.com --- 1,14 ---- # New ports collection makefile for: ghc ! # Version required: 4.06 # Date created: 28 August 1999 # Whom: Simon Marlow # # $FreeBSD: ports/lang/ghc/Makefile,v 1.1.1.1 1999/11/10 17:25:28 nectar Exp $ ! DISTNAME= ghc-4.06 CATEGORIES= lang ! MASTER_SITES= http://www.haskell.org/ghc/dist/4.06/ ! DISTFILES= ghc-4.06-src${EXTRACT_SUFX} ghc-4.06-x86-hc${EXTRACT_SUFX} MAINTAINER= simonmar@microsoft.com *************** *** 17,22 **** --- 17,24 ---- GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-hc-boot --libdir=${PREFIX}/lib/ghc + # specifying CONFIGURE_TARGET doesn't work for some reason. + CONFIGURE_TARGET= WRKSRC= ${WRKDIR}/fptools *************** *** 32,41 **** @${CP} ${FILESDIR}/build.mk ${WRKSRC}/mk @${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/ghc/compiler/rename/ParseIface.hs @${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/ghc/compiler/parser/Parser.hs ! @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} boot) post-build: @echo "GhcWithHscBuiltViaC=NO" >>${WRKSRC}/mk/build.mk @(cd ${WRKSRC}/ghc/lib; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} clean boot all) .include --- 34,46 ---- @${CP} ${FILESDIR}/build.mk ${WRKSRC}/mk @${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/ghc/compiler/rename/ParseIface.hs @${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/ghc/compiler/parser/Parser.hs ! @(cd ${WRKSRC}/glafp-utils; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} boot) ! @(cd ${WRKSRC}/ghc; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} boot) ! @(cd ${WRKSRC}/hslibs; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} boot) post-build: @echo "GhcWithHscBuiltViaC=NO" >>${WRKSRC}/mk/build.mk @(cd ${WRKSRC}/ghc/lib; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} clean boot all) + @(cd ${WRKSRC}/hslibs; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} clean boot all) .include diff -cr ghc-OLD/files/build.mk ghc/files/build.mk *** ghc-OLD/files/build.mk Wed Nov 10 17:25:28 1999 --- ghc/files/build.mk Mon Feb 21 15:41:10 2000 *************** *** 1,3 **** --- 1,4 ---- + ProjectsToBuild = glafp-utils hslibs ghc GhcLibHcOpts = -O -split-objs -odir $* SRC_HAPPY_OPTS += -c GhcLibWays= diff -cr ghc-OLD/files/md5 ghc/files/md5 *** ghc-OLD/files/md5 Wed Nov 10 17:25:28 1999 --- ghc/files/md5 Wed Mar 1 22:03:19 2000 *************** *** 1,2 **** ! MD5 (ghc-4.04-src.tar.gz) = e1211129906c45709ecf5159eb6d9d08 ! MD5 (ghc-4.04-x86-hc.tar.gz) = 19287b805f9f528559a46059bbc9c4b9 --- 1,2 ---- ! MD5 (ghc-4.06-src.tar.gz) = 61921dadbe8d0969cd783a01a4ba14fa ! MD5 (ghc-4.06-x86-hc.tar.gz) = 2755da691718ed247d63f8d2f10510dd diff -cr ghc-OLD/patches/patch-aa ghc/patches/patch-aa *** ghc-OLD/patches/patch-aa Mon Jan 24 19:37:26 2000 --- ghc/patches/patch-aa Mon Feb 21 15:38:14 2000 *************** *** 1,36 **** ! --- configure.orig Mon Jan 24 11:27:27 2000 ! +++ configure Mon Jan 24 11:28:16 2000 ! @@ -761,7 +761,16 @@ ! HostVendor_CPP='unknown' ! HostOS_CPP='linux' ! ;; ! -i[3456]86-*-freebsd3*) # FreeBSD 3.0+ uses ELF ! +i[3456]86-*-freebsd2*) # Older FreeBSDs are a.out ! + HostPlatform=i386-unknown-freebsd2 # hack again ! + TargetPlatform=i386-unknown-freebsd2 ! + BuildPlatform=i386-unknown-freebsd2 ! + HostPlatform_CPP='i386_unknown_freebsd2' ! + HostArch_CPP='i386' ! + HostVendor_CPP='unknown' ! + HostOS_CPP='freebsd2' ! + ;; ! +i[3456]86-*-freebsd*) # FreeBSD 3.0+ uses ELF ! HostPlatform=i386-unknown-freebsd3 # hack again ! TargetPlatform=i386-unknown-freebsd3 ! BuildPlatform=i386-unknown-freebsd3 ! @@ -769,15 +778,6 @@ ! HostArch_CPP='i386' ! HostVendor_CPP='unknown' ! HostOS_CPP='freebsd3' ! - ;; ! -i[3456]86-*-freebsd2*) # Older FreeBSDs are a.out ! - HostPlatform=i386-unknown-freebsd2 # hack again ! - TargetPlatform=i386-unknown-freebsd2 ! - BuildPlatform=i386-unknown-freebsd2 ! - HostPlatform_CPP='i386_unknown_freebsd2' ! - HostArch_CPP='i386' ! - HostVendor_CPP='unknown' ! - HostOS_CPP='freebsd2' ! ;; ! i[3456]86-*-netbsd*) ! HostPlatform=i386-unknown-netbsd # hack again --- 1,17 ---- ! *** hslibs/Makefile~ Thu Jan 13 14:13:32 2000 ! --- hslibs/Makefile Sun Jan 30 11:26:50 2000 ! *************** ! *** 5,12 **** ! --- 5,16 ---- ! TOP = .. ! include $(TOP)/mk/boilerplate.mk ! ! + ifeq "$(GhcWithHscBuiltViaC)" "YES" ! + SUBDIRS = lang ! + else ! # order is important here, there are dependencies between the libraries... ! SUBDIRS = lang data concurrent text net posix util ! + endif ! # num ! ! include $(TOP)/mk/target.mk Only in ghc/patches: patch-ab diff -cr ghc-OLD/pkg/PLIST ghc/pkg/PLIST *** ghc-OLD/pkg/PLIST Wed Nov 10 17:25:29 1999 --- ghc/pkg/PLIST Wed Mar 1 23:27:30 2000 *************** *** 1,7 **** bin/ghc ! bin/ghc-4.04 bin/hp2ps - bin/hstags bin/stat2resid lib/ghc/ghc-asm.prl lib/ghc/ghc-consist.prl --- 1,6 ---- bin/ghc ! bin/ghc-4.06 bin/hp2ps bin/stat2resid lib/ghc/ghc-asm.prl lib/ghc/ghc-consist.prl *************** *** 9,15 **** lib/ghc/ghc-split.prl lib/ghc/hsc lib/ghc/hscpp - lib/ghc/hstags-help lib/ghc/imports/concurrent/Channel.hi lib/ghc/imports/concurrent/ChannelVar.hi lib/ghc/imports/concurrent/Concurrent.hi --- 8,13 ---- *************** *** 17,64 **** lib/ghc/imports/concurrent/Parallel.hi lib/ghc/imports/concurrent/SampleVar.hi lib/ghc/imports/concurrent/Semaphore.hi ! lib/ghc/imports/exts/Addr.hi ! lib/ghc/imports/exts/Bits.hi ! lib/ghc/imports/exts/ByteArray.hi ! lib/ghc/imports/exts/CCall.hi ! lib/ghc/imports/exts/Dynamic.hi ! lib/ghc/imports/exts/Exception.hi ! lib/ghc/imports/exts/Foreign.hi ! lib/ghc/imports/exts/GetOpt.hi ! lib/ghc/imports/exts/GlaExts.hi ! lib/ghc/imports/exts/IOExts.hi ! lib/ghc/imports/exts/Int.hi ! lib/ghc/imports/exts/LazyST.hi ! lib/ghc/imports/exts/MutableArray.hi ! lib/ghc/imports/exts/NativeInfo.hi ! lib/ghc/imports/exts/NumExts.hi ! lib/ghc/imports/exts/ST.hi ! lib/ghc/imports/exts/Stable.hi ! lib/ghc/imports/exts/Weak.hi ! lib/ghc/imports/exts/Word.hi ! lib/ghc/imports/misc/BSD.hi ! lib/ghc/imports/misc/Bag.hi ! lib/ghc/imports/misc/BitSet.hi ! lib/ghc/imports/misc/ByteOps.hi ! lib/ghc/imports/misc/CString.hi ! lib/ghc/imports/misc/CharSeq.hi ! lib/ghc/imports/misc/FiniteMap.hi ! lib/ghc/imports/misc/ListSetOps.hi ! lib/ghc/imports/misc/MD5.hi ! lib/ghc/imports/misc/MatchPS.hi ! lib/ghc/imports/misc/Maybes.hi ! lib/ghc/imports/misc/Memo.hi ! lib/ghc/imports/misc/Native.hi ! lib/ghc/imports/misc/PackedString.hi ! lib/ghc/imports/misc/Pretty.hi ! lib/ghc/imports/misc/Printf.hi ! lib/ghc/imports/misc/Readline.hi ! lib/ghc/imports/misc/Regex.hi ! lib/ghc/imports/misc/RegexString.hi ! lib/ghc/imports/misc/Set.hi ! lib/ghc/imports/misc/Socket.hi ! lib/ghc/imports/misc/SocketPrim.hi ! lib/ghc/imports/misc/Util.hi lib/ghc/imports/posix/Posix.hi lib/ghc/imports/posix/PosixDB.hi lib/ghc/imports/posix/PosixErr.hi --- 15,91 ---- lib/ghc/imports/concurrent/Parallel.hi lib/ghc/imports/concurrent/SampleVar.hi lib/ghc/imports/concurrent/Semaphore.hi ! lib/ghc/imports/concurrent/Strategies.hi ! lib/ghc/imports/data/Assoc.hi ! lib/ghc/imports/data/AssocDefaults.hi ! lib/ghc/imports/data/AssocList.hi ! lib/ghc/imports/data/BankersQueue.hi ! lib/ghc/imports/data/BinaryRandList.hi ! lib/ghc/imports/data/BraunSeq.hi ! lib/ghc/imports/data/Collection.hi ! lib/ghc/imports/data/CollectionDefaults.hi ! lib/ghc/imports/data/CollectionUtils.hi ! lib/ghc/imports/data/EdisonPrelude.hi ! lib/ghc/imports/data/FiniteMap.hi ! lib/ghc/imports/data/JoinList.hi ! lib/ghc/imports/data/LazyPairingHeap.hi ! lib/ghc/imports/data/LeftistHeap.hi ! lib/ghc/imports/data/ListSeq.hi ! lib/ghc/imports/data/MinHeap.hi ! lib/ghc/imports/data/MyersStack.hi ! lib/ghc/imports/data/PatriciaLoMap.hi ! lib/ghc/imports/data/QuickCheck.hi ! lib/ghc/imports/data/RandList.hi ! lib/ghc/imports/data/RevSeq.hi ! lib/ghc/imports/data/Sequence.hi ! lib/ghc/imports/data/SequenceDefaults.hi ! lib/ghc/imports/data/Set.hi ! lib/ghc/imports/data/SimpleQueue.hi ! lib/ghc/imports/data/SizedSeq.hi ! lib/ghc/imports/data/SkewHeap.hi ! lib/ghc/imports/data/SplayHeap.hi ! lib/ghc/imports/data/TestOrdBag.hi ! lib/ghc/imports/data/TestOrdSet.hi ! lib/ghc/imports/data/TestSeq.hi ! lib/ghc/imports/data/UnbalancedSet.hi ! lib/ghc/imports/lang/Addr.hi ! lib/ghc/imports/lang/Bits.hi ! lib/ghc/imports/lang/ByteArray.hi ! lib/ghc/imports/lang/CCall.hi ! lib/ghc/imports/lang/CString.hi ! lib/ghc/imports/lang/Dynamic.hi ! lib/ghc/imports/lang/Exception.hi ! lib/ghc/imports/lang/FFI.hi ! lib/ghc/imports/lang/Foreign.hi ! lib/ghc/imports/lang/ForeignObj.hi ! lib/ghc/imports/lang/GlaExts.hi ! lib/ghc/imports/lang/IOExts.hi ! lib/ghc/imports/lang/Int.hi ! lib/ghc/imports/lang/LazyST.hi ! lib/ghc/imports/lang/MonadEither.hi ! lib/ghc/imports/lang/MonadFix.hi ! lib/ghc/imports/lang/MonadIdentity.hi ! lib/ghc/imports/lang/MonadRWS.hi ! lib/ghc/imports/lang/MonadReader.hi ! lib/ghc/imports/lang/MonadState.hi ! lib/ghc/imports/lang/MonadTrans.hi ! lib/ghc/imports/lang/MonadWriter.hi ! lib/ghc/imports/lang/Monoid.hi ! lib/ghc/imports/lang/MutableArray.hi ! lib/ghc/imports/lang/NativeInfo.hi ! lib/ghc/imports/lang/NumExts.hi ! lib/ghc/imports/lang/PackedString.hi ! lib/ghc/imports/lang/ST.hi ! lib/ghc/imports/lang/ShowFunctions.hi ! lib/ghc/imports/lang/Stable.hi ! lib/ghc/imports/lang/StablePtr.hi ! lib/ghc/imports/lang/TimeExts.hi ! lib/ghc/imports/lang/Weak.hi ! lib/ghc/imports/lang/Word.hi ! lib/ghc/imports/net/BSD.hi ! lib/ghc/imports/net/Socket.hi ! lib/ghc/imports/net/SocketPrim.hi ! lib/ghc/imports/net/URI.hi lib/ghc/imports/posix/Posix.hi lib/ghc/imports/posix/PosixDB.hi lib/ghc/imports/posix/PosixErr.hi *************** *** 84,106 **** lib/ghc/imports/std/PrelArr.hi lib/ghc/imports/std/PrelArrExtra.hi lib/ghc/imports/std/PrelBase.hi ! lib/ghc/imports/std/PrelCCall.hi lib/ghc/imports/std/PrelConc.hi lib/ghc/imports/std/PrelDynamic.hi lib/ghc/imports/std/PrelEnum.hi lib/ghc/imports/std/PrelErr.hi lib/ghc/imports/std/PrelException.hi lib/ghc/imports/std/PrelForeign.hi lib/ghc/imports/std/PrelGHC.hi lib/ghc/imports/std/PrelHandle.hi lib/ghc/imports/std/PrelIOBase.hi lib/ghc/imports/std/PrelList.hi lib/ghc/imports/std/PrelMain.hi lib/ghc/imports/std/PrelMaybe.hi lib/ghc/imports/std/PrelNum.hi - lib/ghc/imports/std/PrelNumExtra.hi lib/ghc/imports/std/PrelPack.hi lib/ghc/imports/std/PrelRead.hi lib/ghc/imports/std/PrelST.hi lib/ghc/imports/std/PrelShow.hi lib/ghc/imports/std/PrelStable.hi --- 111,135 ---- lib/ghc/imports/std/PrelArr.hi lib/ghc/imports/std/PrelArrExtra.hi lib/ghc/imports/std/PrelBase.hi ! lib/ghc/imports/std/PrelByteArr.hi lib/ghc/imports/std/PrelConc.hi lib/ghc/imports/std/PrelDynamic.hi lib/ghc/imports/std/PrelEnum.hi lib/ghc/imports/std/PrelErr.hi lib/ghc/imports/std/PrelException.hi + lib/ghc/imports/std/PrelFloat.hi lib/ghc/imports/std/PrelForeign.hi lib/ghc/imports/std/PrelGHC.hi lib/ghc/imports/std/PrelHandle.hi + lib/ghc/imports/std/PrelHugs.hi lib/ghc/imports/std/PrelIOBase.hi lib/ghc/imports/std/PrelList.hi lib/ghc/imports/std/PrelMain.hi lib/ghc/imports/std/PrelMaybe.hi lib/ghc/imports/std/PrelNum.hi lib/ghc/imports/std/PrelPack.hi lib/ghc/imports/std/PrelRead.hi + lib/ghc/imports/std/PrelReal.hi lib/ghc/imports/std/PrelST.hi lib/ghc/imports/std/PrelShow.hi lib/ghc/imports/std/PrelStable.hi *************** *** 111,116 **** --- 140,160 ---- lib/ghc/imports/std/Ratio.hi lib/ghc/imports/std/System.hi lib/ghc/imports/std/Time.hi + lib/ghc/imports/text/Html.hi + lib/ghc/imports/text/HtmlBlockTable.hi + lib/ghc/imports/text/MatchPS.hi + lib/ghc/imports/text/Pretty.hi + lib/ghc/imports/text/Regex.hi + lib/ghc/imports/text/RegexString.hi + lib/ghc/imports/util/GetOpt.hi + lib/ghc/imports/util/MD5.hi + lib/ghc/imports/util/Memo.hi + lib/ghc/imports/util/QuickCheck.hi + lib/ghc/imports/util/QuickCheckBatch.hi + lib/ghc/imports/util/QuickCheckPoly.hi + lib/ghc/imports/util/QuickCheckUtils.hi + lib/ghc/imports/util/Readline.hi + lib/ghc/imports/util/Select.hi lib/ghc/includes/Assembler.h lib/ghc/includes/Block.h lib/ghc/includes/CCall.h *************** *** 118,135 **** --- 162,183 ---- lib/ghc/includes/ClosureTypes.h lib/ghc/includes/Closures.h lib/ghc/includes/Constants.h + lib/ghc/includes/GranSim.h lib/ghc/includes/Hooks.h lib/ghc/includes/InfoMacros.h lib/ghc/includes/InfoTables.h lib/ghc/includes/MachDeps.h lib/ghc/includes/MachRegs.h lib/ghc/includes/NativeDefs.h + lib/ghc/includes/Parallel.h lib/ghc/includes/Prelude.h lib/ghc/includes/PrimOps.h lib/ghc/includes/Profiling.h lib/ghc/includes/Regs.h lib/ghc/includes/Rts.h lib/ghc/includes/RtsAPI.h + lib/ghc/includes/RtsTypes.h + lib/ghc/includes/SMP.h lib/ghc/includes/SchedAPI.h lib/ghc/includes/Stable.h lib/ghc/includes/Stg.h *************** *** 144,171 **** lib/ghc/includes/TailCalls.h lib/ghc/includes/Updates.h lib/ghc/includes/config.h lib/ghc/includes/gmp.h lib/ghc/includes/ieee-flpt.h lib/ghc/includes/options.h lib/ghc/includes/sainteger.h lib/ghc/libHS.a lib/ghc/libHS_cbits.a lib/ghc/libHSconcurrent.a ! lib/ghc/libHSexts.a ! lib/ghc/libHSmisc.a ! lib/ghc/libHSmisc_cbits.a lib/ghc/libHSposix.a lib/ghc/libHSposix_cbits.a lib/ghc/libHSrts.a lib/ghc/mkdependHS lib/ghc/parse-gcstats.prl lib/ghc/process-gcstats.prl lib/ghc/unlit @dirrm lib/ghc/imports/concurrent ! @dirrm lib/ghc/imports/exts ! @dirrm lib/ghc/imports/misc @dirrm lib/ghc/imports/posix @dirrm lib/ghc/imports/std @dirrm lib/ghc/imports @dirrm lib/ghc/includes @dirrm lib/ghc --- 192,233 ---- lib/ghc/includes/TailCalls.h lib/ghc/includes/Updates.h lib/ghc/includes/config.h + lib/ghc/includes/fileObject.h + lib/ghc/includes/floatExtreme.h lib/ghc/includes/gmp.h lib/ghc/includes/ieee-flpt.h lib/ghc/includes/options.h lib/ghc/includes/sainteger.h + lib/ghc/includes/stgerror.h + lib/ghc/includes/stgio.h + lib/ghc/includes/timezone.h lib/ghc/libHS.a lib/ghc/libHS_cbits.a lib/ghc/libHSconcurrent.a ! lib/ghc/libHSdata.a ! lib/ghc/libHSlang.a ! lib/ghc/libHSlang_cbits.a ! lib/ghc/libHSnet.a ! lib/ghc/libHSnet_cbits.a lib/ghc/libHSposix.a lib/ghc/libHSposix_cbits.a lib/ghc/libHSrts.a + lib/ghc/libHStext.a + lib/ghc/libHStext_cbits.a + lib/ghc/libHSutil.a + lib/ghc/libHSutil_cbits.a lib/ghc/mkdependHS lib/ghc/parse-gcstats.prl lib/ghc/process-gcstats.prl lib/ghc/unlit @dirrm lib/ghc/imports/concurrent ! @dirrm lib/ghc/imports/data ! @dirrm lib/ghc/imports/lang ! @dirrm lib/ghc/imports/net @dirrm lib/ghc/imports/posix @dirrm lib/ghc/imports/std + @dirrm lib/ghc/imports/text + @dirrm lib/ghc/imports/util @dirrm lib/ghc/imports @dirrm lib/ghc/includes @dirrm lib/ghc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 16:20: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C2FB937BDE4 for ; Wed, 1 Mar 2000 16:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA07819; Wed, 1 Mar 2000 16:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from dee.isi.edu (dee.isi.edu [128.9.160.175]) by hub.freebsd.org (Postfix) with ESMTP id 22E7537BE39 for ; Wed, 1 Mar 2000 16:13:53 -0800 (PST) (envelope-from yushunwa@ISI.EDU) Received: (from yushunwa@localhost) by dee.isi.edu (8.9.3/8.8.8) id QAA14414; Wed, 1 Mar 2000 16:13:49 -0800 (PST) Message-Id: <200003020013.QAA14414@dee.isi.edu> Date: Wed, 1 Mar 2000 16:13:49 -0800 (PST) From: yushunwa@isi.edu Reply-To: yushunwa@isi.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17116: new port: ip-tun Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17116 >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: Wed Mar 1 16:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Yu-Shun Wang >Release: FreeBSD 3.2-RELEASE i386 >Organization: USC Information Sciences Institute >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ip-tun # ip-tun/pkg # ip-tun/pkg/COMMENT # ip-tun/pkg/DESCR # ip-tun/pkg/PLIST # ip-tun/files # ip-tun/files/md5 # ip-tun/Makefile # echo c - ip-tun mkdir -p ip-tun > /dev/null 2>&1 echo c - ip-tun/pkg mkdir -p ip-tun/pkg > /dev/null 2>&1 echo x - ip-tun/pkg/COMMENT sed 's/^X//' >ip-tun/pkg/COMMENT << 'END-of-ip-tun/pkg/COMMENT' Xip-tun - implement RFC-2003 IP-in-IP tunnels END-of-ip-tun/pkg/COMMENT echo x - ip-tun/pkg/DESCR sed 's/^X//' >ip-tun/pkg/DESCR << 'END-of-ip-tun/pkg/DESCR' Xip-tun establishes an RFC-2003 style IP encapsulation tunnel using a tun(4) Xkernel interface combined with divert sockets and IP firewall rules. END-of-ip-tun/pkg/DESCR echo x - ip-tun/pkg/PLIST sed 's/^X//' >ip-tun/pkg/PLIST << 'END-of-ip-tun/pkg/PLIST' Xbin/ip-tun END-of-ip-tun/pkg/PLIST echo c - ip-tun/files mkdir -p ip-tun/files > /dev/null 2>&1 echo x - ip-tun/files/md5 sed 's/^X//' >ip-tun/files/md5 << 'END-of-ip-tun/files/md5' XMD5 (ip-tun-1.0.tar.gz) = 88814d46bd63618bf5fd66924170093e END-of-ip-tun/files/md5 echo x - ip-tun/Makefile sed 's/^X//' >ip-tun/Makefile << 'END-of-ip-tun/Makefile' X# New ports collection makefile for: ip-tun X# Version required: 1.0 X# Date created: Feb 22 2000 X# Whom: Yu-Shun Wang X# X# $Id$ X# X XDISTNAME= ip-tun-1.0 XCATEGORIES= net XMASTER_SITES= http://www.isi.edu/xbone/software/ X XMAINTAINER= yushunwa@isi.edu X XMAN8= ip-tun.8 X X.include X END-of-ip-tun/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 17: 3:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F62637BE71; Wed, 1 Mar 2000 17:03:21 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA11344; Wed, 1 Mar 2000 17:03:20 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 1 Mar 2000 17:03:20 -0800 (PST) From: Message-Id: <200003020103.RAA11344@freefall.freebsd.org> To: mk@mk.pp.ru, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17112: Makefile for /usr/ports/net/wget is missing Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Makefile for /usr/ports/net/wget is missing State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Mar 1 17:02:09 PST 2000 State-Changed-Why: ports/net/wget is now ports/ftp/wget; see http://www.freebsd.org/cgi/cvsweb.cgi/ports/net/wget/Attic/Makefile for details To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 17: 7:33 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DE1237C463; Wed, 1 Mar 2000 17:07:31 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA11703; Wed, 1 Mar 2000 17:07:26 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 1 Mar 2000 17:07:26 -0800 (PST) From: Message-Id: <200003020107.RAA11703@freefall.freebsd.org> To: andy@icc.surw.chel.su, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17094: Update port: astro/ssystem Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: astro/ssystem State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Mar 1 17:04:21 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 17:14:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BCA4437BE71; Wed, 1 Mar 2000 17:14:30 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA12356; Wed, 1 Mar 2000 17:14:29 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 1 Mar 2000 17:14:29 -0800 (PST) From: Message-Id: <200003020114.RAA12356@freefall.freebsd.org> To: andrews@technologist.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17107: update port: astro/xplanet: 0.45 -> 0.50 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port: astro/xplanet: 0.45 -> 0.50 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Mar 1 17:13:49 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 17:26:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC90437BE71; Wed, 1 Mar 2000 17:26:29 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA13479; Wed, 1 Mar 2000 17:26:28 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Wed, 1 Mar 2000 17:26:28 -0800 (PST) From: Message-Id: <200003020126.RAA13479@freefall.freebsd.org> To: andy@icc.surw.chel.su, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17089: Update port: editors/le Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: editors/le State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Wed Mar 1 17:15:28 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 17:28:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail-green.research.att.com (H-135-207-30-103.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id 65EB637BDBD for ; Wed, 1 Mar 2000 17:28:11 -0800 (PST) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id 1D7D91E023; Wed, 1 Mar 2000 20:28:04 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id UAA25893; Wed, 1 Mar 2000 20:28:03 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id RAA25851; Wed, 1 Mar 2000 17:27:36 -0800 (PST) Message-Id: <200003020127.RAA25851@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: andrews@technologist.com Subject: Re: ports/17088: Unable to build kdenetwork Cc: andrew@chg.ru, andrews@technologist.com, ports@freebsd.org References: <20000301123839.A426@argon.blackdawn.com> <20000301135049.A457@argon.blackdawn.com> Date: Wed, 1 Mar 2000 17:27:35 -0800 Versions: dmail (solaris) 2.2g/makemail 2.9a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Isn't it easier to just add "-pedantic" to CXXFLAGS? Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 17:40:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 6864E37BEDD for ; Wed, 1 Mar 2000 17:40:06 -0800 (PST) (envelope-from daemon@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id CAA24624 for freebsd-ports@freebsd.org; Thu, 2 Mar 2000 02:40:05 +0100 (CET) (envelope-from daemon@bigeye.rhein-neckar.de) Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id CAA80278 for freebsd-ports@freebsd.org; Thu, 2 Mar 2000 02:38:12 +0100 (CET) (envelope-from daemon) From: naddy@mips.rhein-neckar.de (Christian Weisgerber) Subject: Re: sound on XGalaga Date: 2 Mar 2000 02:38:11 +0100 Message-ID: <89kgm3$2eca$1@bigeye.rhein-neckar.de> References: To: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jonathon McKitrick wrote: > i'm running 3.4-stable on a satellite 4010 > My sound is pcm0 4.0-CURRENT, SB PIC64 here. > I've noticed that when i play XGalaga, sometimes the sound effects are > delayed. It takes as long as 30 seconds for the sounds from laser > blasts and explosions to trickle through. Sometimes the game will > have been shut down entirely, and 30 seconds later, i am still hearing > explosions. Same here. The sound is badly delayed. Also: * When it asks for my name for the high score table and I just confirm with , the actual name shown in the table has garbage characters appended. * It also complains: 10,610,6Trouble opening high scores file '/usr/X11R6/lib/X11/xgalaga/scores' Trouble opening high scores file '/home/naddy/.xgalscores' (Of course XGalaga's single most annoying error is the name, as the game clearly is a clone of Galaxians rather than Galaga. That's not a fault of the port though. :-) ) -- Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 17:50: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE7D637BEF4 for ; Wed, 1 Mar 2000 17:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA15644; Wed, 1 Mar 2000 17:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from oxygen.yy.ics.keio.ac.jp (oxygen.yy.ics.keio.ac.jp [131.113.47.3]) by hub.freebsd.org (Postfix) with ESMTP id 5BC5137BEB0 for ; Wed, 1 Mar 2000 17:45:53 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (lavender.rad.cc.keio.ac.jp [131.113.16.115]) by oxygen.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id KAA08062; Thu, 2 Mar 2000 10:45:36 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id KAA08186; Thu, 2 Mar 2000 10:45:33 +0900 (JST) Message-Id: <200003020145.KAA08186@lavender.yy.cs.keio.ac.jp> Date: Thu, 2 Mar 2000 10:45:33 +0900 (JST) From: sanpei@sanpei.org Reply-To: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17118: update port japanese/kanji18 and kanji26 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17118 >Category: ports >Synopsis: update port japanese/kanji18 and kanji26 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 17:50:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 4.0-CURRENT i386 >Organization: Yokohama, Japan >Environment: >Description: I'm maintainer of japanese/kanji18 and japanese/kanji26. I update these ports with below points: - use MASTERDIR, instead of .include "${.CURDIR}/........ suggested at ports-jp@jp.FreeBSD.org - change and normalize my(maintainer) e-mail address to sanpei@sanpei.org Thank you. >How-To-Repeat: >Fix: --- ports/japanese/kanji26/Makefile.org Thu Mar 2 10:26:48 2000 +++ ports/japanese/kanji26/Makefile Thu Mar 2 10:30:07 2000 @@ -1,7 +1,7 @@ # New ports collection makefile for: kanji26 # Version required: 1.0 # Date created: 23 November 1999 -# Whom: Yoshiro MIHIRA +# Whom: Yoshiro MIHIRA # # $FreeBSD: ports/japanese/kanji26/Makefile,v 1.1.1.1 2000/01/08 01:24:41 taoka Exp $ # @@ -10,8 +10,10 @@ DISTFILES?= 793.gz 794.gz 795.gz 796.gz 797.gz 798.gz 799.gz \ 800.gz 802.gz 816.gz 817.gz 818.gz 819.gz 820.gz 821.gz +FILESDIR= ${.CURDIR}/files +MASTERDIR= ${.CURDIR}/../kanji18 README_FILE?= 793.gz RESIZESED_FILE?= 26to24.sed RESIZED_ALIAS_FILE?= kanji24.alias -.include "${.CURDIR}/../kanji18/Makefile" +.include "${MASTERDIR}/Makefile" --- ports/japanese/kanji18/Makefile.org Thu Mar 2 10:37:32 2000 +++ ports/japanese/kanji18/Makefile Thu Mar 2 10:37:54 2000 @@ -1,7 +1,7 @@ # New ports collection makefile for: kanji18 # Version required: 1.0 # Date created: 23 November 1999 -# Whom: Yoshiro MIHIRA +# Whom: Yoshiro MIHIRA # # $FreeBSD: ports/japanese/kanji18/Makefile,v 1.1.1.1 2000/01/08 01:23:47 taoka Exp $ # @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${DISTNAME} DISTFILES?= 573.z 574.z 575.z 576.z 577.z 578.z 579.z 580.z 581.z -MAINTAINER= sanpei@jp.FreeBSD.org +MAINTAINER= sanpei@sanpei.org BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar \ bdftopcf:${PORTSDIR}/x11/XFree86 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 21:10: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 404C237C0DC for ; Wed, 1 Mar 2000 21:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA32957; Wed, 1 Mar 2000 21:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.fwi.com (mail.fwi.com [209.84.160.144]) by hub.freebsd.org (Postfix) with SMTP id 0E9B937BF8B for ; Wed, 1 Mar 2000 21:09:50 -0800 (PST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (qmail 13371 invoked from network); 2 Mar 2000 05:09:48 -0000 Received: from fw-line-92.fwi.com (HELO gelemna.ft-wayne.in.us) (209.84.172.97) by mail.fwi.com with SMTP; 2 Mar 2000 05:09:48 -0000 Received: (from croyle@localhost) by gelemna.ft-wayne.in.us (8.9.3/8.9.3) id AAA77807; Thu, 2 Mar 2000 00:09:11 -0500 (EST) (envelope-from croyle) Message-Id: <200003020509.AAA77807@gelemna.ft-wayne.in.us> Date: Thu, 2 Mar 2000 00:09:11 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17119: update security/p5-PGP-Sign to 0.16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17119 >Category: ports >Synopsis: update security/p5-PGP-Sign to 0.16 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 21:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: New version released, principally to support PGP 6.5.*. Since we don't have a PGP 6.5 port, I'm not doing anything to make use of that support at this point. >How-To-Repeat: >Fix: Apply this patch: diff -ruN p5-PGP-Sign.old/Makefile p5-PGP-Sign/Makefile --- p5-PGP-Sign.old/Makefile Mon Aug 30 20:51:31 1999 +++ p5-PGP-Sign/Makefile Thu Mar 2 00:03:41 2000 @@ -1,13 +1,13 @@ # New ports collection makefile for: p5-PGP-Sign -# Version required: 0.15 +# Version required: 0.16 # Date created: January 2, 1998 # Whom: Don Croyle # # $FreeBSD: ports/security/p5-PGP-Sign/Makefile,v 1.8 1999/08/31 01:51:31 peter Exp $ # -DISTNAME= PGP-Sign-0.15 -PKGNAME= p5-PGP-Sign-0.15 +DISTNAME= PGP-Sign-0.16 +PKGNAME= p5-PGP-Sign-0.16 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PGP diff -ruN p5-PGP-Sign.old/files/md5 p5-PGP-Sign/files/md5 --- p5-PGP-Sign.old/files/md5 Sun Jun 20 13:39:14 1999 +++ p5-PGP-Sign/files/md5 Thu Mar 2 00:03:46 2000 @@ -1 +1 @@ -MD5 (PGP-Sign-0.15.tar.gz) = 42e0d91b84483616a92e0304b6f0432d +MD5 (PGP-Sign-0.16.tar.gz) = 8e641df06d7059ea34e86a0927bfc384 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Mar 1 23:30: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7739E37BEF2 for ; Wed, 1 Mar 2000 23:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA43430; Wed, 1 Mar 2000 23:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from oxygen.yy.ics.keio.ac.jp (oxygen.yy.ics.keio.ac.jp [131.113.47.3]) by hub.freebsd.org (Postfix) with ESMTP id C350B37BC3A for ; Wed, 1 Mar 2000 23:26:02 -0800 (PST) (envelope-from sanpei@sanpei.org) Received: from lavender.yy.cs.keio.ac.jp (lavender.rad.cc.keio.ac.jp [131.113.16.115]) by oxygen.yy.ics.keio.ac.jp (8.9.3+3.2W/3.7W) with ESMTP id QAA09078; Thu, 2 Mar 2000 16:25:58 +0900 (JST) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id QAA08816; Thu, 2 Mar 2000 16:25:57 +0900 (JST) Message-Id: <200003020725.QAA08816@lavender.yy.cs.keio.ac.jp> Date: Thu, 2 Mar 2000 16:25:57 +0900 (JST) From: sanpei@sanpei.org Reply-To: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17123: update port: japanese/oleo Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17123 >Category: ports >Synopsis: update port: japanese/oleo >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 1 23:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 4.0-CURRENT i386 >Organization: Yokohama, Japan >Environment: >Description: I'm maintainer of japanese/oleo. I update these ports with below points: - add usr_XLIB(this program needs libX - add CONFIGURE_ENV - change and normalize my(maintainer) e-mail address to sanpei@sanpei.org Thank you. >How-To-Repeat: >Fix: --- ports/japanese/oleo/Makefile.org Thu Mar 2 16:16:12 2000 +++ ports/japanese/oleo/Makefile Thu Mar 2 16:20:18 2000 @@ -18,9 +18,12 @@ PATCHFILES= oleo-1.6-1.6jb2.diff.gz PATCH_DIST_STRIP= -p1 -MAINTAINER= sanpei@yy.cs.keio.ac.jp +MAINTAINER= sanpei@sanpei.org +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" GNU_CONFIGURE=yes +USE_XLIB= yes post-install: .if !defined(NOPORTDOCS) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 2:20: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 298F137BFF5 for ; Thu, 2 Mar 2000 02:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA63009; Thu, 2 Mar 2000 02:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.9.224.2]) by hub.freebsd.org (Postfix) with ESMTP id 1D6C637BFF5 for ; Thu, 2 Mar 2000 02:11:42 -0800 (PST) (envelope-from max@iptelecom.net.ua) Received: from vega.vega.com (dialup6-48.iptelecom.net.ua [212.9.227.112]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id MAA12812 for ; Thu, 2 Mar 2000 12:13:55 +0200 (EET) Received: (from max@localhost) by vega.vega.com (8.9.3/8.9.3) id MAA13373; Thu, 2 Mar 2000 12:10:58 +0200 (EET) (envelope-from sobomax@altavista.net) Message-Id: <200003021010.MAA13373@vega.vega.com> Date: Thu, 2 Mar 2000 12:10:58 +0200 (EET) From: sobomax@altavista.net Reply-To: sobomax@altavista.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17125: [PATCH] Update of the xfce port to the new 3.3.1 version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17125 >Category: ports >Synopsis: [PATCH] Update of the xfce port to the new 3.3.1 version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 2 02:20:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: FreeBSD 3.4-STABLE i386 >Organization: Vega International Capital >Environment: >Description: Update of the xfce port to the new 3.3.1 version >How-To-Repeat: >Fix: diff -ruN /usr/ports/x11-wm/xfce/Makefile xfce/Makefile --- /usr/ports/x11-wm/xfce/Makefile Mon Jan 24 11:06:46 2000 +++ xfce/Makefile Thu Mar 2 10:55:30 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: xfce -# Version required: 3.2.5 +# Version required: 3.3.1 # Date created: 30 June 1997 # Whom: Yukihiro Nakai # # $FreeBSD: ports/x11-wm/xfce/Makefile,v 1.25 2000/01/22 12:49:37 nakai Exp $ # -DISTNAME= xfce-3.2.5 +DISTNAME= xfce-3.3.1 CATEGORIES= x11-wm MASTER_SITES= http://www.xfce.org/archive/ @@ -15,7 +15,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ Imlib.5:${PORTSDIR}/graphics/imlib \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 -RUN_DEPENDS= ${LOCALBASE}/bin/sox:${PORTSDIR}/audio/sox +RUN_DEPENDS= ${LOCALBASE}/bin/esdplay:${PORTSDIR}/audio/esound GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff -ruN /usr/ports/x11-wm/xfce/files/md5 xfce/files/md5 --- /usr/ports/x11-wm/xfce/files/md5 Mon Jan 24 11:06:46 2000 +++ xfce/files/md5 Thu Mar 2 10:31:24 2000 @@ -1 +1 @@ -MD5 (xfce-3.2.5.tar.gz) = 45d585710f3ed335c2be168ab4276ab1 +MD5 (xfce-3.3.1.tar.gz) = d1c96248f38c2faa7d57f88042a48df5 diff -ruN /usr/ports/x11-wm/xfce/pkg/PLIST xfce/pkg/PLIST --- /usr/ports/x11-wm/xfce/pkg/PLIST Mon Jan 24 11:06:47 2000 +++ xfce/pkg/PLIST Thu Mar 2 10:47:37 2000 @@ -37,6 +37,7 @@ share/xfce/backdrops/Compute.xpm share/xfce/backdrops/Concrete.xpm share/xfce/backdrops/Darkblue2.xpm +share/xfce/backdrops/Default.xpm share/xfce/backdrops/Desert2.xpm share/xfce/backdrops/Dry.xpm share/xfce/backdrops/Eyes.xpm @@ -313,6 +314,7 @@ share/xfce/locale/fi/LC_MESSAGES/xfce.mo share/xfce/locale/fr/LC_MESSAGES/xfce.mo share/xfce/locale/gl/LC_MESSAGES/xfce.mo +share/xfce/locale/hu/LC_MESSAGES/xfce.mo share/xfce/locale/it/LC_MESSAGES/xfce.mo share/xfce/locale/ja/LC_MESSAGES/xfce.mo share/xfce/locale/pl/LC_MESSAGES/xfce.mo @@ -328,6 +330,7 @@ share/xfce/palettes/Citrouille share/xfce/palettes/Clinky share/xfce/palettes/Craters +share/xfce/palettes/Default share/xfce/palettes/Dolly share/xfce/palettes/Dust share/xfce/palettes/Fall @@ -349,8 +352,10 @@ share/xfce/palettes/Salmon share/xfce/palettes/Salmon2 share/xfce/palettes/Sand +share/xfce/palettes/Silver share/xfce/palettes/Spring share/xfce/palettes/Stellar +share/xfce/palettes/Stripe share/xfce/palettes/Sunny share/xfce/palettes/Symbiose share/xfce/palettes/TBlue @@ -437,6 +442,8 @@ share/xfce/textures/military.xpm share/xfce/textures/oldwood.xpm share/xfce/textures/paper.xpm +share/xfce/textures/silver.xpm +share/xfce/textures/stripe.xpm share/xfce/xfdefs.py @dirrm share/xfce/backdrops @dirrm share/xfce/help @@ -457,6 +464,8 @@ @dirrm share/xfce/locale/fr @dirrm share/xfce/locale/gl/LC_MESSAGES @dirrm share/xfce/locale/gl +@dirrm share/xfce/locale/hu/LC_MESSAGES +@dirrm share/xfce/locale/hu @dirrm share/xfce/locale/it/LC_MESSAGES @dirrm share/xfce/locale/it @dirrm share/xfce/locale/ja/LC_MESSAGES >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 2:49: 2 2000 Delivered-To: freebsd-ports@freebsd.org Received: from shadowmere.student.utwente.nl (wit401305.student.utwente.nl [130.89.236.145]) by hub.freebsd.org (Postfix) with ESMTP id 3CE1937C0D4 for ; Thu, 2 Mar 2000 02:49:01 -0800 (PST) (envelope-from daeron@wit401305.student.utwente.nl) Received: by shadowmere.student.utwente.nl (Postfix, from userid 1000) id F04F71F8E; Thu, 2 Mar 2000 11:48:55 +0100 (CET) Date: Thu, 2 Mar 2000 11:48:55 +0100 From: Pascal Hofstee To: Jonathon McKitrick Cc: ports@freebsd.org Subject: Re: licq Message-ID: <20000302114855.A28009@shadowmere.student.utwente.nl> Reply-To: daeron@shadowmere.student.utwente.nl References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from jcm@dogma.freebsd-uk.eu.org on Wed, Mar 01, 2000 at 11:07:53PM +0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Mar 01, 2000 at 11:07:53PM +0000, Jonathon McKitrick wrote: > The newest licq port has couple of glitches. > The skins do not work correctly. Apparently some of the backgrounds > do not load properly. This is because the QT2 port doesn't build with "internal GIF-support". > Also, is there a way to make it log on automatically, Just check your "Options" window under the tab "Status" -- Pascal Hofstee < daeron @ shadowmere . student . utwente . nl > Managers know it must be good because the programmers hate it so much. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 3:37:43 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pinky.plambert.net (pinky.plambert.net [205.219.88.225]) by hub.freebsd.org (Postfix) with ESMTP id 2E83737C0D4 for ; Thu, 2 Mar 2000 03:37:40 -0800 (PST) (envelope-from plambert@pinky.plambert.net) Received: (from plambert@localhost) by pinky.plambert.net (8.9.3/8.9.3) id DAA11866; Thu, 2 Mar 2000 03:37:36 -0800 (PST) (envelope-from plambert) Date: Thu, 2 Mar 2000 03:37:35 -0800 From: "Paul M . Lambert" To: ports@freebsd.org Cc: patrick@mindstep.com Subject: difficulties with ports/net/pipsecd/ Message-ID: <20000302033735.B954@pinky.plambert.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm sure the problem is painfully obvious, but it's not so to me at the moment. I've attempted to install pipsecd. My box is a 3.4-STABLE box cvsupped on 2/28, IIRC. The sources were built and installed just fine, and I made a new kernel at the same time. Here's the rub. pipsecd fails to build for some unapparent reason: the very first cc makes it quite clear that something is hosed. I'm in the USA, and have USA_RESIDENT set to yes. Here it is: root@pinky# make ===> Extracting for pipsecd-19991014 >> Checksum OK for pipsec-19991014.tar.gz. ===> pipsecd-19991014 depends on shared library: crypto.1 - found ===> pipsecd-19991014 depends on shared library: rsaref.2 - found ===> Patching for pipsecd-19991014 ===> Applying FreeBSD patches for pipsecd-19991014 ===> Configuring for pipsecd-19991014 ===> Building for pipsecd-19991014 cc -Wall -I/usr/local/include/openssl -I/usr/local/include -I/usr/local/include -g -O3 -pipe -o pipsecd tunip.c -L/usr/local/lib -lcrypto -L/usr/local/lib -L /usr/local/lib -lRSAglue -lrsaref -DFILE_PREFIX=\"/usr/local\" tunip.c:373: warning: initialization from incompatible pointer type tunip.c:373: warning: initialization from incompatible pointer type tunip.c:374: warning: initialization from incompatible pointer type tunip.c:378: warning: initialization from incompatible pointer type tunip.c:378: warning: initialization from incompatible pointer type tunip.c:379: warning: initialization from incompatible pointer type tunip.c:383: warning: initialization from incompatible pointer type tunip.c:383: warning: initialization from incompatible pointer type tunip.c:384: warning: initialization from incompatible pointer type tunip.c: In function `parse_secret': tunip.c:944: warning: int format, pointer arg (arg 3) tunip.c:956: warning: int format, pointer arg (arg 3) tunip.c: In function `config_read': tunip.c:992: warning: passing arg 1 of `strsep' from incompatible pointer type tunip.c:996: warning: passing arg 1 of `strsep' from incompatible pointer type tunip.c:1036: warning: passing arg 1 of `strsep' from incompatible pointer type tunip.c:1154: warning: passing arg 1 of `strsep' from incompatible pointer type tunip.c: In function `my_des_cbc_encrypt': tunip.c:2023: warning: passing arg 5 of `des_cbc_encrypt' from incompatible poin ter type tunip.c: In function `my_des_cbc_decrypt': tunip.c:2035: warning: passing arg 5 of `des_cbc_encrypt' from incompatible poin ter type tunip.c: In function `my_des_setkey': tunip.c:2046: warning: passing arg 1 of `des_set_key' from incompatible pointer type tunip.c: In function `my_des3_cbc_encrypt': tunip.c:2055: warning: passing arg 7 of `des_ede3_cbc_encrypt' from incompatible pointer type tunip.c: In function `my_des3_cbc_decrypt': tunip.c:2063: warning: passing arg 7 of `des_ede3_cbc_encrypt' from incompatible pointer type tunip.c: In function `my_des3_setkey': tunip.c:2071: warning: passing arg 1 of `des_set_key' from incompatible pointer type tunip.c:2073: warning: passing arg 1 of `des_set_key' from incompatible pointer type tunip.c:2075: warning: passing arg 1 of `des_set_key' from incompatible pointer type root@pinky# Any suggestions, anyone? --plambert -- I hate bombs, terrorism, fear, plans, future and past injustices, manifestos, popular sentiment, ignition, timetables, meetings, and poorly adjusted weasels. A warm hello to my friends and fans in domestic surveillance! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 3:50: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F17337C01A for ; Thu, 2 Mar 2000 03:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71538; Thu, 2 Mar 2000 03:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kfug.kr.freebsd.org (bolero.snu.ac.kr [147.46.102.39]) by hub.freebsd.org (Postfix) with ESMTP id 7568A37C0D4 for ; Thu, 2 Mar 2000 03:49:10 -0800 (PST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from cjh@localhost) by kfug.kr.freebsd.org (8.8.8/8.8.8) id UAA00426; Thu, 2 Mar 2000 20:49:04 +0900 (KST) (envelope-from cjh) Message-Id: <200003021149.UAA00426@kfug.kr.freebsd.org> Date: Thu, 2 Mar 2000 20:49:04 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17126: Ports fix: korean/hlatexpsfonts-wansungstd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17126 >Category: ports >Synopsis: Ports fix: korean/hlatexpsfonts-wansungstd >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 2 03:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.4-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 3.4-STABLE FreeBSD 3.4-STABLE #6: Sun Jan 9 12:32:52 KST 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: Distfiles location fix. >How-To-Repeat: build it! >Fix: diff -uNr /usr/ports/korean/hlatexpsfonts-wansungstd/Makefile hlatexpsfonts-wansungstd/Makefile --- /usr/ports/korean/hlatexpsfonts-wansungstd/Makefile Mon Sep 6 02:03:40 1999 +++ hlatexpsfonts-wansungstd/Makefile Fri Feb 25 23:14:10 2000 @@ -9,7 +9,7 @@ DISTNAME= HLaTeXpsfonts-wansung-0.98 PKGNAME= ko-HLaTeXpsfonts-${HLATEX_ENCODING}std-0.98 CATEGORIES= korean print -MASTER_SITES= ftp://ftp.linguistik.uni-erlangen.de/pub/HLaTeX/${HLATEX_ENCODING}/ +MASTER_SITES= ftp://ftp.linguistik.uni-erlangen.de/pub/hangul/HLaTeX/packed/unsupported/ DISTFILES= ${HLATEX_PSFONTS_BASE} MAINTAINER= cjh@kr.freebsd.org diff -uNr /usr/ports/korean/hlatexpsfonts-wansungstd/files/md5 hlatexpsfonts-wansungstd/files/md5 --- /usr/ports/korean/hlatexpsfonts-wansungstd/files/md5 Sat Sep 4 03:01:26 1999 +++ hlatexpsfonts-wansungstd/files/md5 Fri Feb 25 23:22:06 2000 @@ -1,5 +1,5 @@ -MD5 (hlatex98/pkmj.tar.bz2) = e9a303433fd30936440779ae18e4612f -MD5 (hlatex98/pkgt.tar.bz2) = 4bc144c90db901b279d7860e44e789be +MD5 (hlatex98/pkmj.tar.bz2) = 9c941872b9aa8c4e1ad5e342dd33275b +MD5 (hlatex98/pkgt.tar.bz2) = 3b8a4a9455e97c667aeeba3abc75590c MD5 (hlatex98/pshanja-myoungjo.tar.bz2) = aa6ae862e88b9aec3d7838942ebd758b MD5 (hlatex98/pshanja-gothic.tar.bz2) = e3c85c44465a4c4c63b8633a9f007683 MD5 (hlatex98/phsym.tar.bz2) = f3e722b1686332b266b00356dbd977a2 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 4:14:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from argon.blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id 2BFD537BBE2 for ; Thu, 2 Mar 2000 04:14:42 -0800 (PST) (envelope-from will@blackdawn.com) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 6D0D31960; Thu, 2 Mar 2000 07:14:38 -0500 (EST) Date: Thu, 2 Mar 2000 07:14:38 -0500 From: Will Andrews To: Bill Fenner Cc: andrews@technologist.com, andrew@chg.ru, ports@freebsd.org Subject: Re: ports/17088: Unable to build kdenetwork Message-ID: <20000302071438.A428@argon.blackdawn.com> References: <20000301123839.A426@argon.blackdawn.com> <20000301135049.A457@argon.blackdawn.com> <200003020127.RAA25851@windsor.research.att.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200003020127.RAA25851@windsor.research.att.com>; from fenner@research.att.com on Wed, Mar 01, 2000 at 05:27:35PM -0800 X-Operating-System: FreeBSD 4.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Mar 01, 2000 at 05:27:35PM -0800, Bill Fenner wrote: > Isn't it easier to just add "-pedantic" to CXXFLAGS? Hmm. I'll try that. (I don't know much about -pedantic.) Thanks for the note. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 4:40: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C6FAD37BF46 for ; Thu, 2 Mar 2000 04:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA77327; Thu, 2 Mar 2000 04:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kfug.kr.freebsd.org (bolero.snu.ac.kr [147.46.102.39]) by hub.freebsd.org (Postfix) with ESMTP id 3FC4D37BF22 for ; Thu, 2 Mar 2000 04:39:30 -0800 (PST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from cjh@localhost) by kfug.kr.freebsd.org (8.8.8/8.8.8) id VAA01160; Thu, 2 Mar 2000 21:39:24 +0900 (KST) (envelope-from cjh) Message-Id: <200003021239.VAA01160@kfug.kr.freebsd.org> Date: Thu, 2 Mar 2000 21:39:24 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17127: Ports fix: editors/vim5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17127 >Category: ports >Synopsis: Ports fix: editors/vim5 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 2 04:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.4-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 3.4-STABLE FreeBSD 3.4-STABLE #0: Thu Mar 2 01:17:54 GMT 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: This is a suggestion/fix for editors/vim5 port. After vim 5.x, multibyte enabling feature is depending on LANG variable and success of setlocale(). If vim binary doesn't link with -lxpg4, multibyte locale such as ko_KR.EUC or ja_JP.EUC doesn't affect vim5 so multibyte enabling(editing) feature still can't be used although vim5 is compiled with --enable-multibyte. >How-To-Repeat: Edit some multilingual(e.g. Korean) text using current vim5. env LANG=ko_KR.EUC vim korean-test.txt Test with move cursors in the text. the cursor moves by byte, not character position. Rebuild vim5 with this patch, do the same thing. Now the cursor moves by character. If this patch is adopted, korean/vim ports can be removed. >Fix: diff -uNr /usr/ports/editors/vim5/Makefile ./Makefile --- /usr/ports/editors/vim5/Makefile Wed Mar 1 10:10:05 2000 +++ ./Makefile Thu Mar 2 21:20:43 2000 @@ -39,7 +39,7 @@ DIST_SUBDIR= vim WRKSRC= ${WRKDIR}/${DISTNAME}/src PATCH_DIST_ARGS= -d ${WRKDIR}/${DISTNAME} --forward --quiet -E ${PATCH_DIST_STRIP} -MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib" -f +MAKE_FLAGS= LIBS="-lxpg4" CONF_ARGS="--prefix=${PREFIX} --with-tlib=termlib" -f ALL_TARGET= # PLIST_SUB= VIM_VER=${DISTNAME:S/-//:S/.//} MAN1= vim.1 vimtutor.1 xxd.1 ectags.1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 5: 5: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 427FF37BBFD for ; Thu, 2 Mar 2000 05:05:05 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by probity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12QVHr-000J1c-00; Thu, 2 Mar 2000 13:05:03 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id NAA80186; Thu, 2 Mar 2000 13:05:02 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Thu, 2 Mar 2000 13:05:02 +0000 (GMT) From: Jonathon McKitrick To: Pascal Hofstee Cc: ports@freebsd.org Subject: Re: licq In-Reply-To: <20000302114855.A28009@shadowmere.student.utwente.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there a way to fix it easily? Perhaps a makefile or make.conf change? -=> jm <=- Please CC me on all replies ------------------------------------------------------- The opinions expressed in this message are the opinions of the mail program only, and not of the writer, his employer, or freebsd-uk.eu.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 5: 8:29 2000 Delivered-To: freebsd-ports@freebsd.org Received: from bom2.vsnl.net.in (bom2.vsnl.net.in [202.54.1.1]) by hub.freebsd.org (Postfix) with ESMTP id 030FB37BB99 for ; Thu, 2 Mar 2000 05:08:03 -0800 (PST) (envelope-from nikhil@wwindia.com) Received: from vmac ([202.54.0.101]) by bom2.vsnl.net.in (8.9.3/8.9.1) with ESMTP id SAA05790; Thu, 2 Mar 2000 18:34:52 +0530 (IST) Message-Id: <4.2.0.58.20000302183040.009f38b0@wwindia.com> X-Sender: nikhil@wwindia.com (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Thu, 02 Mar 2000 18:33:16 +0530 To: hetzels@westbend.net From: Nikhil Rathi Subject: FreeBSD Port: apache_fp-1.3.9 Cc: ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi I have been keeping track of the fp port made by you , even installed it many times. But had one problem I would like to have Apache fp + php3(mysql and msql support) + jserv Could you please advise as, I have always had to build (apache + php3 successful) from tar balls , is there a easy way. RGDS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 5:13: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 5007637BC86 for ; Thu, 2 Mar 2000 05:12:55 -0800 (PST) (envelope-from jhay@zibbi.mikom.csir.co.za) Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.9.3/8.9.3) id PAA85288 for freebsd-ports@freebsd.org; Thu, 2 Mar 2000 15:12:46 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200003021312.PAA85288@zibbi.mikom.csir.co.za> Subject: Mk/bsd.port.mk a little broken To: freebsd-ports@freebsd.org Date: Thu, 2 Mar 2000 15:12:46 +0200 (SAT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The current bsd.port.mk file is a little broken if you try to use a port that define USE_OPENSSL on a fairly new -current machine without libcrypto. The makefile will then have echo commands outside a target. Here is a patch that try to fix it the same way it is done in other places. One question that I have is, is it the intention to require that you have libcrypto on -current machines even if you only want to do a "make readmes" in the ports? I have a -current machine without the crypto stuff in the base system that build daily releases (with crypto in them), but it is failing now in ports when trying to do "make readmes". John -- John Hay -- John.Hay@mikom.csir.co.za Index: Mk/bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.329 diff -u -r1.329 bsd.port.mk --- Mk/bsd.port.mk 2000/02/24 07:03:31 1.329 +++ Mk/bsd.port.mk 2000/03/02 04:09:42 @@ -574,6 +574,7 @@ .if defined(USE_OPENSSL) .if ${OSVERSION} >= 400014 .if !exists(/usr/lib/libcrypto.a) +.BEGIN: @${ECHO} "This port requires the OpenSSL library, which is part of" @${ECHO} "the FreeBSD crypto distribution but not installed on your" @${ECHO} "machine. Please see Chapter 6.5 in the handbook for" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 5:21:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail-green.research.att.com (H-135-207-30-103.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id ED14A37C02C for ; Thu, 2 Mar 2000 05:21:52 -0800 (PST) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id 03FB41E005; Thu, 2 Mar 2000 08:21:52 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id IAA12488; Thu, 2 Mar 2000 08:21:51 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id FAA28681; Thu, 2 Mar 2000 05:21:22 -0800 (PST) Message-Id: <200003021321.FAA28681@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: dannyh@idx.com.au Subject: Re: HOWTO use the Ports behind a firewall Cc: ports@freebsd.org Date: Thu, 2 Mar 2000 05:21:22 -0800 Versions: dmail (solaris) 2.2g/makemail 2.9a Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org setenv FTP_PROXY 192.168.0.1 fetch knows how to deal with this type of proxy (I had to deal with one at my last job...) Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 5:29:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from shadowmere.student.utwente.nl (wit401305.student.utwente.nl [130.89.236.145]) by hub.freebsd.org (Postfix) with ESMTP id 8769737C04C for ; Thu, 2 Mar 2000 05:29:20 -0800 (PST) (envelope-from daeron@wit401305.student.utwente.nl) Received: by shadowmere.student.utwente.nl (Postfix, from userid 1000) id 3364F1FA8; Thu, 2 Mar 2000 14:29:19 +0100 (CET) Date: Thu, 2 Mar 2000 14:29:18 +0100 From: Pascal Hofstee To: Jonathon McKitrick Cc: ports@freebsd.org Subject: Re: licq Message-ID: <20000302142918.A89130@shadowmere.student.utwente.nl> Reply-To: daeron@shadowmere.student.utwente.nl References: <20000302114855.A28009@shadowmere.student.utwente.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from jcm@dogma.freebsd-uk.eu.org on Thu, Mar 02, 2000 at 01:05:02PM +0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Mar 02, 2000 at 01:05:02PM +0000, Jonathon McKitrick wrote: > Is there a way to fix it easily? Perhaps a makefile or make.conf > change? from the QT2-port's makefile: .if defined(QT_GIF_AVAILABLE) CONFIGURE_ARGS+=-gif RESTRICTED= 'Requires a license from UNISYS' .endif So I think compiling the QT2-port as following will probably solve your problem. cd /usr/ports/x11-toolkits/qt20 make QT_GIF_AVAILABLE="yes" -- Pascal Hofstee < daeron @ shadowmere . student . utwente . nl > Managers know it must be good because the programmers hate it so much. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 5:34:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from bluetail.com (mail.bluetail.com [195.149.129.26]) by hub.freebsd.org (Postfix) with ESMTP id 0B42E37C0C5 for ; Thu, 2 Mar 2000 05:34:17 -0800 (PST) (envelope-from tobbe@bluetail.com) Received: from emu.bluetail.com (emu.bluetail.com [192.168.128.35]) by bluetail.com (BLUETAIL Mail Robustifier 2.0) with ESMTP id duva-s0-951.943430.400726 for ; Wed, 01 Mar 2000 21:43:50 +0100 Received: (from tobbe@localhost) by emu.bluetail.com (8.9.3/8.9.3) id VAA04985; Wed, 1 Mar 2000 21:43:49 +0100 To: ports@freebsd.org Subject: Can't compile the sane-1.0.1 port under 3.4 From: Torbjorn Tornkvist Date: 01 Mar 2000 21:43:49 +0100 Message-ID: Lines: 28 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I get the following: cc -c -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/glib12 -O -pipe -I/usr/local/include -D_GNU_SOURCE -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d -DPATH_SANE_DATA_DIR=/usr/local/share -DV_MAJOR=1 -DV_MINOR=0 -O -pipe -Wall xscanimage.c xscanimage.c:79: conflicting types for `GIMP_EXTENSION' /usr/X11R6/include/libgimp/gimpenums.h:289: previous declaration of `GIMP_EXTENSION' gmake[1]: *** [xscanimage.o] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/sane/work/sane-1.0.1/frontend' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop. Any ideas on what to do ? Thanx ! /Tobbe -- Torbjörn Törnkvist , tel: +46 8 692 22 15 , fax: +46 8 654 70 71 Bluetail AB , Hantverkargatan 78 , SE-112 38 Stockholm , Sweden Email: tobbe@bluetail.com , Web: http://www.bluetail.com/~tobbe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 6: 0: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66A1137BC1B for ; Thu, 2 Mar 2000 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA85106; Thu, 2 Mar 2000 06:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from kfug.kr.freebsd.org (bolero.snu.ac.kr [147.46.102.39]) by hub.freebsd.org (Postfix) with ESMTP id 912C437B92E for ; Thu, 2 Mar 2000 05:53:32 -0800 (PST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from cjh@localhost) by kfug.kr.freebsd.org (8.8.8/8.8.8) id WAA03292; Thu, 2 Mar 2000 22:53:23 +0900 (KST) (envelope-from cjh) Message-Id: <200003021353.WAA03292@kfug.kr.freebsd.org> Date: Thu, 2 Mar 2000 22:53:23 +0900 (KST) From: cjh@wdb.co.kr Reply-To: cjh@kr.FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17129: Ports update: korean/netscape47-communicator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17129 >Category: ports >Synopsis: Ports update: korean/netscape47-communicator >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 2 06:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 3.4-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 3.4-STABLE FreeBSD 3.4-STABLE #0: Thu Mar 2 01:17:54 GMT 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: update to 4.72. >How-To-Repeat: build it! >Fix: diff -uNr /usr/ports/korean/netscape47-communicator/Makefile netscape47-communicator/Makefile --- /usr/ports/korean/netscape47-communicator/Makefile Tue Feb 8 16:22:12 2000 +++ netscape47-communicator/Makefile Thu Mar 2 22:28:16 2000 @@ -16,8 +16,8 @@ BROWSER_CMD= ko-${BROWSER}-47 -BROWSER_VERSION= 4.7 +BROWSER_VERSION= 4.72 NETHELP= nethelp-v451 -KOREAN_KIT= netscape-korean-kit-v47.20000116 +KOREAN_KIT= netscape-korean-kit-v472.20000302 .include "${MASTERDIR}/Makefile" diff -uNr /usr/ports/korean/netscape47-communicator/files/md5 netscape47-communicator/files/md5 --- /usr/ports/korean/netscape47-communicator/files/md5 Tue Feb 8 16:22:13 2000 +++ netscape47-communicator/files/md5 Thu Mar 2 22:36:37 2000 @@ -1 +1 @@ -MD5 (netscape-korean-kit-v47.20000116.tar.gz) = 60d983049198a3ed4d5844f909bf5978 +MD5 (netscape-korean-kit-v472.20000302.tar.gz) = 4222e473d6696e40f6ad35e64e9965ef >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 6: 7: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 8997437BBA6 for ; Thu, 2 Mar 2000 06:07:01 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) id 12QWFn-0000TA-00; Thu, 2 Mar 2000 14:06:59 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id OAA80384; Thu, 2 Mar 2000 14:06:58 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Thu, 2 Mar 2000 14:06:58 +0000 (GMT) From: Jonathon McKitrick To: Pascal Hofstee Cc: ports@freebsd.org Subject: Re: licq In-Reply-To: <20000302142918.A89130@shadowmere.student.utwente.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Mar 2000, Pascal Hofstee wrote: >So I think compiling the QT2-port as following will probably solve your >problem. > >cd /usr/ports/x11-toolkits/qt20 >make QT_GIF_AVAILABLE="yes" OK, i'll give that a try. Also, is there a way to make it connect automatically when starting? The old version had that feature. Also, how do i set it to play PC speaker sounds instead of .wav files? > >-- > Pascal Hofstee < daeron @ shadowmere . student . utwente . nl > > Managers know it must be good because the programmers hate it so much. p.s. what does this sig refer to? -=> jm <=- Please CC me on all replies ------------------------------------------------------- The opinions expressed in this message are the opinions of the mail program only, and not of the writer, his employer, or freebsd-uk.eu.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 10:40: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4699937C497 for ; Thu, 2 Mar 2000 10:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA79330; Thu, 2 Mar 2000 10:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 2 Mar 2000 10:40:03 -0800 (PST) Message-Id: <200003021840.KAA79330@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Igor Vinokurov Subject: Re: ports/15994: new libapreq 0.31 port Reply-To: Igor Vinokurov Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/15994; it has been noted by GNATS. From: Igor Vinokurov To: TAOKA Satoshi Cc: freebsd-gnats-submit@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: ports/15994: new libapreq 0.31 port Date: Thu, 2 Mar 2000 21:29:30 +0300 On Wed, Feb 09, 2000 at 00:28 +0900, TAOKA Satoshi wrote: > > > >Number: 15994 > > >Category: ports > > >Synopsis: new libapreq 0.31 port > > This port has a problem about BUILD_DEPENDS: > > % cd /usr/ports/www/mod_perl > % make > ===> mod_perl-1.21 is marked as broken: see PR 14924; use p5-Apache instead. > > So I think you should change ${PORTSDIR}/www/mod_perl to p5-Apache. Yes (sorry for delay). But how I can change not commited port? -- Igor Vinokurov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 12:43:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AF4337B52F; Thu, 2 Mar 2000 12:43:12 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA91014; Thu, 2 Mar 2000 12:43:11 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 2 Mar 2000 12:43:11 -0800 (PST) From: Message-Id: <200003022043.MAA91014@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, obrien@FreeBSD.org Subject: Re: ports/17127: Ports fix: editors/vim5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports fix: editors/vim5 Responsible-Changed-From-To: freebsd-ports->obrien Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Mar 2 12:42:56 PST 2000 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 13:30: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AC7437B5E2 for ; Thu, 2 Mar 2000 13:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA96992; Thu, 2 Mar 2000 13:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 2 Mar 2000 13:30:03 -0800 (PST) Message-Id: <200003022130.NAA96992@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Dan Papasian Subject: Re: ports/17020: NEW PORT- gtetrinet Reply-To: Dan Papasian Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17020; it has been noted by GNATS. From: Dan Papasian To: Will Andrews Cc: bugg@bugg.strangled.net, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/17020: NEW PORT- gtetrinet Date: Thu, 2 Mar 2000 16:25:34 -0500 Sorry for the delay, but I've been busy and I wasn't sure if it would be proper for me to post another shell archive updated.. or.. Well, I comprimised and fixed the shar archive, and have it available at http://bugg.strangled.net/gtetport Now I don't overload GNATS :) (This is my first port by the way, if you couldn't tell) -Dan Papasian On Sun, Feb 27, 2000 at 07:06:23PM -0500, Will Andrews wrote: > On Sun, Feb 27, 2000 at 01:56:07PM -0500, bugg@bugg.strangled.net wrote: > > >Synopsis: New port- games/gtetrinet > > Hi bugg. :-) > > > XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ > > X gnome.3:${PORTSDIR}/x11/gnomelibs > > XRUN_DEPENDS= esd.3:${PORTSDIR}/audio/esound > > I'm gonna nitpick here a bit.. you only need the gnome.3: LIB_DEPEND > since that brings in gtk12 and esd. :-) > > > XA version of the popular TetriNET multiplayer tetris clone for. > > No period at the end of COMMENT. > > Nice work. :-) > > -- > Will Andrews > GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- > ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ > G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 14:17: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 3C36137B51B for ; Thu, 2 Mar 2000 14:16:56 -0800 (PST) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id B86F01C4A; Thu, 2 Mar 2000 17:16:53 -0500 (EST) Date: Thu, 2 Mar 2000 17:16:53 -0500 From: Bill Fumerola To: "Paul M . Lambert" Cc: ports@freebsd.org, patrick@mindstep.com Subject: Re: difficulties with ports/net/pipsecd/ Message-ID: <20000302171653.A25438@jade.chc-chimes.com> References: <20000302033735.B954@pinky.plambert.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000302033735.B954@pinky.plambert.net>; from plambert@plambert.net on Thu, Mar 02, 2000 at 03:37:35AM -0800 X-Operating-System: FreeBSD 3.2-RELEASE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Mar 02, 2000 at 03:37:35AM -0800, Paul M . Lambert wrote: > I'm sure the problem is painfully obvious, but it's not so to me at the > moment. > > I've attempted to install pipsecd. My box is a 3.4-STABLE box cvsupped > on 2/28, IIRC. The sources were built and installed just fine, and I > made a new kernel at the same time. > > Here's the rub. pipsecd fails to build for some unapparent reason: the > very first cc makes it quite clear that something is hosed. It didn't fail, I don't know what the problem is. It just generated a lot of warnings (which may lead to the program not _working_ properly) but it didn't fail to build. -- Bill Fumerola - Network Architect Computer Horizons Corp - CVM (temporarily at Walnut Creek...) e-mail: billf@chc-chimes.com / billf@FreeBSD.org Office: 800-252-2421 x128 / Cell: 248-761-7272 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 14:56:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 7C0E437B76B for ; Thu, 2 Mar 2000 14:56:23 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id RAA46589 for ; Thu, 2 Mar 2000 17:56:22 -0500 (EST) Date: Thu, 2 Mar 2000 17:56:22 -0500 (EST) From: "Matthew N. Dodd" To: freebsd-ports@freebsd.org Subject: mod_php4 and other questions. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've created a port for php4 that builds using APXS. This avoids all the hassle of having to try and integrate apache+foo+bar in a single port. I've got mod_php3 in progress too but mod_php4 sidetracked me... ftp://ftp.jurai.net/users/winter/mod_php4.tgz for the portball. One question I've got is how to deal with all the configurable options in a sane manner. What I'd really like is to be able to figure out which ports are installed and conditionally pass the right options to configure. Currently I've got --with-pgsql hardcoded; I'd like to avoid doing this and let the port discover which databases are installed etc. Any ideas? -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 15:17:52 2000 Delivered-To: freebsd-ports@freebsd.org Received: from modemcable126.102-200-24.mtl.mc.videotron.net (modemcable127.61-201-24.mtl.mc.videotron.net [24.201.61.127]) by hub.freebsd.org (Postfix) with SMTP id E985437BD7B for ; Thu, 2 Mar 2000 15:17:37 -0800 (PST) (envelope-from patrick@mindstep.com) Received: (qmail 37515 invoked from network); 2 Mar 2000 23:17:36 -0000 Received: from patrak.local.mindstep.com (HELO PATRAK) (192.168.10.4) by jacuzzi.local.mindstep.com with SMTP; 2 Mar 2000 23:17:36 -0000 Message-ID: <017801bf849d$7d9a0140$040aa8c0@local.mindstep.com> From: "Patrick Bihan-Faou" To: "Bill Fumerola" , "Paul M . Lambert" Cc: References: <20000302033735.B954@pinky.plambert.net> <20000302171653.A25438@jade.chc-chimes.com> Subject: Re: difficulties with ports/net/pipsecd/ Date: Thu, 2 Mar 2000 18:17:33 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, > It didn't fail, I don't know what the problem is. It just generated a lot of > warnings (which may lead to the program not _working_ properly) but it didn't > fail to build. The warnings are totally harmless in this case. I went over the code once and fixed all of them... if only I did not loose that patch. Anyway the bottom line is, it compiled OK and it will likely work OK. Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 15:47:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 58F9537B61F for ; Thu, 2 Mar 2000 15:47:32 -0800 (PST) (envelope-from cdf.lists@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1016) id 961FC9B19; Thu, 2 Mar 2000 18:47:26 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id 8D474BA1D; Thu, 2 Mar 2000 18:47:26 -0500 (EST) Date: Thu, 2 Mar 2000 18:47:26 -0500 (EST) From: "Chris D. Faulhaber" X-Sender: cdf.lists@pawn.primelocation.net To: "Matthew N. Dodd" Cc: freebsd-ports@freebsd.org Subject: Re: mod_php4 and other questions. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Mar 2000, Matthew N. Dodd wrote: > I've created a port for php4 that builds using APXS. > *snip* > > One question I've got is how to deal with all the configurable options in > a sane manner. > > What I'd really like is to be able to figure out which ports are installed > and conditionally pass the right options to configure. > > Currently I've got --with-pgsql hardcoded; I'd like to avoid doing this > and let the port discover which databases are installed etc. > See http://www.fxp.org/~jedgar/mod_php3.shar.gz for my mod_php3 port that we use internally. I use a modified version of dirk's configure.php script from his apache13-php3 port to query the user for php options and configure/compile/install as appropriate. Personally, I would love to see a generic apache13 port and all sorts of mod_* ports to use, esp. to testing the functionality of various modules without having to reinstall the whole apache13-*-* ports. ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 17: 4: 2 2000 Delivered-To: freebsd-ports@freebsd.org Received: from dervish.mail.pipex.net (dervish.mail.pipex.net [158.43.192.70]) by hub.freebsd.org (Postfix) with SMTP id 1C78237B88D for ; Thu, 2 Mar 2000 17:03:54 -0800 (PST) (envelope-from mark@dogma.freebsd-uk.eu.org) Received: (qmail 14748 invoked from network); 3 Mar 2000 01:00:47 -0000 Received: from userau42.uk.uudial.com (HELO marder-1.) (62.188.137.244) by smtp.dial.pipex.com with SMTP; 3 Mar 2000 01:00:47 -0000 Received: (from mark@localhost) by marder-1. (8.9.3/8.9.3) id BAA01405; Fri, 3 Mar 2000 01:01:07 GMT (envelope-from mark) Date: Fri, 3 Mar 2000 01:01:07 +0000 From: Mark Ovens To: Torbjorn Tornkvist Cc: ports@freebsd.org Subject: Re: Can't compile the sane-1.0.1 port under 3.4 Message-ID: <20000303010107.A1326@marder-1> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0.1i In-Reply-To: ; from tobbe@bluetail.com on Wed, Mar 01, 2000 at 09:43:49PM +0100 Organization: Total lack of Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Mar 01, 2000 at 09:43:49PM +0100, Torbjorn Tornkvist wrote: > > I get the following: > > cc -c -DHAVE_CONFIG_H -I. -I. -I../include -I../include > -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/local/include > -I/usr/X11R6/include -I/usr/local/include/glib12 -O -pipe > -I/usr/local/include -D_GNU_SOURCE > -DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d > -DPATH_SANE_DATA_DIR=/usr/local/share -DV_MAJOR=1 > -DV_MINOR=0 -O -pipe -Wall xscanimage.c > xscanimage.c:79: conflicting types for `GIMP_EXTENSION' > /usr/X11R6/include/libgimp/gimpenums.h:289: previous declaration of > `GIMP_EXTENSION' > gmake[1]: *** [xscanimage.o] Error 1 > gmake[1]: Leaving directory > `/usr/ports/graphics/sane/work/sane-1.0.1/frontend' > gmake: *** [all-recursive] Error 1 > *** Error code 2 > > Stop. > > Any ideas on what to do ? > The patch in ports/15891 fixes it. It's a one-line change so you can do it by hand. Here's the patch: *** xscanimage.c.orig Tue Jan 4 22:26:18 2000 --- xscanimage.c Tue Jan 4 22:26:33 2000 *************** *** 75,81 **** enum { ! STANDALONE, GIMP_EXTENSION }; static struct --- 75,81 ---- enum { ! STANDALONE }; static struct > Thanx ! /Tobbe > -- > Torbjörn Törnkvist , tel: +46 8 692 22 15 , fax: +46 8 654 70 71 > Bluetail AB , Hantverkargatan 78 , SE-112 38 Stockholm , Sweden > Email: tobbe@bluetail.com , Web: http://www.bluetail.com/~tobbe > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Microsoft: Where do you want to go today? Linux: Where do you want to go tomorrow? BSD: Are you guys coming, or what? -Poster at LinuxWorld 2000 ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 17:13: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id A4B8437B60A for ; Thu, 2 Mar 2000 17:12:59 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id UAA49070; Thu, 2 Mar 2000 20:12:57 -0500 (EST) Date: Thu, 2 Mar 2000 20:12:57 -0500 (EST) From: "Matthew N. Dodd" To: "Chris D. Faulhaber" Cc: freebsd-ports@freebsd.org Subject: Re: mod_php4 and other questions. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Mar 2000, Chris D. Faulhaber wrote: > See http://www.fxp.org/~jedgar/mod_php3.shar.gz for my mod_php3 port that > we use internally. I use a modified version of dirk's configure.php > script from his apache13-php3 port to query the user for php options and > configure/compile/install as appropriate. I stole configure.php about 10 minutes after I sent the email... I've updated the portball. (ftp://ftp.jurai.net/users/winter/mod_php4.tgz) Its better than nothing but its still suboptimal. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 17:18:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m3.cs.berkeley.edu (m3.CS.Berkeley.EDU [128.32.45.179]) by hub.freebsd.org (Postfix) with ESMTP id A04AA37B88D for ; Thu, 2 Mar 2000 17:18:43 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-183.ix.netcom.com [209.109.232.183]) by m3.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id RAA18723; Thu, 2 Mar 2000 17:18:06 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id RAA04148; Thu, 2 Mar 2000 17:17:08 -0800 (PST) To: Will Andrews Cc: Will Andrews , Gawel , ports@freebsd.org Subject: Re: make fetch + dependencies References: <38BA81C7.E7FA0940@sim.com.pl> <20000302122145.A448@argon.blackdawn.com> <20000302124515.A2211@argon.blackdawn.com> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 02 Mar 2000 17:16:33 -0800 In-Reply-To: Will Andrews's message of "Thu, 2 Mar 2000 12:45:15 -0500" Message-ID: Lines: 25 X-Mailer: Gnus v5.7/Emacs 20.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Will Andrews * On Thu, Mar 02, 2000 at 12:21:45PM -0500, Will Andrews wrote: * > On Wed, Mar 01, 2000 at 02:00:13PM -0800, Satoshi - Ports Wraith - Asami wrote: * > > make DEPENDS_TARGET=checksum checksum * > * > Cool! I didn't know that it was even possible to recursively download all * > distfiles of a port. Perhaps a target that calls checksum with * > DEPENDS_TARGET=checksum is in order, to simplify things? * * I spoke too soon. The above does not download the dependencies' distfiles * recursively. Sorry, it should have been "make DEPENDS_TARGET=checksum extract". I forgot that the dependency is checked from extract, not checksum. * I can, if you do not know of a way to do this with the current bsd.port.mk, * attempt to create a new target that will perform this task. Actually there is a PR (12548) with a skeleton. I don't really like that implementation (I think the recursive fetching should be done only if the dependency (executable/file/shlib) check fails), but you may want to take a look. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 17:22:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 1440237BE28 for ; Thu, 2 Mar 2000 17:22:20 -0800 (PST) (envelope-from jedgar@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 12B259B17; Thu, 2 Mar 2000 20:22:15 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id F205BBA1D; Thu, 2 Mar 2000 20:22:15 -0500 (EST) Date: Thu, 2 Mar 2000 20:22:15 -0500 (EST) From: "Chris D. Faulhaber" X-Sender: jedgar@pawn.primelocation.net To: "Matthew N. Dodd" Cc: freebsd-ports@freebsd.org Subject: Re: mod_php4 and other questions. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Mar 2000, Matthew N. Dodd wrote: > On Thu, 2 Mar 2000, Chris D. Faulhaber wrote: > > See http://www.fxp.org/~jedgar/mod_php3.shar.gz for my mod_php3 port that > > we use internally. I use a modified version of dirk's configure.php > > script from his apache13-php3 port to query the user for php options and > > configure/compile/install as appropriate. > > I stole configure.php about 10 minutes after I sent the email... > > I've updated the portball. (ftp://ftp.jurai.net/users/winter/mod_php4.tgz) > > Its better than nothing but its still suboptimal. > Add ${PHP_CONF_ARGS} to CONFIGURE_ARGS in order to suck in the vars from the configure.php script. ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 17:24:40 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id C273137B60A for ; Thu, 2 Mar 2000 17:24:35 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id UAA49206; Thu, 2 Mar 2000 20:24:33 -0500 (EST) Date: Thu, 2 Mar 2000 20:24:33 -0500 (EST) From: "Matthew N. Dodd" To: "Chris D. Faulhaber" Cc: freebsd-ports@freebsd.org Subject: Re: mod_php4 and other questions. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Mar 2000, Chris D. Faulhaber wrote: > Add ${PHP_CONF_ARGS} to CONFIGURE_ARGS in order to suck in the vars from > the configure.php script. Not needed since I modified configure.php. Anyone else feel like we need a 'post-clean' target? -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 17:33:52 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 9A9FE37B60A for ; Thu, 2 Mar 2000 17:33:50 -0800 (PST) (envelope-from jedgar@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1003) id A17F99B17; Thu, 2 Mar 2000 20:33:40 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id 92562BA1D; Thu, 2 Mar 2000 20:33:40 -0500 (EST) Date: Thu, 2 Mar 2000 20:33:40 -0500 (EST) From: "Chris D. Faulhaber" X-Sender: jedgar@pawn.primelocation.net To: "Matthew N. Dodd" Cc: freebsd-ports@freebsd.org Subject: Re: mod_php4 and other questions. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Mar 2000, Matthew N. Dodd wrote: > On Thu, 2 Mar 2000, Chris D. Faulhaber wrote: > > Add ${PHP_CONF_ARGS} to CONFIGURE_ARGS in order to suck in the vars from > > the configure.php script. > > Not needed since I modified configure.php. > > Anyone else feel like we need a 'post-clean' target? > See http://www.fxp.org/~jedgar/mod_php4.shar.gz for my version (mostly an updated version of my mod_php3 port); seems to work with zlib, freetype, pdflib, mysql, dbase, and xml support. ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 17:58:58 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 8581F37B578 for ; Thu, 2 Mar 2000 17:58:52 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id UAA68292; Thu, 2 Mar 2000 20:58:45 -0500 (EST) Date: Thu, 2 Mar 2000 20:58:45 -0500 (EST) From: "Matthew N. Dodd" To: "Chris D. Faulhaber" Cc: freebsd-ports@freebsd.org Subject: Re: mod_php4 and other questions. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Mar 2000, Chris D. Faulhaber wrote: > See http://www.fxp.org/~jedgar/mod_php4.shar.gz for my version (mostly an > updated version of my mod_php3 port); seems to work with zlib, freetype, > pdflib, mysql, dbase, and xml support. Can you use tar like the rest of us humans? Rather than duplicating effort, what are the differences b/t our two ports? I'm not sold on the need to install all the include files either... All the stuff you're putting into ${PREFIX}/lib should probably go to ${PREFIX}/share I propose that php4.ini (and php4.ini-dist) live in ${PREFIX}/etc/apache instead of ${PREFIX}/etc. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 18: 3:34 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 1B45737BFED for ; Thu, 2 Mar 2000 18:03:32 -0800 (PST) (envelope-from jedgar@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1003) id 1307E9B17; Thu, 2 Mar 2000 21:03:31 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id 093DFBA1D; Thu, 2 Mar 2000 21:03:31 -0500 (EST) Date: Thu, 2 Mar 2000 21:03:31 -0500 (EST) From: "Chris D. Faulhaber" X-Sender: jedgar@pawn.primelocation.net To: "Matthew N. Dodd" Cc: freebsd-ports@freebsd.org Subject: Re: mod_php4 and other questions. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Mar 2000, Matthew N. Dodd wrote: > On Thu, 2 Mar 2000, Chris D. Faulhaber wrote: > > See http://www.fxp.org/~jedgar/mod_php4.shar.gz for my version (mostly an > > updated version of my mod_php3 port); seems to work with zlib, freetype, > > pdflib, mysql, dbase, and xml support. > > Can you use tar like the rest of us humans? > Sorry, I'm just used to transferring ports dirs as shar's... > Rather than duplicating effort, what are the differences b/t our two > ports? > > I'm not sold on the need to install all the include files either... > We do development on custom php modules so installing the includes makes it a bit easier. > All the stuff you're putting into ${PREFIX}/lib should probably go to > ${PREFIX}/share > I agree...this is the first time I've really tried php4, so this port is still in progress... > I propose that php4.ini (and php4.ini-dist) live in ${PREFIX}/etc/apache > instead of ${PREFIX}/etc. > Seems logical since it's apache-related and no other program would use it. ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 18: 6:51 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 30E9737C0E6 for ; Thu, 2 Mar 2000 18:06:48 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id VAA68420; Thu, 2 Mar 2000 21:06:39 -0500 (EST) Date: Thu, 2 Mar 2000 21:06:39 -0500 (EST) From: "Matthew N. Dodd" To: "Chris D. Faulhaber" Cc: freebsd-ports@freebsd.org Subject: Re: mod_php4 and other questions. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Mar 2000, Chris D. Faulhaber wrote: > > I'm not sold on the need to install all the include files either... > > We do development on custom php modules so installing the includes makes > it a bit easier. Which ones are really used? Need we install the Zend stuff? A port should be a 90% case; all the people who will do custom stuff are gonna be building apache without modules and hand tweaking things no? -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 18:27:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pawn.primelocation.net (pawn.primelocation.net [205.161.238.235]) by hub.freebsd.org (Postfix) with ESMTP id 9EB3837BC1E for ; Thu, 2 Mar 2000 18:27:23 -0800 (PST) (envelope-from jedgar@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1003) id E18A19B17; Thu, 2 Mar 2000 21:27:19 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id D73EABA1D; Thu, 2 Mar 2000 21:27:19 -0500 (EST) Date: Thu, 2 Mar 2000 21:27:19 -0500 (EST) From: "Chris D. Faulhaber" X-Sender: jedgar@pawn.primelocation.net To: "Matthew N. Dodd" Cc: freebsd-ports@freebsd.org Subject: Re: mod_php4 and other questions. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Mar 2000, Matthew N. Dodd wrote: > On Thu, 2 Mar 2000, Chris D. Faulhaber wrote: > > > I'm not sold on the need to install all the include files either... > > > > We do development on custom php modules so installing the includes makes > > it a bit easier. > > Which ones are really used? Need we install the Zend stuff? > > A port should be a 90% case; all the people who will do custom stuff are > gonna be building apache without modules and hand tweaking things no? > I agree, that's why I showed you the mod_php3 port we use, and the mod_php4 port that, when finished, we will probably use in the future. If you would like to use them as reference, feel free; however, I haven't planned to commit then since there is already support for php[34] in the apache13-php[34] ports. ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 18:34:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 079A237BC1E; Thu, 2 Mar 2000 18:34:37 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 05A5B2E815E; Thu, 2 Mar 2000 18:34:37 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Thu, 2 Mar 2000 18:34:36 -0800 (PST) From: Kris Kennaway To: John Hay Cc: freebsd-ports@freebsd.org Subject: Re: Mk/bsd.port.mk a little broken In-Reply-To: <200003021312.PAA85288@zibbi.mikom.csir.co.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Mar 2000, John Hay wrote: > The current bsd.port.mk file is a little broken if you try to use a port > that define USE_OPENSSL on a fairly new -current machine without libcrypto. > The makefile will then have echo commands outside a target. Here is a > patch that try to fix it the same way it is done in other places. Satoshi finally committed my patch which did this. Sorry :) > One question that I have is, is it the intention to require that you > have libcrypto on -current machines even if you only want to do a > "make readmes" in the ports? I have a -current machine without the > crypto stuff in the base system that build daily releases (with > crypto in them), but it is failing now in ports when trying to do > "make readmes". It wasn't intentional, but I don't know how easy it would be to solve. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 18:50: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 08C8E37B59E for ; Thu, 2 Mar 2000 18:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA61003; Thu, 2 Mar 2000 18:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cn.FreeBSD.org (cn.freebsd.org [202.103.100.254]) by hub.freebsd.org (Postfix) with ESMTP id 8E41A37B59E for ; Thu, 2 Mar 2000 18:45:39 -0800 (PST) (envelope-from phj@cn.FreeBSD.org) Received: (from phj@localhost) by cn.FreeBSD.org (8.9.3/8.9.2) id KAA32456; Fri, 3 Mar 2000 10:45:38 +0800 (CST) (envelope-from phj) Message-Id: <200003030245.KAA32456@cn.FreeBSD.org> Date: Fri, 3 Mar 2000 10:45:38 +0800 (CST) From: Peng HaiJie Reply-To: phj@cn.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17135: This port don't need motif Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17135 >Category: ports >Synopsis: This port don't need motif >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 2 18:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Peng HaiJie >Release: FreeBSD 3.4-STABLE i386 >Organization: cn.FreeBSD.org >Environment: >Description: >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/chinese/tocps/Makefile,v retrieving revision 1.1.1.1 diff -r1.1.1.1 Makefile 15,16d14 < REQUIRES_MOTIF= yes < >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 19:50: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0F4E37BE9F for ; Thu, 2 Mar 2000 19:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA71235; Thu, 2 Mar 2000 19:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from paris.dppl.com (paris.dppl.com [205.230.74.150]) by hub.freebsd.org (Postfix) with ESMTP id AAA2637B5A6 for ; Thu, 2 Mar 2000 19:45:40 -0800 (PST) (envelope-from yds@dppl.com) Received: by paris.dppl.com (Postfix, from userid 1001) id 83CD1963B; Thu, 2 Mar 2000 22:45:35 -0500 (EST) Message-Id: <20000303034535.83CD1963B@paris.dppl.com> Date: Thu, 2 Mar 2000 22:45:35 -0500 (EST) From: yds@dppl.com Reply-To: yds@dppl.com To: FreeBSD-gnats-submit@freebsd.org Cc: ulmo@earthling.net X-Send-Pr-Version: 3.2 Subject: ports/17136: PATCH: OpenLDAP to optionally build with BerkleyDB2 and tcp_wrappers Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17136 >Category: ports >Synopsis: PATCH: OpenLDAP to optionally build with BerkleyDB2 and tcp_wrappers >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 2 19:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Yarema >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: FreeBSD paris.dppl.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Feb 29 02:21:05 EST 2000 >Description: PATCH: OpenLDAP to optionally build with BerkleyDB2, tcp_wrappers and shared libraries. OpenLDAP is written to work with db2 better than db me thinks. So perhaps the dependance should not be optional, but I'd rather have others agree with me on that rather than make it the default in this patch. TCP_wrappers support is just a Good Thing (TM) and shouldn't need justification. Shared libraries are a good thing also for other ports providing LDAP support such as PHP[34]. Removed --prefix=${PREFIX} from CONFIGURE_ARGS since according to the Handbook it is not needed when using GNU_CONFIGURE as opposed to HAS_CONFIGURE. New file openldap/patches/patch-db to properly detect db2. >How-To-Repeat: cd /usr/ports/net/openldap/ && make -DWITH_DB2 and it still builds with db1 :-) >Fix: diff -ruN openldap.old/Makefile openldap/Makefile --- openldap.old/Makefile Sun Jan 30 02:15:58 2000 +++ openldap/Makefile Thu Mar 2 22:01:19 2000 @@ -21,8 +21,19 @@ MAINTAINER= ulmo@earthling.net +.if defined(WITH_DB2) +BUILD_DEPENDS= ${PREFIX}/lib/libdb2.a:${PORTSDIR}/databases/db/ +CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include/db2 -D_THREAD_SAFE" \ + LDFLAGS=-L${PREFIX}/lib +.endif + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --localstatedir=/var/run +CONFIGURE_ARGS= --localstatedir=/var/run --enable-shared --enable-dns + +# Include tcp-wrapper support +.if exists(/usr/include/tcpd.h) +CONFIGURE_ARGS+= --enable-wrappers +.endif .include .include "${FILESDIR}/manpages" diff -ruN openldap.old/patches/patch-db openldap/patches/patch-db --- openldap.old/patches/patch-db Wed Dec 31 19:00:00 1969 +++ openldap/patches/patch-db Thu Mar 2 18:42:47 2000 @@ -0,0 +1,29 @@ +--- configure.orig Mon Jan 17 11:53:36 2000 ++++ configure Thu Mar 2 18:40:40 2000 +@@ -6011,14 +6011,14 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ol_LIBS="$LIBS" +- echo $ac_n "checking for db_open in -ldb""... $ac_c" 1>&6 +-echo "configure:6016: checking for db_open in -ldb" >&5 ++ echo $ac_n "checking for db_open in -ldb2""... $ac_c" 1>&6 ++echo "configure:6016: checking for db_open in -ldb2" >&5 + ac_lib_var=`echo db'_'db_open | sed 'y%./+-:%__p__%'` + if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-ldb $LIBS" ++LIBS="-ldb2 $LIBS" + cat > conftest.$ac_ext <&6 +- ol_cv_lib_db2=-ldb ++ ol_cv_lib_db2=-ldb2 + else + echo "$ac_t""no" 1>&6 + ol_cv_lib_db2=no diff -ruN openldap.old/pkg/PLIST openldap/pkg/PLIST --- openldap.old/pkg/PLIST Fri Dec 24 02:08:40 1999 +++ openldap/pkg/PLIST Thu Mar 2 22:07:39 2000 @@ -19,8 +19,12 @@ include/srchpref.h lib/liblber.a lib/liblber.la +lib/liblber.so +lib/liblber.so.1 lib/libldap.a lib/libldap.la +lib/libldap.so +lib/libldap.so.1 libexec/fax500 libexec/go500 libexec/go500gw >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 20:12:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail1.uunet.ca (mail1.uunet.ca [209.167.141.3]) by hub.freebsd.org (Postfix) with ESMTP id 4727C37BF0C for ; Thu, 2 Mar 2000 20:12:42 -0800 (PST) (envelope-from matt@ARPA.MAIL.NET) Received: from epsilon.lucida.qc.ca ([216.95.146.6]) by mail1.uunet.ca with ESMTP id <215745-12389>; Thu, 2 Mar 2000 23:12:39 -0500 Date: Thu, 2 Mar 2000 23:12:37 -0500 From: Matt Heckaman X-Sender: matt@epsilon.lucida.qc.ca To: ports@FreeBSD.ORG Subject: Follow up on PR ports/16695 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greetings, I submitted a new port on 13/02/2000, to bring the Linux Macromedia Flash Player 4 to the FreeBSD prots tree. As this is the first port I've ever created, I'm unfamiliar with how these are normally handled. I'm writing this because I have heard nothing at all back on it. I figure this is most likely because of the scramble to get 4.0-R in order, and if this is the case, I apologize for a second inquery. Anyone know what's going on with this? Thanks. Matt -- Matt Heckaman [matt@arpa.mail.net|matt@relic.net] [Please do not send me] !Powered by FreeBSD/x86! [http://www.freebsd.org] [any SPAM (UCE) e-mail] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 21:10:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22BAA37B5A3; Thu, 2 Mar 2000 21:10:17 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA85469; Thu, 2 Mar 2000 21:10:17 -0800 (PST) (envelope-from jkoshy@FreeBSD.org) Date: Thu, 2 Mar 2000 21:10:17 -0800 (PST) From: Message-Id: <200003030510.VAA85469@freefall.freebsd.org> To: khera@kciLink.com, jkoshy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16413: klyx port fails to compile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: klyx port fails to compile State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Thu Mar 2 21:08:33 PST 2000 State-Changed-Why: Submitter's problem disappeared with g++295. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 21:50:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8724337B5A8 for ; Thu, 2 Mar 2000 21:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA91535; Thu, 2 Mar 2000 21:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from wbiW09.westbend.net (wbiw09.westbend.net [209.224.254.254]) by hub.freebsd.org (Postfix) with ESMTP id 9A69B37B5A3 for ; Thu, 2 Mar 2000 21:48:15 -0800 (PST) (envelope-from admin@wbiW09.westbend.net) Received: (from root@localhost) by wbiW09.westbend.net (8.8.8/8.8.8) id XAA26520; Thu, 2 Mar 2000 23:48:13 -0600 (CST) (envelope-from admin) Message-Id: <200003030548.XAA26520@wbiW09.westbend.net> Date: Thu, 2 Mar 2000 23:48:13 -0600 (CST) From: hetzels@westbend.net Reply-To: hetzels@westbend.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17139: PLIST correction for Apache13-fp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17139 >Category: ports >Synopsis: PLIST correction for Apache13-fp >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 2 21:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Scot W. Hetzel >Release: FreeBSD 3.4-STABLE i386 >Organization: West Bend Interent >Environment: >Description: The PLIST was incorrectly updated in the recent port upgrade. /usr/local/www/data* entries were added to the end of the ports PLIST, and the @unexec line to remove the frontpage suidkey filess was taken out. >How-To-Repeat: >Fix: The attached patch fixes these problems and also makes it so that the port doesn't install the index.html.*, *.gif, httpd.conf, srm.conf, access.conf magic, and mime.types files during a BATCH build. Allows a clean uninstall when in BATCH mode. Also, index.html.* and *.gif do not get installed if the directory ${PREFIX}/www/data exists. As we do not want to change the current DocumentRoot. diff -ruN apache13-fp.orig/Makefile apache13-fp/Makefile --- apache13-fp.orig/Makefile Wed Mar 1 00:25:04 2000 +++ apache13-fp/Makefile Thu Mar 2 22:18:54 2000 @@ -54,7 +54,6 @@ MOD_FPDOCDIR= ${AP_SHARE}/manual/mod/mod_frontpage MOD_FP= ${FILESDIR}/mod_frontpage.c IMAGES_DIR= ${AP_SHARE}/manual/images -IMAGES_VTI= ${PREFIX}/www/data/images/_vti_cnf INSTALL_FILE= ${INSTALL} -c -m 555 -o bin -g bin @@ -166,13 +165,7 @@ @${INSTALL} -c -m 644 ${DISTDIR}/powerlogo.gif ${IMAGES_DIR} @${INSTALL} -c -m 644 ${DISTDIR}/fplogo.gif ${IMAGES_DIR} @${INSTALL} -c -m 644 ${AP_SHARE}/apache_pb.gif ${IMAGES_DIR} - @mkdir -p ${PREFIX}/www/data/images @( cd ${PREFIX}/share/doc/apache ; if [ -h images ] ; then ${RM} -f images ; fi ; ln -fs manual/images images) -.for file in ${IMAGES} - @if [ ! -f ${PREFIX}/www/data/images/${file} ]; then \ - ${CP} -rp ${IMAGES_DIR}/${file} ${PREFIX}/www/data/images ; \ - fi -.endfor # Untar frontpage extentions @(cd ${PREFIX} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${FRONTPAGE} ${EXTRACT_AFTER_ARGS}) @${RM} ${FPHTTPD}/httpd ${FPHTTPD}/httpd.Compat diff -ruN apache13-fp.orig/patches/patch-ab apache13-fp/patches/patch-ab --- apache13-fp.orig/patches/patch-ab Wed Mar 1 00:25:07 2000 +++ apache13-fp/patches/patch-ab Thu Mar 2 23:00:41 2000 @@ -1,5 +1,5 @@ --- Makefile.tmpl.orig Tue Jan 11 13:47:41 2000 -+++ Makefile.tmpl Thu Feb 24 20:58:51 2000 ++++ Makefile.tmpl Thu Mar 2 23:00:19 2000 @@ -123,6 +123,7 @@ runtimedir = @runtimedir@ logfiledir = @logfiledir@ @@ -68,7 +68,7 @@ < $(TOP)/$(SRC)/support/apachectl > $(TOP)/$(SRC)/.apaci.install.tmp && \ $(INSTALL_SCRIPT) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(sbindir)/$${apachectl}; \ echo "$(INSTALL_DATA) $(TOP)/$(SRC)/support/apachectl.8 $(root)$(mandir)/man8/$${apachectl}.8"; \ -@@ -452,25 +469,31 @@ +@@ -452,26 +469,30 @@ # icons and distributed CGI scripts. install-data: @echo "===> [data: Installing initial data files]" @@ -108,12 +108,12 @@ + echo "$(INSTALL_DATA) $(TOP)/conf/$${script}[*] $(root)$(cgidir).default/$${script}"; \ + $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(cgidir).default/$${script}; \ done; \ -+ if [ ! -d $(root)$(cgidir) ]; then \ -+ $(CP) -rp $(root)$(cgidir).default $(root)$(cgidir); \ - fi +- fi ++# fi @echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \ (cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\ -@@ -504,28 +527,33 @@ + (cd $(root)$(iconsdir)/ && $(TAR) -xf -); \ +@@ -504,42 +525,47 @@ -e 's;@@ServerRoot@@/icons;$(iconsdir);' \ -e 's;@@ServerRoot@@/cgi-bin;$(cgidir);' \ -e 's;@@ServerRoot@@/proxy;$(proxycachedir);' \ @@ -143,11 +143,37 @@ > $(TOP)/$(SRC)/.apaci.install.tmp && \ echo "$(INSTALL_DATA) $(TOP)/conf/$${conf}-dist[*] $(root)$(sysconfdir)/$${target_conf}.default"; \ $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(sysconfdir)/$${target_conf}.default; \ - if [ ! -f "$(root)$(sysconfdir)/$${target_conf}" ]; then \ -+ if [ .$${target_conf} != .httpd.conf ] ; then \ - echo "$(INSTALL_DATA) $(TOP)/conf/$${conf}-dist[*] $(root)$(sysconfdir)/$${target_conf}"; \ - $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(sysconfdir)/$${target_conf}; \ -+ fi; \ - else \ - echo "[PRESERVING EXISTING CONFIG FILE: $(root)$(sysconfdir)/$${target_conf}]"; \ - fi; \ +- if [ ! -f "$(root)$(sysconfdir)/$${target_conf}" ]; then \ +- echo "$(INSTALL_DATA) $(TOP)/conf/$${conf}-dist[*] $(root)$(sysconfdir)/$${target_conf}"; \ +- $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(sysconfdir)/$${target_conf}; \ +- else \ +- echo "[PRESERVING EXISTING CONFIG FILE: $(root)$(sysconfdir)/$${target_conf}]"; \ +- fi; \ + done ++# if [ ! -f "$(root)$(sysconfdir)/$${target_conf}" ]; then \ ++# echo "$(INSTALL_DATA) $(TOP)/conf/$${conf}-dist[*] $(root)$(sysconfdir)/$${target_conf}"; \ ++# $(INSTALL_DATA) $(TOP)/$(SRC)/.apaci.install.tmp $(root)$(sysconfdir)/$${target_conf}; \ ++# else \ ++# echo "[PRESERVING EXISTING CONFIG FILE: $(root)$(sysconfdir)/$${target_conf}]"; \ ++# fi; \ ++# done + -@for conf in mime.types magic; do \ + echo "$(INSTALL_DATA) $(TOP)/conf/$${conf} $(root)$(sysconfdir)/$${conf}.default"; \ + $(INSTALL_DATA) $(TOP)/conf/$${conf} $(root)$(sysconfdir)/$${conf}.default; \ +- if [ ! -f "$(root)$(sysconfdir)/$${conf}" ]; then \ +- echo "$(INSTALL_DATA) $(TOP)/conf/$${conf} $(root)$(sysconfdir)/$${conf}"; \ +- $(INSTALL_DATA) $(TOP)/conf/$${conf} $(root)$(sysconfdir)/$${conf}; \ +- else \ +- echo "[PRESERVING EXISTING CONFIG FILE: $(root)$(sysconfdir)/$${conf}]"; \ +- fi; \ + done ++# if [ ! -f "$(root)$(sysconfdir)/$${conf}" ]; then \ ++# echo "$(INSTALL_DATA) $(TOP)/conf/$${conf} $(root)$(sysconfdir)/$${conf}"; \ ++# $(INSTALL_DATA) $(TOP)/conf/$${conf} $(root)$(sysconfdir)/$${conf}; \ ++# else \ ++# echo "[PRESERVING EXISTING CONFIG FILE: $(root)$(sysconfdir)/$${conf}]"; \ ++# fi; \ ++# done + @echo "<=== [config]" + + diff -ruN apache13-fp.orig/pkg/INSTALL apache13-fp/pkg/INSTALL --- apache13-fp.orig/pkg/INSTALL Wed Mar 1 00:25:15 2000 +++ apache13-fp/pkg/INSTALL Thu Mar 2 23:19:50 2000 @@ -7,35 +7,50 @@ PKG_BATCH=${BATCH:=NO} PKG_PREFIX=${PKG_PREFIX} -AP_SHARE=${PKG_PREFIX}/share/doc/apache HOST_NAME=`/bin/hostname` + +AP_CGI=${PKG_PREFIX}/www/cgi-bin +AP_CONF=${PKG_PREFIX}/etc/apache AP_DATA=${PKG_PREFIX}/www/data +AP_SHARE=${PKG_PREFIX}/share/doc/apache + FPINSTALL=${PKG_PREFIX}/frontpage/version4.0/fp_install.sh CHANGESERVER=${PKG_PREFIX}/frontpage/version4.0/change_server.sh FPDOCDIR=${AP_SHARE}/manual/mod/mod_frontpage +IMAGES_DIR=${AP_SHARE}/manual/images IMAGES_VTI=${PKG_PREFIX}/www/data/images/_vti_cnf -HTTPD_CONF=${PKG_PREFIX}/etc/apache/httpd.conf create_apache_lang_doc () { - if [ ! -d ${AP_DATA} ]; then - /bin/mkdir -p ${AP_DATA} - fi - for lang in ca cz de dk ee en es fr it ja.jis lu nl po.iso-pl pt pt-br se { /bin/cat ${AP_SHARE}/index.html.${lang}-dist | \ - /usr/bin/sed -e 's;@@HOSTNAME@@;'${HOST_NAME}';' \ - > ${AP_SHARE}/index.html.${lang} - if [ ! -f ${AP_DATA}/index.html ] ; then - if [ ! -f ${AP_DATA}/index.html.${lang} ]; then - /bin/cp -rp ${AP_SHARE}/index.html.${lang} \ - ${AP_DATA}/index.html.${lang} - fi - fi + /usr/bin/sed -e 's;@@HOSTNAME@@;'${HOST_NAME}';' \ + > ${AP_SHARE}/index.html.${lang} } } +create_apache_doc_root () +{ + if [ ! -d ${AP_CGI} ]; then + /bin/cp -rp ${AP_CGI}.default ${AP_CGI} + fi + + if [ ! -d ${AP_DATA} ]; then + /bin/mkdir -p ${AP_DATA}/images + for file in apache_pb.gif fplogo.gif powerlogo.gif + { + /bin/cp -rp ${IMAGES_DIR}/${file} ${AP_DATA}/images + } + + for lang in ca cz de dk ee en es fr it ja.jis lu nl po.iso-pl pt pt-br se + { + /bin/cp -rp ${AP_SHARE}/index.html.${lang} \ + ${AP_DATA}/index.html.${lang} + } + fi +} + fix_frontpage_scripts () { /bin/cat ${FPINSTALL}-dist | \ @@ -51,24 +66,35 @@ fix_httpd_conf () { - if [ ! -f ${HTTPD_CONF} ] ; then - /bin/cat ${HTTPD_CONF}.default | \ + if [ ! -f ${AP_CONF}/httpd.conf} ] ; then + /bin/cat ${AP_CONF}/httpd.conf.default | \ /usr/bin/sed -e 's;@@HOSTNAME@@;'${HOST_NAME}';' \ - > ${HTTPD_CONF} + > ${AP_CONF}/httpd.conf fi + + for file in mime.types magic srm.conf access.conf + { + if [ ! -f ${AP_CONF}/${file} ]; then + cp -rp ${AP_CONF}/${file}.default ${AP_CONF}/${file} + fi + } } + #Add the appropriate comment to the images/_vti_cnf file. comment_files () { - if [ -d ${IMAGES_VTI} ]; then \ - if [ ! "`grep description ${IMAGES_VTI}/apache_pb.gif`" ] ; then \ - /bin/echo "vti_description:SW|Apache Webserver" >> ${IMAGES_VTI}/apache_pb.gif ;\ + if [ -d ${IMAGES_VTI} ]; then + if [ -f ${IMAGES_VTI}/apache_pb.gif ] && \ + [ ! "`grep description ${IMAGES_VTI}/apache_pb.gif`" ] ; then + /bin/echo "vti_description:SW|Apache Webserver" >> ${IMAGES_VTI}/apache_pb.gif fi - if [ ! "`grep description ${IMAGES_VTI}/fplogo.gif`" ] ; then \ - /bin/echo "vti_description:SW|Created with Microsoft FrontPage 2000" >> ${IMAGES_VTI}/fplogo.gif ; \ + if [ -f ${IMAGES_VTI}/fplogo.gif ] && \ + [ ! "`grep description ${IMAGES_VTI}/fplogo.gif`" ] ; then + /bin/echo "vti_description:SW|Created with Microsoft FrontPage 2000" >> ${IMAGES_VTI}/fplogo.gif fi - if [ ! "`grep description ${IMAGES_VTI}/powerlogo.gif`" ] ; then \ - /bin/echo "vti_description:SW|Powered by FreeBSD" >> ${IMAGES_VTI}/powerlogo.gif ; \ + if [ -f ${IMAGES_VTI}/powerlogo.gif ] && \ + [ ! "`grep description ${IMAGES_VTI}/powerlogo.gif`" ] ; then + /bin/echo "vti_description:SW|Powered by FreeBSD" >> ${IMAGES_VTI}/powerlogo.gif fi fi } @@ -80,6 +106,7 @@ # If we are not in batch mode then run the FP install script. if [ "${PKG_BATCH}" = "NO" ]; then create_apache_lang_doc + create_apache_doc_root fix_frontpage_scripts fix_httpd_conf ${FPINSTALL} diff -ruN apache13-fp.orig/pkg/PLIST apache13-fp/pkg/PLIST --- apache13-fp.orig/pkg/PLIST Wed Mar 1 00:25:15 2000 +++ apache13-fp/pkg/PLIST Thu Mar 2 23:38:15 2000 @@ -2,14 +2,10 @@ bin/htdigest bin/htpasswd etc/apache/access.conf.default -@exec if [ ! -f %B/access.conf ]; then cp %B/%f %B/access.conf ; fi etc/apache/httpd.conf.default etc/apache/magic.default -@exec if [ ! -f %B/magic ]; then cp %B/%f %B/magic ; fi etc/apache/mime.types.default -@exec if [ ! -f %B/mime.types ]; then cp %B/%f %B/mime.types ; fi etc/apache/srm.conf.default -@exec if [ ! -f %B/srm.conf ]; then cp %B/%f %B/srm.conf ; fi etc/rc.d/apache.sh include/apache/alloc.h include/apache/ap.h @@ -96,7 +92,6 @@ sbin/rotatelogs sbin/suexec share/doc/apache/apache_pb.gif -@exec if [ ! -d %D/www/data/images ] ; then mkdir -p %D/www/data/images ; fi @exec if [ ! -h %B/images ]; then (cd %B ; ln -s manual/images images); fi @unexec if [ -h %B/images ]; then rm -f %B/images; fi share/doc/apache/index.html.ca-dist @@ -109,16 +104,16 @@ share/doc/apache/index.html.fr-dist share/doc/apache/index.html.it-dist share/doc/apache/index.html.ja.jis-dist -share/doc/apache/index.html.ja.jis share/doc/apache/index.html.lu-dist share/doc/apache/index.html.nl-dist -share/doc/apache/index.html.po.iso-pl share/doc/apache/index.html.po.iso-pl-dist -share/doc/apache/index.html.pt-br share/doc/apache/index.html.pt-dist share/doc/apache/index.html.pt-br-dist share/doc/apache/index.html.se-dist @unexec rm -rf %B/index.html.?? +@unexec rm -rf %B/index.html.ja.jis +@unexec rm -rf %B/index.html.po.iso-pl +@unexec rm -rf %B/index.html.pt-br share/doc/apache/manual/LICENSE share/doc/apache/manual/bind.html share/doc/apache/manual/cgi_path.html @@ -132,10 +127,8 @@ share/doc/apache/manual/handler.html share/doc/apache/manual/header.html share/doc/apache/manual/images/apache_pb.gif -@exec if [ ! -f %D/www/data/images/%f ]; then cp %D/%F %D/www/data/images/%f; fi share/doc/apache/manual/images/custom_errordocs.gif share/doc/apache/manual/images/fplogo.gif -@exec if [ ! -f %D/www/data/images/%f ]; then cp %D/%F %D/www/data/images/%f; fi share/doc/apache/manual/images/home.gif share/doc/apache/manual/images/index.gif share/doc/apache/manual/images/mod_rewrite_fig1.fig @@ -143,7 +136,6 @@ share/doc/apache/manual/images/mod_rewrite_fig2.fig share/doc/apache/manual/images/mod_rewrite_fig2.gif share/doc/apache/manual/images/powerlogo.gif -@exec if [ ! -f %D/www/data/images/%f ]; then cp %D/%F %D/www/data/images/%f; fi share/doc/apache/manual/images/sub.gif share/doc/apache/manual/index.html share/doc/apache/manual/install-tpf.html @@ -258,11 +250,8 @@ share/doc/apache/manual/vhosts/vhosts-in-depth.html share/doc/apache/manual/vhosts/virtual-host.html share/doc/apache/manual/windows.html -@exec if [ ! -d %D/www/cgi-bin ]; then mkdir -p %D/www/cgi-bin; fi www/cgi-bin.default/printenv -@exec if [ ! -f %D/www/cgi-bin/%f ]; then cp %D/%F %D/www/cgi-bin/%f; fi www/cgi-bin.default/test-cgi -@exec if [ ! -f %D/www/cgi-bin/%f ]; then cp %D/%F %D/www/cgi-bin/%f; fi www/icons/README www/icons/a.gif www/icons/alert.black.gif @@ -429,6 +418,7 @@ frontpage/%%FP_REV%%/apache-fp/_vti_bin/fpexe frontpage/%%FP_REV%%/apache-fp/fp-patch-apache_1.3.3 frontpage/%%FP_REV%%/apache-fp/fpexe.c +@unexec if [ -f %B/suidkey ] ; then rm -f %B/suidkey* ; fi frontpage/%%FP_REV%%/bin/_vti_inf.htm frontpage/%%FP_REV%%/bin/fpsrvadm.exe frontpage/%%FP_REV%%/bin/postinfo.htm @@ -579,24 +569,3 @@ @dirrm frontpage/%%FP_REV%%/srcs @dirrm frontpage/%%FP_REV%% @dirrm frontpage -/usr/local/www/data -/usr/local/www/data/images -/usr/local/www/data/images/apache_pb.gif -/usr/local/www/data/images/fplogo.gif -/usr/local/www/data/images/powerlogo.gif -/usr/local/www/data/index.html.ca -/usr/local/www/data/index.html.cz -/usr/local/www/data/index.html.de -/usr/local/www/data/index.html.dk -/usr/local/www/data/index.html.ee -/usr/local/www/data/index.html.en -/usr/local/www/data/index.html.es -/usr/local/www/data/index.html.fr -/usr/local/www/data/index.html.it -/usr/local/www/data/index.html.ja.jis -/usr/local/www/data/index.html.lu -/usr/local/www/data/index.html.nl -/usr/local/www/data/index.html.po.iso-pl -/usr/local/www/data/index.html.pt -/usr/local/www/data/index.html.pt-br -/usr/local/www/data/index.html.se >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 22: 0: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D5C637BFC4 for ; Thu, 2 Mar 2000 22:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA92910; Thu, 2 Mar 2000 22:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 560A837B5A8 for ; Thu, 2 Mar 2000 21:52:19 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA91883; Thu, 2 Mar 2000 21:52:19 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003030552.VAA91883@freefall.freebsd.org> Date: Thu, 2 Mar 2000 21:52:19 -0800 (PST) From: yuuki@goldmoon.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17140: Update port: graphics/enfle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17140 >Category: ports >Synopsis: Update port: graphics/enfle >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 2 22:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Yuuki SAWADA >Release: FreeBSD 4.0-CURRENT >Organization: Muroran Institute of Technology >Environment: FreeBSD tokimeki.goldmoon.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Thu Mar 2 14:03:51 JST 2000 root@tokimeki.goldmoon.org:/usr/src/sys/compile/TOKIMEKI i386 >Description: Update from 20000220 to 20000302. - Whom and maintainer address changed. - Some fixes in Makefile and pkg/DESCR. - Removed file: patches/patch-ca. >How-To-Repeat: >Fix: diff -urN enfle.old/Makefile enfle/Makefile --- enfle.old/Makefile Wed Feb 23 08:16:14 2000 +++ enfle/Makefile Fri Mar 3 14:42:56 2000 @@ -1,17 +1,17 @@ # New ports collection makefile for: enfle -# Version required: 20000220 +# Version required: 20000302 # Date created: Tue Sep 28 02:25:17 JST 1999 -# Whom: Yuuki SAWADA +# Whom: Yuuki SAWADA # # $FreeBSD: ports/graphics/enfle/Makefile,v 1.10 2000/02/22 14:37:26 jedgar Exp $ # -DISTNAME= enfle-20000220 +DISTNAME= enfle-20000302 CATEGORIES= graphics MASTER_SITES= http://enfle.fennel.org/ \ ftp://ftp.goldmoon.org/pub/FreeBSD/ports/distfiles/ -MAINTAINER= mami@whale.cc.muroran-it.ac.jp +MAINTAINER= yuuki@goldmoon.org LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg @@ -22,8 +22,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-all-plugins \ --enable-plugins-dir \ - --disable-static \ --enable-archiver="-libarc" \ + --disable-static \ --disable-mitshm MAN1= enfle.1 diff -urN enfle.old/files/md5 enfle/files/md5 --- enfle.old/files/md5 Wed Feb 23 08:16:14 2000 +++ enfle/files/md5 Fri Mar 3 14:33:05 2000 @@ -1 +1 @@ -MD5 (enfle-20000220.tar.bz2) = 4da5f47061cf37fec34530df9bbb4a8e +MD5 (enfle-20000302.tar.bz2) = 5ec883c5858668fc9321f403f1191731 diff -urN enfle.old/patches/patch-ca enfle/patches/patch-ca --- enfle.old/patches/patch-ca Tue Feb 22 23:37:30 2000 +++ enfle/patches/patch-ca Thu Jan 1 09:00:00 1970 @@ -1,18 +0,0 @@ ---- configure.orig Mon Feb 7 04:26:18 2000 -+++ configure Wed Feb 9 19:49:57 2000 -@@ -3877,13 +3877,13 @@ - enableval="$enable_archiver" - for p in $enableval; do - -- pp=`echo $p | sed 's/^!//'` -+ pp=`echo $p | sed 's/^-//'` - if test $pp = $p; then - eval "count_archiver=\`expr 0\$count_archiver + 1\`" - Compiled_plugins="$Compiled_plugins archiver/$pp" - else - eval "count_archiver=\`expr 0\$count_archiver - 1\`" -- Compiled_plugins=`echo $Compiled_plugins | sed "s%archiver/$pp \?%%g"` -+ Compiled_plugins=`echo $Compiled_plugins | sed "s%archiver/$pp *%%g"` - fi - - done diff -urN enfle.old/pkg/DESCR enfle/pkg/DESCR --- enfle.old/pkg/DESCR Wed Feb 23 08:16:14 2000 +++ enfle/pkg/DESCR Fri Mar 3 14:40:51 2000 @@ -1,7 +1,7 @@ This program aims to view many variously formated pictures easily. So far, it can treat below formats: - - Archiver: BZ2 DRI GZ LIBARC MISC PAK TAR + - Archiver: BZ2 DRI GZ LIBARC (requires libarc) MISC PAK TAR - Loader: ALD BMP GRP JPEG LFG MAG PIC PNG PNM XMB XPM - Saver: JPEG PMS PNG @@ -13,4 +13,4 @@ WWW: http://enfle.fennel.org/ -- -Yuuki SAWADA +Yuuki SAWADA >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Mar 2 23:34:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pinky.plambert.net (pinky.plambert.net [205.219.88.225]) by hub.freebsd.org (Postfix) with ESMTP id 4D81A37B538 for ; Thu, 2 Mar 2000 23:34:25 -0800 (PST) (envelope-from plambert@pinky.plambert.net) Received: (from plambert@localhost) by pinky.plambert.net (8.9.3/8.9.3) id XAA55082; Thu, 2 Mar 2000 23:34:13 -0800 (PST) (envelope-from plambert) Date: Thu, 2 Mar 2000 23:34:12 -0800 From: "Paul M . Lambert" To: Patrick Bihan-Faou Cc: Bill Fumerola , "Paul M . Lambert" , ports@freebsd.org Subject: Re: difficulties with ports/net/pipsecd/ Message-ID: <20000302233412.A54686@pinky.plambert.net> References: <20000302033735.B954@pinky.plambert.net> <20000302171653.A25438@jade.chc-chimes.com> <017801bf849d$7d9a0140$040aa8c0@local.mindstep.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <017801bf849d$7d9a0140$040aa8c0@local.mindstep.com> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks to everyone who helped me through this moment of stupidity. I am but a young grasshopper... ...though I should have realized that they were all just warnings, that the make didn't die, and that the thing actually worked, it just didn't work _nicely_. Which is a completely different thing... ;-) Thanks again. I installed it, and now I'm learning how to use it... --plambert On Thu, 02 Mar 2000, Patrick Bihan-Faou wrote: > Hi, > > > It didn't fail, I don't know what the problem is. It just generated a lot > of > > warnings (which may lead to the program not _working_ properly) but it > didn't > > fail to build. > > The warnings are totally harmless in this case. I went over the code once > and fixed all of them... if only I did not loose that patch. > > Anyway the bottom line is, it compiled OK and it will likely work OK. > > Patrick. > -- I hate bombs, terrorism, fear, plans, future and past injustices, manifestos, popular sentiment, ignition, timetables, meetings, and poorly adjusted weasels. A warm hello to my friends and fans in domestic surveillance! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 0:31:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 0827C37B59F for ; Fri, 3 Mar 2000 00:31:20 -0800 (PST) (envelope-from Doug@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id AAA74344; Fri, 3 Mar 2000 00:31:17 -0800 (PST) (envelope-from Doug@gorean.org) Message-ID: <38BF7855.C3C42658@gorean.org> Date: Fri, 03 Mar 2000 00:31:17 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-CURRENT-0302 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Paul M . Lambert" Cc: ports@freebsd.org Subject: Re: difficulties with ports/net/pipsecd/ References: <20000302033735.B954@pinky.plambert.net> <20000302171653.A25438@jade.chc-chimes.com> <017801bf849d$7d9a0140$040aa8c0@local.mindstep.com> <20000302233412.A54686@pinky.plambert.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Paul M . Lambert" wrote: > > Thanks to everyone who helped me through this moment of stupidity. I > am but a young grasshopper... No stupidity involved. We were all new once. -- "Welcome to the desert of the real." - Laurence Fishburne as Morpheus, "The Matrix" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 1:15:59 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.Surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id B012D37B59A for ; Fri, 3 Mar 2000 01:15:54 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.com (postfix@pC19F54B2.dip0.t-ipconnect.de [193.159.84.178]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id KAA10179; Fri, 3 Mar 2000 10:15:37 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id DC07AAC26; Fri, 3 Mar 2000 10:15:43 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id KAA02419; Fri, 3 Mar 2000 10:15:40 +0100 (CET) (envelope-from alex) Date: Fri, 3 Mar 2000 10:15:40 +0100 From: Alexander Langer To: Torbjorn Tornkvist Cc: ports@freebsd.org Subject: Re: Can't compile the sane-1.0.1 port under 3.4 Message-ID: <20000303101540.A2384@cichlids.cichlids.com> Mail-Followup-To: Torbjorn Tornkvist , ports@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from tobbe@bluetail.com on Wed, Mar 01, 2000 at 09:43:49PM +0100 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Torbjorn Tornkvist (tobbe@bluetail.com): > xscanimage.c:79: conflicting types for `GIMP_EXTENSION' > /usr/X11R6/include/libgimp/gimpenums.h:289: previous declaration of > `GIMP_EXTENSION' I had this too, with -current. Something is weird on old systems. Last week I installed a new snap from current.freebsd.org and this machine had no problems with the xsane-port. > Any ideas on what to do ? no idea. Somehow, older systems have some gargabe laying around. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 1:20: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DF3437B62A for ; Fri, 3 Mar 2000 01:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA22618; Fri, 3 Mar 2000 01:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from icc.surw.chel.su (surw.chel.su [195.54.2.162]) by hub.freebsd.org (Postfix) with ESMTP id D83EB37B95E for ; Fri, 3 Mar 2000 01:10:31 -0800 (PST) (envelope-from andy@icc.surw.chel.su) Received: (from andy@localhost) by icc.surw.chel.su (8.9.3/8.9.3) id MAA05886; Fri, 3 Mar 2000 12:10:14 +0300 (MSK) (envelope-from andy) Message-Id: <200003030910.MAA05886@icc.surw.chel.su> Date: Fri, 3 Mar 2000 12:10:14 +0300 (MSK) From: Andrey Zakhvatov Reply-To: andy@icc.surw.chel.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17141: Update port: ftp/lftp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17141 >Category: ports >Synopsis: Update port: ftp/lftp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 01:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andrey Zakhvatov >Release: FreeBSD 3.4-RELEASE i386 >Organization: South Ural Railway ICC >Environment: >Description: This is a patch to update ftp/lftp port. diff -Nru lftp/Makefile lftp-2.1.9/Makefile --- lftp/Makefile Tue Jan 25 14:16:00 2000 +++ lftp-2.1.9/Makefile Fri Mar 3 11:58:59 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: lftp -# Version required: 2.1.6 +# Version required: 2.1.9 # Date created: 11 September 1997 # Whom: Andrey Zakhvatov # # $FreeBSD: ports/ftp/lftp/Makefile,v 1.22 2000/01/25 10:32:26 sumikawa Exp $ # -DISTNAME= lftp-2.1.6 +DISTNAME= lftp-2.1.9 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ${MASTER_SITE_SUNSITE} diff -Nru lftp/files/md5 lftp-2.1.9/files/md5 --- lftp/files/md5 Tue Jan 25 14:16:00 2000 +++ lftp-2.1.9/files/md5 Fri Mar 3 11:59:21 2000 @@ -1 +1 @@ -MD5 (lftp-2.1.6.tar.gz) = 814db0e841cc8695a797839812dd4f52 +MD5 (lftp-2.1.9.tar.gz) = 13bf205b4a7dadfd50129709feb2e82e diff -Nru lftp/pkg/PLIST lftp-2.1.9/pkg/PLIST --- lftp/pkg/PLIST Sat Jan 22 14:17:00 2000 +++ lftp-2.1.9/pkg/PLIST Fri Mar 3 12:05:45 2000 @@ -13,10 +13,10 @@ share/locale/de/LC_MESSAGES/lftp.mo share/locale/es/LC_MESSAGES/lftp.mo share/locale/it/LC_MESSAGES/lftp.mo +share/locale/ko/LC_MESSAGES/lftp.mo share/locale/pl/LC_MESSAGES/lftp.mo share/locale/pt_BR/LC_MESSAGES/lftp.mo share/locale/ru/LC_MESSAGES/lftp.mo -share/locale/ko/LC_MESSAGES/lftp.mo share/locale/zh_CN/LC_MESSAGES/lftp.mo @dirrm share/lftp @dirrm share/doc/lftp >How-To-Repeat: >Fix: Please, check and apply this patch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 1:42: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FA1537B5CB; Fri, 3 Mar 2000 01:42:03 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA25075; Fri, 3 Mar 2000 01:42:03 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 3 Mar 2000 01:42:03 -0800 (PST) From: Message-Id: <200003030942.BAA25075@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-ports@FreeBSD.org, nakai@FreeBSD.org Subject: Re: ports/17125: [PATCH] Update of the xfce port to the new 3.3.1 version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Update of the xfce port to the new 3.3.1 version Responsible-Changed-From-To: freebsd-ports->nakai Responsible-Changed-By: sheldonh Responsible-Changed-When: Fri Mar 3 01:41:16 PST 2000 Responsible-Changed-Why: Over to the port's maintainer. If this was mine, Doug's say-so would be good enough for me as far as a blind commit goes. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 1:45: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pinky.plambert.net (pinky.plambert.net [205.219.88.225]) by hub.freebsd.org (Postfix) with ESMTP id 2479B37B5F2 for ; Fri, 3 Mar 2000 01:45:06 -0800 (PST) (envelope-from plambert@pinky.plambert.net) Received: (from plambert@localhost) by pinky.plambert.net (8.9.3/8.9.3) id BAA59742; Fri, 3 Mar 2000 01:45:03 -0800 (PST) (envelope-from plambert) Date: Fri, 3 Mar 2000 01:45:03 -0800 From: "Paul M . Lambert" To: Doug Barton Cc: "Paul M . Lambert" , ports@freebsd.org Subject: Re: difficulties with ports/net/pipsecd/ Message-ID: <20000303014503.E954@pinky.plambert.net> References: <20000302033735.B954@pinky.plambert.net> <20000302171653.A25438@jade.chc-chimes.com> <017801bf849d$7d9a0140$040aa8c0@local.mindstep.com> <20000302233412.A54686@pinky.plambert.net> <38BF7855.C3C42658@gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <38BF7855.C3C42658@gorean.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 03 Mar 2000, Doug Barton wrote: > "Paul M . Lambert" wrote: > > > > Thanks to everyone who helped me through this moment of stupidity. I > > am but a young grasshopper... > > No stupidity involved. We were all new once. Yeah, but I'm not really new. I've been acting rather new lately. Too many distractions, too little sleep, I guess. :-( --plambert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 3: 9: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ketch.tudgroup.com (ketch.tudgroup.com [216.55.4.223]) by hub.freebsd.org (Postfix) with ESMTP id 5800E37B621 for ; Fri, 3 Mar 2000 03:08:59 -0800 (PST) (envelope-from hayden@tudogs.com) Received: from tudogs.com (firewall0.dockside.co.za [196.15.143.226]) by ketch.tudgroup.com (8.9.3/8.9.3) with ESMTP id DAA32261 for ; Fri, 3 Mar 2000 03:08:27 -0800 (PST) Message-ID: <38BF9D1D.E50E20E7@tudogs.com> Date: Fri, 03 Mar 2000 13:08:13 +0200 From: Hayden Katzenellenbogen X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.12 i586) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: Qt20 not working Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org PLease can you tell me if this a prob with the port the package or just my machine I have run Cvsup so I am sure I have the latest info for the port when I run make install this is what eventually happens. cd src; gmake gmake[1]: Entering directory `/usr/ports/x11-toolkits/qt20/work/qt-2.0.2/src' g++295 -c -I/usr/ports/x11-toolkits/qt20/work/qt-2.0.2/include -I/usr/X11R6/include -O -pipe -fPIC -I/usr/local/include -o kernel/qfont_x11.o kernel/qfont_x11.cpp {standard input}: Assembler messages: {standard input}:4315: Error: invalid character '!' in opcode {standard input}:4620: Error: invalid character '!' in opcode {standard input}:4626: Error: invalid character '!' in opcode {standard input}:4667: Error: invalid character '!' in opcode {standard input}:4673: Error: invalid character '!' in opcode gmake[1]: *** [kernel/qfont_x11.o] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/qt20/work/qt-2.0.2/src' gmake: *** [src] Error 2 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I also had a problem with kdenetworks-1.1.2-1 kfinger would not compile. Thnaks Hayden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 3:30: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 74C9437C006 for ; Fri, 3 Mar 2000 03:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA34946; Fri, 3 Mar 2000 03:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 0A96437BFEE for ; Fri, 3 Mar 2000 03:27:09 -0800 (PST) (envelope-from ust@cert.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id MAA04997 for ; Fri, 3 Mar 2000 12:27:03 +0100 (MET) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id MAA12012 for ; Fri, 3 Mar 2000 12:27:02 +0100 (MET) Received: from alaska.cert.siemens.de (reims.mchp.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.4 ]) with ESMTP id MAA62052 for ; Fri, 3 Mar 2000 12:27:02 +0100 (CET) (envelope-from ust@alaska.cert.siemens.de) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.3 ]) id LAA17292; Fri, 3 Mar 2000 11:27:02 GMT (envelope-from ust) Message-Id: <200003031127.LAA17292@alaska.cert.siemens.de> Date: Fri, 3 Mar 2000 11:27:02 GMT From: Udo Schweigert Reply-To: ust@cert.siemens.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17144: Update of port net/iplog to 2.1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17144 >Category: ports >Synopsis: Update of port net/iplog to 2.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 03:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: FreeBSD 3.4-STABLE i386 >Organization: Siemens AG, ZT IK 3 >Environment: >Description: Update to iplog 2.1.1 (I previously misinterpreted the patch iplog-2.1.0-2.diff as bringing it to version 2.1.2 but the real version was 2.1.0.2. So this will bump from version 2.1.2 to 2.1.1 - sorry for that. >How-To-Repeat: >Fix: diff -ru iplog.orig/Makefile iplog/Makefile --- iplog.orig/Makefile Sun Jan 30 19:19:45 2000 +++ iplog/Makefile Fri Mar 3 12:19:57 2000 @@ -1,20 +1,18 @@ # New ports collection makefile for: iplog -# Version required: 2.1.2 +# Version required: 2.1.1 # Date created: 4 Oct 1999 # Whom: Dominik Rothert # # $FreeBSD: ports/net/iplog/Makefile,v 1.4 2000/01/30 18:19:45 steve Exp $ # -DISTNAME= iplog-2.1.0 -PKGNAME= iplog-2.1.2 +DISTNAME= iplog-2.1.1 CATEGORIES= security MASTER_SITES= http://download.sourceforge.net/ojnk/ \ ftp://ftp.karlsbakk.net/pub/ojnk/iplog/ PATCH_SITES= http://ojnk.sourceforge.net/stuff/ \ ftp://ftp.karlsbakk.net/pub/ojnk/iplog/ -PATCHFILES= iplog-2.1.0-2.diff PATCH_DIST_STRIP=-p1 MAINTAINER= ust@cert.siemens.de diff -ru iplog.orig/files/md5 iplog/files/md5 --- iplog.orig/files/md5 Sat Jan 29 22:40:51 2000 +++ iplog/files/md5 Fri Mar 3 12:20:10 2000 @@ -1,2 +1 @@ -MD5 (iplog-2.1.0.tar.gz) = 9bcecd2b829016ec2dba11f031f59317 -MD5 (iplog-2.1.0-2.diff) = eda4d558ed8116e4a2a22130d314c358 +MD5 (iplog-2.1.1.tar.gz) = 4ef5db56ed6b7ef0955ef658d44dcf88 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 3:40: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F69737B687 for ; Fri, 3 Mar 2000 03:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA35726; Fri, 3 Mar 2000 03:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 813CE37C02B for ; Fri, 3 Mar 2000 03:30:23 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA34963; Fri, 3 Mar 2000 03:30:23 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003031130.DAA34963@freefall.freebsd.org> Date: Fri, 3 Mar 2000 03:30:23 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17145: bsd.port.mk: ftp.cdrom.com -> ftp.freesoftware.com Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17145 >Category: ports >Synopsis: bsd.port.mk: ftp.cdrom.com -> ftp.freesoftware.com >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 03:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: Most open-source archive hosted at ftp.cdrom.com has been moved to ftp.freesoftware.com recently. bsd.port.mk should be needed to chase the change. >How-To-Repeat: >Fix: --- /usr/ports/Mk/bsd.port.mk Thu Feb 24 20:12:57 2000 +++ Mk/bsd.port.mk Fri Mar 3 06:45:48 2000 @@ -974,7 +974,7 @@ MASTER_SITE_GNU+= \ ftp://ftp.gnu.org/gnu/%SUBDIR%/ \ - ftp://ftp.cdrom.com/pub/gnu/%SUBDIR%/ \ + ftp://ftp.freesoftware.com/pub/gnu/%SUBDIR%/ \ ftp://ftp.digital.com/pub/GNU/%SUBDIR%/ \ ftp://ftp.uu.net/archive/systems/gnu/%SUBDIR%/ \ ftp://ftp.de.uu.net/pub/gnu/%SUBDIR%/ \ @@ -987,10 +987,10 @@ MASTER_SITE_PERL_CPAN+= \ ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/%SUBDIR%/ \ - ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/%SUBDIR%/ + ftp://ftp.freesoftware.com/pub/perl/CPAN/modules/by-module/%SUBDIR%/ MASTER_SITE_TEX_CTAN+= \ - ftp://ftp.cdrom.com/pub/tex/ctan/%SUBDIR%/ \ + ftp://ftp.freesoftware.com/pub/tex/ctan/%SUBDIR%/ \ ftp://wuarchive.wustl.edu/packages/TeX/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/TeX/CTAN/%SUBDIR%/ \ ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/ \ @@ -999,7 +999,7 @@ MASTER_SITE_SUNSITE+= \ ftp://metalab.unc.edu/pub/Linux/%SUBDIR%/ \ ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/%SUBDIR%/ \ - ftp://ftp.cdrom.com/pub/linux/sunsite/%SUBDIR%/ + ftp://ftp.freesoftware.com/pub/linux/sunsite/%SUBDIR%/ MASTER_SITE_KDE+= \ ftp://ftp.us.kde.org/pub/kde/%SUBDIR%/ \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 4:10: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D49B637C02E for ; Fri, 3 Mar 2000 04:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA39403; Fri, 3 Mar 2000 04:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from fly.lglobus.ru (fly.lglobus.ru [195.34.224.130]) by hub.freebsd.org (Postfix) with ESMTP id 1F03E37B580 for ; Fri, 3 Mar 2000 04:08:51 -0800 (PST) (envelope-from rover@fly.lglobus.ru) Received: (from rover@localhost) by fly.lglobus.ru (8.9.3/8.9.3) id PAA24845; Fri, 3 Mar 2000 15:08:37 +0300 (MSK) (envelope-from rover) Message-Id: <200003031208.PAA24845@fly.lglobus.ru> Date: Fri, 3 Mar 2000 15:08:37 +0300 (MSK) From: "Oleg V. Volkov" Reply-To: "Oleg V. Volkov" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17147: www/squid23 update: STABLE1 -> STABLE2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17147 >Category: ports >Synopsis: www/squid23 update: STABLE1 -> STABLE2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 04:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Oleg V. Volkov >Release: FreeBSD 3.2-STABLE i386 >Organization: -=/ SR 13 /=- >Environment: Fresh Ports. >Description: See Synopsis. >How-To-Repeat: N/A >Fix: diff -ruN OLD/Makefile NEW/Makefile --- OLD/Makefile Sat Jan 29 23:13:16 2000 +++ NEW/Makefile Fri Mar 3 11:57:21 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: squid -# Version required: 2.3.STABLE1 +# Version required: 2.3.STABLE2 # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm # # $FreeBSD: ports/www/squid23/Makefile,v 1.63 2000/01/29 20:13:16 peter Exp $ # -DISTNAME= squid-2.3.STABLE1 +DISTNAME= squid-2.3.STABLE2 PKGNAME= squid-2.3 CATEGORIES= www MASTER_SITES= \ diff -ruN OLD/files/md5 NEW/files/md5 --- OLD/files/md5 Sat Jan 29 23:13:17 2000 +++ NEW/files/md5 Fri Mar 3 11:34:29 2000 @@ -1 +1 @@ -MD5 (squid2.3/squid-2.3.STABLE1-src.tar.gz) = b575dcc0bbb98c806efee15b9963630f +MD5 (squid2.3/squid-2.3.STABLE2-src.tar.gz) = ba90c12907e5dd8a29bf824bde2f7755 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 5:11:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from assaris.sics.se (assaris.sics.se [193.10.66.234]) by hub.freebsd.org (Postfix) with ESMTP id 3D90D37B566; Fri, 3 Mar 2000 05:11:13 -0800 (PST) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id OAA01256; Fri, 3 Mar 2000 14:11:09 +0100 (CET) (envelope-from assar) From: assar@stacken.kth.se To: Will Andrews Cc: FreeBSD-gnats-submit@FreeBSD.ORG, thepish@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ports/17036: working port for arla-0.31 References: <200002280442.FAA14969@hunahpu.sics.se> <20000228091858.B452@argon.blackdawn.com> <5ld7ph4d12.fsf@assaris.sics.se> Date: 03 Mar 2000 14:11:09 +0100 In-Reply-To: assar@stacken.kth.se's message of "28 Feb 2000 15:28:25 +0100" Message-ID: <5lputc5hci.fsf_-_@assaris.sics.se> Lines: 17 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I wrote: > Will Andrews writes: > > About time! I was pretty intent on submitting a port removal request for > > this particular port, since I've never seen it build successfully before. > > Thanks. Having it there but not building didn't make me very happy > either... Sorry for being somewhat insistent on this, but I would like this to be fixed before the freeze on March 8th. So, what more is there's to do on this and want can I do to make sure it happens? The patches in ports/17036 should make everything build just fine. If there are any issues with those, please tell me and I'll try to solve them. Otherwise, just commit it. :-) /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 5:20: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 819AF37C05F for ; Fri, 3 Mar 2000 05:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA45960; Fri, 3 Mar 2000 05:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 3 Mar 2000 05:20:02 -0800 (PST) Message-Id: <200003031320.FAA45960@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: assar@stacken.kth.se Subject: Re: ports/17036: working port for arla-0.31 Reply-To: assar@stacken.kth.se Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17036; it has been noted by GNATS. From: assar@stacken.kth.se To: Will Andrews Cc: FreeBSD-gnats-submit@FreeBSD.ORG, thepish@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ports/17036: working port for arla-0.31 Date: 03 Mar 2000 14:11:09 +0100 I wrote: > Will Andrews writes: > > About time! I was pretty intent on submitting a port removal request for > > this particular port, since I've never seen it build successfully before. > > Thanks. Having it there but not building didn't make me very happy > either... Sorry for being somewhat insistent on this, but I would like this to be fixed before the freeze on March 8th. So, what more is there's to do on this and want can I do to make sure it happens? The patches in ports/17036 should make everything build just fine. If there are any issues with those, please tell me and I'll try to solve them. Otherwise, just commit it. :-) /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 5:50: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6394E37B96B for ; Fri, 3 Mar 2000 05:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA48399; Fri, 3 Mar 2000 05:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ws2.piuha.net (ws2.piuha.net [195.165.196.2]) by hub.freebsd.org (Postfix) with ESMTP id 0E85337B5B2 for ; Fri, 3 Mar 2000 05:47:43 -0800 (PST) (envelope-from martti.kuparinen@piuha.net) Received: by ws2.piuha.net (Postfix, from userid 10402) id 173EE7639F; Fri, 3 Mar 2000 15:47:41 +0200 (EET) Message-Id: <20000303134741.173EE7639F@ws2.piuha.net> Date: Fri, 3 Mar 2000 15:47:41 +0200 (EET) From: martti.kuparinen@nomadiclab.com Reply-To: martti.kuparinen@nomadiclab.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17149: [PATCH] Update p5-IMAP-Admin to version 1.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17149 >Category: ports >Synopsis: [PATCH] Update p5-IMAP-Admin to version 1.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 05:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 4.0-CURRENT i386 >Organization: Ericsson Research >Environment: >Description: Here is version 1.2.1 of the p5-IMAP-Admin package. >How-To-Repeat: >Fix: diff -crN /usr/ports/mail/p5-IMAP-Admin/Makefile p5-IMAP-Admin/Makefile *** /usr/ports/mail/p5-IMAP-Admin/Makefile Mon Dec 27 11:31:47 1999 --- p5-IMAP-Admin/Makefile Fri Mar 3 14:54:14 2000 *************** *** 1,13 **** # New ports collection makefile for: p5-IMAP-Admin ! # Version required: 0.8.2 # Date created: Sun Sep 26 09:25:38 EEST 1999 # Whom: Martti Kuparinen # # $FreeBSD: ports/mail/p5-IMAP-Admin/Makefile,v 1.2 1999/12/23 16:12:07 steve Exp $ # ! DISTNAME= IMAP-Admin-1.0.1 ! PKGNAME= p5-IMAP-Admin-1.0.1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IMAP --- 1,13 ---- # New ports collection makefile for: p5-IMAP-Admin ! # Version required: 1.2.1 # Date created: Sun Sep 26 09:25:38 EEST 1999 # Whom: Martti Kuparinen # # $FreeBSD: ports/mail/p5-IMAP-Admin/Makefile,v 1.2 1999/12/23 16:12:07 steve Exp $ # ! DISTNAME= IMAP-Admin-1.2.1 ! PKGNAME= p5-IMAP-Admin-1.2.1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IMAP diff -crN /usr/ports/mail/p5-IMAP-Admin/files/md5 p5-IMAP-Admin/files/md5 *** /usr/ports/mail/p5-IMAP-Admin/files/md5 Mon Dec 27 11:31:47 1999 --- p5-IMAP-Admin/files/md5 Fri Mar 3 14:42:45 2000 *************** *** 1 **** ! MD5 (IMAP-Admin-1.0.1.tar.gz) = 1803c4e8285c54204090a7b5ece7042e --- 1 ---- ! MD5 (IMAP-Admin-1.2.1.tar.gz) = 95b0ceb338cb310cb7623ad5312cc19b diff -crN /usr/ports/mail/p5-IMAP-Admin/pkg/PLIST p5-IMAP-Admin/pkg/PLIST *** /usr/ports/mail/p5-IMAP-Admin/pkg/PLIST Mon Sep 27 08:13:04 1999 --- p5-IMAP-Admin/pkg/PLIST Fri Mar 3 15:41:07 2000 *************** *** 1,8 **** share/examples/p5-IMAP-Admin/create.pl share/examples/p5-IMAP-Admin/delete.pl lib/perl5/site_perl/%%PERL_VER%%/IMAP/Admin.pm ! lib/perl5/site_perl/%%PERL_VER%%/auto/IMAP/Admin/autosplit.ix @dirrm share/examples/p5-IMAP-Admin ! @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/IMAP/Admin ! @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/IMAP @dirrm lib/perl5/site_perl/%%PERL_VER%%/IMAP --- 1,8 ---- share/examples/p5-IMAP-Admin/create.pl share/examples/p5-IMAP-Admin/delete.pl lib/perl5/site_perl/%%PERL_VER%%/IMAP/Admin.pm ! lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IMAP/Admin/.packlist @dirrm share/examples/p5-IMAP-Admin ! @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IMAP/Admin ! @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IMAP @dirrm lib/perl5/site_perl/%%PERL_VER%%/IMAP >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 7:32: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id 11BE137B67A; Fri, 3 Mar 2000 07:32:01 -0800 (PST) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (pc343042.tokyo.jcom.ne.jp [203.140.143.42]) by ms.tokyo.jcom.ne.jp (8.9.1/3.7W 06/01/99) with ESMTP id AAA21433; Sat, 4 Mar 2000 00:31:59 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id AAA67931; Sat, 4 Mar 2000 00:31:23 +0900 (JST) Date: Sat, 04 Mar 2000 00:31:22 +0900 Message-ID: <86r9dsax4l.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: asami@FreeBSD.ORG Cc: ache@FreeBSD.ORG, jseger@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, tkato@prontomail.ne.jp Subject: Re: ports/16836: graphics/ImageMagick: configures with LZW enabled In-Reply-To: In your message of "Tue, 29 Feb 2000 03:29:08 -0800" <20000229032908.A86126@freebsd.org> References: <44DC7AA4C8EE3D11787300807CF9C0B2@tkato.prontomail.ne.jp> <20000229032908.A86126@freebsd.org> User-Agent: Wanderlust/2.2.18 (Please Forgive Me) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 Emacs/20.5 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Associated I. Daemons MIME-Version: 1.0 (generated by EMIKO 1.13.11 - "Euglena viridis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Tue, 29 Feb 2000 03:29:08 -0800, Andrey A. Chernov wrote: > > I am not maintainer of this port, ask him or portsmaster. > > -- > Andrey A. Chernov > > http://nagual.pp.ru/~ache/ Take it easy. :) You see Kato-san and I had sent those mails To: the maintainer and you just received the Cc:. Anyway, as the maintainer hasn't been answering to this important notification I'd wish we could override his maintainership this time and commit the change (update to 5.1.x) immediately. Maybe Kato-san can do that.. Ports Wraith, let's hear your opinion, please? -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( "If you choose not to decide you still have made a choice." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 8: 0: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD14937B6AF for ; Fri, 3 Mar 2000 08:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA31117; Fri, 3 Mar 2000 08:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from ziplink.net (relay-0.ziplink.net [206.15.168.49]) by hub.freebsd.org (Postfix) with ESMTP id 3FB7337B61C; Fri, 3 Mar 2000 07:51:21 -0800 (PST) (envelope-from mi@i.virtual-estates.com) Received: from i.virtual-estates.com (bay1-81.nyc.ziplink.net [209.206.16.81]) by ziplink.net (8.8.7/8.8.7) with ESMTP id KAA13129; Fri, 3 Mar 2000 10:51:18 -0500 (EST) Received: (from root@localhost) by i.virtual-estates.com (8.9.3/8.9.3) id KAA11250; Fri, 3 Mar 2000 10:53:39 -0500 (EST) (envelope-from mi) Message-Id: <200003031553.KAA11250@i.virtual-estates.com> Date: Fri, 3 Mar 2000 10:53:39 -0500 (EST) From: root@i.virtual-estates.com Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: dburr@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17150: textproc/yodl port fixed/improved Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17150 >Category: ports >Synopsis: textproc/yodl port fixed/improved >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 08:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.4-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: The port was ignoring the local setting for CC using cc and (!) gcc. Once I started to change it, removing the dependency on gmake was also fairly simple (the new file patches/patch-ab). And I think I found a way to get by without the ``weird contortion'' :-) of the current version's do-install. I notice, that the dependency on bash was artificially put in -- are we certain our /bin/sh does not meet the POSIX requirements meeting which yodl scripts rely upon? >How-To-Repeat: >Fix: +++ Makefile Fri Mar 3 10:31:26 2000 @@ -21,4 +21,2 @@ -USE_GMAKE= YES - MAN1= yodl.1 \ @@ -30,16 +28,7 @@ -do-build: - (cd ${WRKSRC} && ${SETENV} CFLAGS="${CFLAGS}" ${GMAKE} PREFIX=${PREFIX} progs) - (cd ${WRKSRC}/misc && gcc ${CFLAGS} -s -o striproff striproff.c) +ALL_TARGET= progs manpages misc/striproff +INSTALL_TARGET= installman installmanual -# this weird contortion is because the YODL makefile is broken -# trust me, it works. -do-install: - @${ECHO_MSG} "*** NOTE: any errors from make can be safely ignored." - (cd ${WRKSRC} && ${GMAKE} PREFIX=${PREFIX} install) - -(cd ${WRKSRC} && ${GMAKE} PREFIX=${PREFIX} manpages) - (cd ${WRKSRC}/manpages && ${GMAKE} PREFIX=${PREFIX} manpages) - (cd ${WRKSRC}/manpages && ${GMAKE} PREFIX=${PREFIX} MANPREFIX=${PREFIX}/man installman) - (cd ${WRKSRC} && ${GMAKE} PREFIX=${PREFIX} installmanual) - (cd ${WRKSRC}/misc && ${INSTALL_PROGRAM} striproff ${PREFIX}/bin/striproff) +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/misc/striproff ${PREFIX}/bin/ --- patch-aa Sun Jan 10 05:05:03 1999 +++ patches/patch-aa Fri Mar 3 09:31:11 2000 @@ -37,3 +37,4 @@ # The C compiler? - CC = cc +-CC = cc ++#CC = cc +++ patches/patch-ab Fri Mar 3 10:03:40 2000 @@ -0,0 +1,48 @@ +--- manpages/Makefile.in.orig Fri Jan 24 05:42:52 1997 ++++ manpages/Makefile.in Fri Mar 3 10:01:20 2000 +@@ -7,4 +7,2 @@ + +-SHELL=__BASH__ +- + man1=$(MANPREFIX)/man1 +@@ -24,6 +22,6 @@ + yodl.man: yodl.yo ../Makefile +- yodl2man $< ++ yodl2man yodl.yo + + $(man1)/yodl.1: yodl.man +- cp $< $@ ++ cp yodl.man $@ + +@@ -34,6 +32,6 @@ + yodlconverters.man: yodlconverters.yo ../Makefile +- yodl2man $< ++ yodl2man yodlconverters.yo + + $(man1)/yodlconverters.1: yodlconverters.man +- cp $< $@ ++ cp yodlconverters.man $@ + +@@ -48,3 +46,3 @@ + $(man7)/yodlmacros.7: yodlmacros.man +- cp $< $@ ++ cp yodlmacros.man $@ + +@@ -55,6 +53,6 @@ + yodlmanpage.man: yodlmanpage.yo ../Makefile +- yodl2man $< ++ yodl2man yodlmanpage.yo + + $(man7)/yodlmanpage.7: yodlmanpage.man +- cp $< $@ ++ cp yodlmanpage.man $@ + +@@ -65,6 +63,6 @@ + striproff.man: striproff.yo ../Makefile +- yodl2man $< ++ yodl2man striproff.yo + + $(man1)/striproff.1: striproff.man +- cp $< $@ ++ cp striproff.man $@ + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 9: 0:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90F2C37BA6F for ; Fri, 3 Mar 2000 09:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA37388; Fri, 3 Mar 2000 09:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8363E37B615 for ; Fri, 3 Mar 2000 08:57:46 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA37005; Fri, 3 Mar 2000 08:57:46 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003031657.IAA37005@freefall.freebsd.org> Date: Fri, 3 Mar 2000 08:57:46 -0800 (PST) From: toshi@tea.forus.or.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17151: updated original archive file of elisa8x8 port. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17151 >Category: ports >Synopsis: updated original archive file of elisa8x8 port. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 09:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Toshihiko SHIMOKAWA >Release: 3.4-RELEASE >Organization: ForUs >Environment: FreeBSD sixteen.tea.forus.or.jp 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Sat Jan 22 22:56:27 JST 2000 toshi@sixteen.tea.forus.or.jp:/var/tmp/kame-20000117-freebsd34-snap/freebsd3/sys/compile/SIXTEEN.34R i386 >Description: The original archive of japanese/elisa8x8 port was updated. So, files/md5 have to update. >How-To-Repeat: % wget http://www.tea.forus.or.jp/toshi/exhibition/elisat10.tar.gz % md5 elisat10.tar.gz >Fix: --- md5.old Sat Mar 4 01:51:07 2000 +++ md5 Sat Mar 4 01:50:41 2000 @@ -1 +1 @@ -MD5 (elisat10.tar.gz) = 475b20c57d41e53437459cdf55995ebc +MD5 (elisat10.tar.gz) = ac64d7a5aeafef4d5cb1e35d3fa53267 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 10: 0:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from argon.blackdawn.com (deepspace9.dcds.edu [207.231.151.2]) by hub.freebsd.org (Postfix) with ESMTP id 4EDBB37B67D; Fri, 3 Mar 2000 10:00:09 -0800 (PST) (envelope-from will@blackdawn.com) Received: by argon.blackdawn.com (Postfix, from userid 1000) id EC1491960; Fri, 3 Mar 2000 12:59:56 -0500 (EST) Date: Fri, 3 Mar 2000 12:59:56 -0500 From: Will Andrews To: Satoshi - Ports Wraith - Asami Cc: Will Andrews , Gawel , ports@FreeBSD.ORG Subject: Re: make fetch + dependencies Message-ID: <20000303125956.D986@argon.blackdawn.com> References: <38BA81C7.E7FA0940@sim.com.pl> <20000302122145.A448@argon.blackdawn.com> <20000302124515.A2211@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from asami@FreeBSD.ORG on Thu, Mar 02, 2000 at 05:16:33PM -0800 X-Operating-System: FreeBSD 4.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Mar 02, 2000 at 05:16:33PM -0800, Satoshi - Ports Wraith - Asami wrote: > Sorry, it should have been "make DEPENDS_TARGET=checksum extract". I > forgot that the dependency is checked from extract, not checksum. # make DEPENDS_TARGET=checksum extract ===> Extracting for enlightenment-0.16.3 >> Checksum OK for enlightenment-0.16.3.tar.gz. ===> enlightenment-0.16.3 depends on executable: gmake - found ===> enlightenment-0.16.3 depends on shared library: esd.2 - found ===> enlightenment-0.16.3 depends on shared library: Fnlib.0 - not found ===> Verifying checksum for Fnlib.0 in /usr/ports/graphics/fnlib >> fnlib-0.5.tar.gz doesn't seem to exist on this system. >> Attempting to fetch from >> http://mirror.nucba.ac.jp/mirror/enlightenment/enlightenment/libs/. Receiving fnlib-0.5.tar.gz (431588 bytes): 100% 431588 bytes transferred in 65.4 seconds (6.45 Kbytes/s) >> Checksum OK for fnlib-0.5.tar.gz. ===> Returning to build of enlightenment-0.16.3 Error: shared library "Fnlib.0" does not exist *** Error code 1 Now what? :-) > Actually there is a PR (12548) with a skeleton. I don't really like > that implementation (I think the recursive fetching should be done > only if the dependency (executable/file/shlib) check fails), but you > may want to take a look. The check fails above and it still doesn't finish the fetching. Besides, I think recursive fetching should be available as a separate target. Some people have access to high-speed connections at certain locations and not at their usual location, and they simply wish to download all necessary distfiles so they can build what they want at their usual location. One of those people happen to be me. PR 12548 seems to be an acceptable solution to me. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 10:19:30 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99EA037B57E; Fri, 3 Mar 2000 10:19:28 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA44904; Fri, 3 Mar 2000 10:19:28 -0800 (PST) (envelope-from sada@FreeBSD.org) Date: Fri, 3 Mar 2000 10:19:28 -0800 (PST) From: Message-Id: <200003031819.KAA44904@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, sada@FreeBSD.org Subject: Re: ports/17129: Ports update: korean/netscape47-communicator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports update: korean/netscape47-communicator Responsible-Changed-From-To: freebsd-ports->sada Responsible-Changed-By: sada Responsible-Changed-When: Fri Mar 3 10:17:13 PST 2000 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 10:49:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by hub.freebsd.org (Postfix) with ESMTP id F3C7D37B677 for ; Fri, 3 Mar 2000 10:49:50 -0800 (PST) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Received: from ipamzlx.Physik.Uni-Mainz.DE (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by ipamzlx.physik.uni-mainz.de (8.9.3/8.9.3) with ESMTP id TAA43388 for ; Fri, 3 Mar 2000 19:50:12 +0100 (CET) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Date: Fri, 3 Mar 2000 19:50:12 +0100 (CET) From: "O. Hartmann" To: freebsd-ports@freebsd.org Subject: gnuplot without GIF??? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Tried today to install gnuplot 3.7.1. Installed before the gd-port library. Then, compiling the gnuplot port successfully. After doing that, I tried to use gnuplot, setting terminal to GIF. This worked before I reinstalled gnu= plot (because I changed to FBSD 4.0) and our complete system for automatically produces graphs of climate data uses gif. What's up now? It is said that gif works with gd-lib istalled, but it definitely does not! Can anybody help? Gruss O. Hartmann ------------------------------------------------------------------- ohartman@ipamzlx.physik.uni-mainz.de Klimadatenserver des IPA, Universitaet Mainz Netzwerk- und Systembetreuung To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 10:50:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9FAE237B674 for ; Fri, 3 Mar 2000 10:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA47509; Fri, 3 Mar 2000 10:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 3 Mar 2000 10:50:03 -0800 (PST) Message-Id: <200003031850.KAA47509@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Juergen Lock Subject: Re: ports/17066: audio/xmms chewing CPU (and skipping too) Reply-To: Juergen Lock Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17066; it has been noted by GNATS. From: Juergen Lock To: Mark Ovens Cc: FreeBSD-gnats-submit@freebsd.org, esk@ira.uka.de Subject: Re: ports/17066: audio/xmms chewing CPU (and skipping too) Date: Fri, 3 Mar 2000 19:37:34 +0100 On Tue, Feb 29, 2000 at 05:55:54PM +0000, Mark Ovens wrote: > On Tue, Feb 29, 2000 at 06:34:42AM +0100, Juergen Lock wrote: > > > > >Number: 17066 > > >Category: ports > > >Synopsis: audio/xmms chewing CPU (and skipping too) >... > Have you tried applying the patch in kern/16709? That fixed a whole > load of speed related stuff for me (that only appeared in 1.0.1, 0.9.5 > was fine). Ok i've looked at that patch and it won't help as the soundcard in that box uses a different driver (and that one does have select() btw.) I also tested it with the other driver (its a isa sb16 where both the old and new drivers work), but it made no real difference. And in the meantime i've also chatted with a linux user who said xmms doesn't eat as much cpu on his box (just a few % there), so i'm beginning to suspect a pthreads problem or something... That would also explain why an entirely different audio player (freeamp) is chewing cpu too, tho that one doen't eat _all_ available cycles when its idle, just (imho) way too much. Soo, anyone who knows `our' pthreads implementation wants to take a look? and if you want the unfinished cpu chewing freeamp port just mail me... Thanx + Regards, -- Juergen Lock (remove dot foo from address to reply) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 11:43: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m3.cs.berkeley.edu (m3.CS.Berkeley.EDU [128.32.45.179]) by hub.freebsd.org (Postfix) with ESMTP id 2131637B638 for ; Fri, 3 Mar 2000 11:42:55 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-183.ix.netcom.com [209.109.232.183]) by m3.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id LAA59269; Fri, 3 Mar 2000 11:42:03 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id LAA08681; Fri, 3 Mar 2000 11:40:34 -0800 (PST) To: "Matthew N. Dodd" Cc: "Chris D. Faulhaber" , freebsd-ports@freebsd.org Subject: Re: mod_php4 and other questions. References: From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 03 Mar 2000 11:40:02 -0800 In-Reply-To: "Matthew N. Dodd"'s message of "Thu, 2 Mar 2000 20:24:33 -0500 (EST)" Message-ID: Lines: 66 X-Mailer: Gnus v5.7/Emacs 20.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: "Matthew N. Dodd" * Anyone else feel like we need a 'post-clean' target? Something like this? === Index: bsd.port.mk =================================================================== RCS file: /usr/cvs/ports/Mk/bsd.port.mk,v retrieving revision 1.330 diff -u -r1.330 bsd.port.mk --- bsd.port.mk 2000/03/03 01:23:49 1.330 +++ bsd.port.mk 2000/03/03 19:36:41 @@ -2066,17 +2066,8 @@ # Cleaning up -.if !target(pre-clean) -pre-clean: - @${DO_NADA} -.endif - -.if !target(clean) -clean: pre-clean -.if !defined(NOCLEANDEPENDS) - @${MAKE} ${__softMAKEFLAGS} clean-depends -.endif - @${ECHO_MSG} "===> Cleaning for ${PKGNAME}" +.if !target(do-clean) +do-clean: @if [ -d ${WRKDIR} ]; then \ if [ -w ${WRKDIR} ]; then \ ${RM} -rf ${WRKDIR}; \ @@ -2084,6 +2075,21 @@ ${ECHO_MSG} "===> ${WRKDIR} not writable, skipping"; \ fi; \ fi +.endif + +.if !target(clean) +clean: +.if !defined(NOCLEANDEPENDS) + @${MAKE} ${__softMAKEFLAGS} clean-depends +.endif + @${ECHO_MSG} "===> Cleaning for ${PKGNAME}" +.if target(pre-clean) + @${MAKE} ${__softMAKEFLAGS} pre-clean +.endif + @${MAKE} ${__softMAKEFLAGS} do-clean +.if target(post-clean) + @${MAKE} ${__softMAKEFLAGS} post-clean +.endif .endif .if !target(pre-distclean) === I changed the clean target to a skeleton and made it call clean-depends, pre-clean, do-clean (which does the actual cleaning) and then post-clean. (I could even let it join the _PORT_USE macro but I'm not sure if I'd want to clutter that macro even more....) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 11:55:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m3.cs.berkeley.edu (m3.CS.Berkeley.EDU [128.32.45.179]) by hub.freebsd.org (Postfix) with ESMTP id EB69437B554; Fri, 3 Mar 2000 11:55:35 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-183.ix.netcom.com [209.109.232.183]) by m3.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id LAA59763; Fri, 3 Mar 2000 11:55:21 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id LAA10544; Fri, 3 Mar 2000 11:54:36 -0800 (PST) Date: Fri, 3 Mar 2000 11:54:36 -0800 (PST) Message-Id: <200003031954.LAA10544@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: jmz@FreeBSD.org Cc: ports@FreeBSD.org Subject: print/dvips From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, This port creates a file post-install in ${SCRIPTSDIR}, which can be read-only. Can you change it to create it in ${WRKDIR} and call it from a post-install Makefile target? Thanks Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 12:18:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 6E1A037B67F; Fri, 3 Mar 2000 12:18:14 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id PAA81375; Fri, 3 Mar 2000 15:18:10 -0500 (EST) Date: Fri, 3 Mar 2000 15:18:10 -0500 (EST) From: "Matthew N. Dodd" To: Satoshi - Ports Wraith - Asami Cc: "Chris D. Faulhaber" , freebsd-ports@freebsd.org Subject: Re: mod_php4 and other questions. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 3 Mar 2000, Satoshi - Ports Wraith - Asami wrote: > Something like this? Sure. I've got another Apache related question now... What prevents us from always building Apache with EAPI? This would allow us to split out mod_ssl from the apache port... > === > Index: bsd.port.mk > =================================================================== > RCS file: /usr/cvs/ports/Mk/bsd.port.mk,v > retrieving revision 1.330 > diff -u -r1.330 bsd.port.mk > --- bsd.port.mk 2000/03/03 01:23:49 1.330 > +++ bsd.port.mk 2000/03/03 19:36:41 > @@ -2066,17 +2066,8 @@ > > # Cleaning up > > -.if !target(pre-clean) > -pre-clean: > - @${DO_NADA} > -.endif > - > -.if !target(clean) > -clean: pre-clean > -.if !defined(NOCLEANDEPENDS) > - @${MAKE} ${__softMAKEFLAGS} clean-depends > -.endif > - @${ECHO_MSG} "===> Cleaning for ${PKGNAME}" > +.if !target(do-clean) > +do-clean: > @if [ -d ${WRKDIR} ]; then \ > if [ -w ${WRKDIR} ]; then \ > ${RM} -rf ${WRKDIR}; \ > @@ -2084,6 +2075,21 @@ > ${ECHO_MSG} "===> ${WRKDIR} not writable, skipping"; \ > fi; \ > fi > +.endif > + > +.if !target(clean) > +clean: > +.if !defined(NOCLEANDEPENDS) > + @${MAKE} ${__softMAKEFLAGS} clean-depends > +.endif > + @${ECHO_MSG} "===> Cleaning for ${PKGNAME}" > +.if target(pre-clean) > + @${MAKE} ${__softMAKEFLAGS} pre-clean > +.endif > + @${MAKE} ${__softMAKEFLAGS} do-clean > +.if target(post-clean) > + @${MAKE} ${__softMAKEFLAGS} post-clean > +.endif > .endif > > .if !target(pre-distclean) > === > > I changed the clean target to a skeleton and made it call > clean-depends, pre-clean, do-clean (which does the actual cleaning) > and then post-clean. > > (I could even let it join the _PORT_USE macro but I'm not sure if I'd > want to clutter that macro even more....) > > Satoshi > -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13: 0: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72D9037BF36 for ; Fri, 3 Mar 2000 13:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA61761; Fri, 3 Mar 2000 13:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2878137B6AB for ; Fri, 3 Mar 2000 12:53:57 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA61056; Fri, 3 Mar 2000 12:53:57 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032053.MAA61056@freefall.freebsd.org> Date: Fri, 3 Mar 2000 12:53:57 -0800 (PST) From: abunjami@columbus.rr.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17154: need to raise file descriptor limit, its 1024 now. i did sysctl but cant get FD_SETSIZE to raise Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17154 >Category: ports >Synopsis: need to raise file descriptor limit, its 1024 now. i did sysctl but cant get FD_SETSIZE to raise >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: andry >Release: FreeBSD 3.4-RELEASE >Organization: none >Environment: FreeBSD mac.majordemo.com 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Thu Dec 30 02:57:15 GMT 1999 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC i586 >Description: need to raise fd limit >How-To-Repeat: >Fix: sysctl can raise some limits but some are read only such as FD_SETSIZE >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:10: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A6CB37B6D6 for ; Fri, 3 Mar 2000 13:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA62669; Fri, 3 Mar 2000 13:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F80037B699 for ; Fri, 3 Mar 2000 13:08:49 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA62505; Fri, 3 Mar 2000 13:08:49 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032108.NAA62505@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:08:49 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17156: Update port: astro/xphoon Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17156 >Category: ports >Synopsis: Update port: astro/xphoon >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/astro/xphoon/Makefile astro/xphoon/Makefile --- /usr/ports/astro/xphoon/Makefile Wed Aug 25 19:12:37 1999 +++ astro/xphoon/Makefile Fri Mar 3 07:36:23 2000 @@ -9,10 +9,8 @@ DISTNAME= xphoon PKGNAME= xphoon-91.9.18 CATEGORIES= astro x11 -MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ \ - ftp://ftp.x.org/R5contrib/ \ - ftp://ftp.eu.net/X11/R5contrib/ \ - ftp://ftp.is.co.za/pub/x/R5contrib/ +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.Z MAINTAINER= andrews@technologist.com >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:20:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BEF137B699 for ; Fri, 3 Mar 2000 13:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63805; Fri, 3 Mar 2000 13:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BEBEB37B6C5 for ; Fri, 3 Mar 2000 13:11:02 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA62772; Fri, 3 Mar 2000 13:11:02 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032111.NAA62772@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:11:02 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17158: Update port: deskutils/xpostit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17158 >Category: ports >Synopsis: Update port: deskutils/xpostit >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:20:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/xpostit/Makefile deskutils/xpostit/Makefile --- /usr/ports/deskutils/xpostit/Makefile Tue Aug 31 19:13:14 1999 +++ deskutils/xpostit/Makefile Fri Mar 3 09:13:12 2000 @@ -1,26 +1,27 @@ -# New ports collection makefile for: xpostit -# Version required: 3.3.1 -# Date created: 6 May 1996 -# Whom: joerg +# New ports collection makefile for: xpostit +# Version required: 3.3.1 +# Date created: 6 May 1996 +# Whom: joerg # # $FreeBSD: ports/deskutils/xpostit/Makefile,v 1.9 1999/08/31 06:41:30 mharo Exp $ # -DISTNAME= xpostit3.3.1 -PKGNAME= xpostit-3.3.1 -CATEGORIES= deskutils +DISTNAME= xpostit3.3.1 +PKGNAME= xpostit-3.3.1 +CATEGORIES= deskutils # # Not all servers archie could find actually still have it. Alas, some # servers only have the comp.sources.x version, with its distfile named # `part01.gz'. # -MASTER_SITES= ftp://ftp.hrz.tu-darmstadt.de/pub/X11/R5contrib/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ +EXTRACT_SUFX= .tar.Z -MAINTAINER= joerg@FreeBSD.org +MAINTAINER= joerg@FreeBSD.org -USE_IMAKE= yes -WRKSRC= ${WRKDIR}/xpostit -MAN1= xpostit.1 +USE_IMAKE= yes +WRKSRC= ${WRKDIR}/xpostit +MAN1= xpostit.1 .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:20:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 120B637B6B9 for ; Fri, 3 Mar 2000 13:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63796; Fri, 3 Mar 2000 13:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFC1C37B568 for ; Fri, 3 Mar 2000 13:10:25 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA62689; Fri, 3 Mar 2000 13:10:25 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032110.NAA62689@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:10:25 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17157: Update port: audio/xcdplayer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17157 >Category: ports >Synopsis: Update port: audio/xcdplayer >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Merge scripts/pre-configure into Makefile Remove file: scripts/pre-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/xcdplayer/Makefile audio/xcdplayer/Makefile --- /usr/ports/audio/xcdplayer/Makefile Wed Aug 25 19:12:56 1999 +++ audio/xcdplayer/Makefile Fri Mar 3 09:16:31 2000 @@ -1,20 +1,25 @@ -# New ports collection makefile for: xcdplayer -# Version required: 2.2 -# Date created: 30 Sep 1994 -# Whom: swallace +# New ports collection makefile for: xcdplayer +# Version required: 2.2 +# Date created: 30 Sep 1994 +# Whom: swallace # # $FreeBSD: ports/audio/xcdplayer/Makefile,v 1.10 1999/08/25 04:36:22 obrien Exp $ # -DISTNAME= xcdplayer-2.2 +DISTNAME= xcdplayer-2.2 CATEGORIES= audio MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ - ftp://ftp.cdrom.com/pub/X11/R5contrib/ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.Z MAINTAINER= swallace@FreeBSD.org -USE_IMAKE= yes +USE_IMAKE= yes MAN1= xcdplayer.1 + +post-extract: + ${CP} ${FILESDIR}/cdrom_freebsd.c ${WRKSRC} + ${CP} ${FILESDIR}/cdrom_freebsd.h ${WRKSRC} + ${CP} ${WRKSRC}/xcdplayer.1 ${WRKSRC}/xcdplayer.man .include diff -urN /usr/ports/audio/xcdplayer/scripts/pre-configure audio/xcdplayer/scripts/pre-configure --- /usr/ports/audio/xcdplayer/scripts/pre-configure Mon Aug 30 07:16:53 1999 +++ audio/xcdplayer/scripts/pre-configure Thu Jan 1 09:00:00 1970 @@ -1,8 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: ports/audio/xcdplayer/scripts/pre-configure,v 1.2 1999/08/29 10:57:11 peter Exp $ -# - -cp ${CURDIR}/files/cdrom_freebsd.c ${WRKSRC} -cp ${CURDIR}/files/cdrom_freebsd.h ${WRKSRC} -cp ${WRKSRC}/xcdplayer.1 ${WRKSRC}/xcdplayer.man >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:20:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B1BE37B6F2 for ; Fri, 3 Mar 2000 13:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63814; Fri, 3 Mar 2000 13:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB2B237B69E for ; Fri, 3 Mar 2000 13:12:14 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA62872; Fri, 3 Mar 2000 13:12:14 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032112.NAA62872@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:12:14 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17159: Update port: games/xasteroids Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17159 >Category: ports >Synopsis: Update port: games/xasteroids >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:20:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Merge scripts/pre-configure into Makefile Remove file: scripts/pre-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xasteroids/Makefile games/xasteroids/Makefile --- /usr/ports/games/xasteroids/Makefile Wed Aug 25 19:15:36 1999 +++ games/xasteroids/Makefile Fri Mar 3 09:17:54 2000 @@ -1,25 +1,30 @@ -# New ports collection makefile for: xasteroids +# New ports collection makefile for: xasteroids # Version required: 5 -# Date created: 3 Jan 1995 -# Whom: swallace +# Date created: 3 Jan 1995 +# Whom: swallace # # $FreeBSD: ports/games/xasteroids/Makefile,v 1.12 1999/08/25 06:04:40 obrien Exp $ # -DISTNAME= xasteroids +DISTNAME= xasteroids PKGNAME= xasteroids-5.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ \ - ftp://ftp.belgium.eu.net/pub/X11/R5contrib/ +MASTER_SITES= ftp://ftp.x.org/pub/R5contrib/ \ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ EXTRACT_SUFX= .sh.Z MAINTAINER= swallace@FreeBSD.org +EXTRACT_CMD= ${GZIP_CMD} +EXTRACT_BEFORE_ARGS= #empty +EXTRACT_AFTER_ARGS= | ${SH} + USE_IMAKE= yes NO_WRKSUBDIR= yes -EXTRACT_CMD= ( cd ${WRKDIR}; zcat | sh -s ) -EXTRACT_BEFORE_ARGS= < -EXTRACT_AFTER_ARGS= # empty MAN6= xasteroids.6 + +post-extract: + ${CP} ${FILESDIR}/Imakefile ${WRKSRC} + ${CP} ${WRKSRC}/xast.man ${WRKSRC}/xasteroids.man .include diff -urN /usr/ports/games/xasteroids/scripts/pre-configure games/xasteroids/scripts/pre-configure --- /usr/ports/games/xasteroids/scripts/pre-configure Wed Jan 4 17:56:18 1995 +++ games/xasteroids/scripts/pre-configure Thu Jan 1 09:00:00 1970 @@ -1,6 +0,0 @@ -#!/bin/sh - -cp -f ${CURDIR}/files/Imakefile ${WRKSRC} -cp -f ${WRKSRC}/xast.man ${WRKSRC}/xasteroids.man - -exit 0 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:20:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8295C37B745 for ; Fri, 3 Mar 2000 13:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63825; Fri, 3 Mar 2000 13:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B4F237B709 for ; Fri, 3 Mar 2000 13:12:56 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA62932; Fri, 3 Mar 2000 13:12:56 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032112.NAA62932@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:12:56 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17160: Update port: games/xataxx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17160 >Category: ports >Synopsis: Update port: games/xataxx >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:20:04 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xataxx/Makefile games/xataxx/Makefile --- /usr/ports/games/xataxx/Makefile Wed Aug 25 19:15:36 1999 +++ games/xataxx/Makefile Fri Mar 3 08:02:20 2000 @@ -9,7 +9,8 @@ DISTNAME= xataxx PKGNAME= xataxx-1.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.x.org/R5contrib/ +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.Z MAINTAINER= andy@icc.surw.chel.su @@ -19,14 +20,14 @@ MANCOMPRESSED= no do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/xataxx ${PREFIX}/bin - @ ${INSTALL_DATA} ${WRKSRC}/xataxx.man ${PREFIX}/man/man6/xataxx.6 - @ ${MKDIR} ${PREFIX}/share/xataxx - @ ${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/share/xataxx + ${INSTALL_PROGRAM} ${WRKSRC}/xataxx ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/xataxx.man ${PREFIX}/man/man6/xataxx.6 + @${MKDIR} ${PREFIX}/share/xataxx + ${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/share/xataxx .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/xataxx - @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xataxx - @ ${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/xataxx + @${MKDIR} ${PREFIX}/share/doc/xataxx + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xataxx + ${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/xataxx .endif .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:20:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 019AD37B774 for ; Fri, 3 Mar 2000 13:20:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63834; Fri, 3 Mar 2000 13:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 42A3837B6C5 for ; Fri, 3 Mar 2000 13:13:37 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63028; Fri, 3 Mar 2000 13:13:37 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032113.NAA63028@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:13:37 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17161: Update port: games/xchomp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17161 >Category: ports >Synopsis: Update port: games/xchomp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:20:04 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xchomp/Makefile games/xchomp/Makefile --- /usr/ports/games/xchomp/Makefile Wed Aug 25 19:15:42 1999 +++ games/xchomp/Makefile Fri Mar 3 09:19:48 2000 @@ -1,15 +1,15 @@ -# New ports collection makefile for: xchomp -# Version required: pl1 -# Date created: 4 Jan 1995 -# Whom: swallace +# New ports collection makefile for: xchomp +# Version required: pl1 +# Date created: 4 Jan 1995 +# Whom: swallace # # $FreeBSD: ports/games/xchomp/Makefile,v 1.9 1999/08/25 06:04:57 obrien Exp $ # -DISTNAME= xchomp-pl1 +DISTNAME= xchomp-pl1 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= ../R5contrib +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ # # Original sources in multi-part compressed shell archive # @@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}/xchomp USE_IMAKE= yes -NO_INSTALL_MANPAGES= yes +NO_INSTALL_MANPAGES= yes # Change -DFRAME_DELAY=40000 in patchfile/Imakefile value to adjust # speed of play depending on X server. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:20:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB74137BB6B for ; Fri, 3 Mar 2000 13:20:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63855; Fri, 3 Mar 2000 13:20:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 15BE637B5FF for ; Fri, 3 Mar 2000 13:14:59 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63212; Fri, 3 Mar 2000 13:14:59 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032114.NAA63212@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:14:59 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17163: Update port: games/xlife Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17163 >Category: ports >Synopsis: Update port: games/xlife >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:20:05 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xlife/Makefile games/xlife/Makefile --- /usr/ports/games/xlife/Makefile Sat Dec 11 08:14:51 1999 +++ games/xlife/Makefile Fri Mar 3 07:43:42 2000 @@ -10,7 +10,7 @@ PKGNAME= xlife-3.0 CATEGORIES= games MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ - ftp://ftp.cdrom.com/pub/X11/R5contrib/ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:20:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4433437B9BD for ; Fri, 3 Mar 2000 13:20:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63843; Fri, 3 Mar 2000 13:20:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDD3537B69E for ; Fri, 3 Mar 2000 13:14:24 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63143; Fri, 3 Mar 2000 13:14:24 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032114.NAA63143@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:14:24 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17162: Update port: games/xjewel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17162 >Category: ports >Synopsis: Update port: games/xjewel >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:20:04 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xjewel/Makefile games/xjewel/Makefile --- /usr/ports/games/xjewel/Makefile Tue Feb 22 20:17:18 2000 +++ games/xjewel/Makefile Fri Mar 3 07:43:24 2000 @@ -10,7 +10,7 @@ CATEGORIES= games MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/ \ ftp://ftp.x.org/R5contrib/ \ - ftp://ftp.cdrom.com/pub/X11/R5contrib/ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.z MAINTAINER= jmz@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:20:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1717837BD5E for ; Fri, 3 Mar 2000 13:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63864; Fri, 3 Mar 2000 13:20:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17E7137B667 for ; Fri, 3 Mar 2000 13:15:59 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63277; Fri, 3 Mar 2000 13:15:59 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032115.NAA63277@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:15:59 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17164: Update port: games/xvmahjongg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17164 >Category: ports >Synopsis: Update port: games/xvmahjongg >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:20:05 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Remove redundant LIB_DEPENDS >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xvmahjongg/Makefile games/xvmahjongg/Makefile --- /usr/ports/games/xvmahjongg/Makefile Wed Aug 25 19:15:58 1999 +++ games/xvmahjongg/Makefile Fri Mar 3 08:06:08 2000 @@ -9,14 +9,13 @@ DISTNAME= xvmahjongg2.1 PKGNAME= xvmahjongg-2.1 CATEGORIES= games -MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ \ - ftp://ftp.tu-darmstadt.de/pub/X11/R5contrib/ +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.Z MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview \ - olgx.3:${PORTSDIR}/x11-toolkits/xview +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview ALL_TARGET= mahjongg.swap USE_X_PREFIX= yes @@ -24,11 +23,13 @@ MAN6= xvmahjongg.6 do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/mahjongg ${PREFIX}/bin/xvmahjongg - @ ${INSTALL_DATA} ${WRKSRC}/mahjongg.6 ${PREFIX}/man/man6/xvmahjongg.6 - @ ${MKDIR} ${PREFIX}/share/doc/xvmahjongg + ${INSTALL_PROGRAM} ${WRKSRC}/mahjongg ${PREFIX}/bin/xvmahjongg + ${INSTALL_MAN} ${WRKSRC}/mahjongg.6 ${PREFIX}/man/man6/xvmahjongg.6 + @${MKDIR} ${PREFIX}/share/doc/xvmahjongg +.if !defined(NOPORTDOCS) .for file in Notes README README.too - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xvmahjongg + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xvmahjongg .endfor +.endif .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:20:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98EC737BF98 for ; Fri, 3 Mar 2000 13:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63877; Fri, 3 Mar 2000 13:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D57B837B717 for ; Fri, 3 Mar 2000 13:17:30 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63492; Fri, 3 Mar 2000 13:17:30 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032117.NAA63492@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:17:30 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17165: Update port: games/xvmines Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17165 >Category: ports >Synopsis: Update port: games/xvmines >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:20:06 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Remove redundant LIB_DEPENDS - Support CC/CFLAGS properly >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xvmines/Makefile games/xvmines/Makefile --- /usr/ports/games/xvmines/Makefile Wed Aug 25 19:15:58 1999 +++ games/xvmines/Makefile Fri Mar 3 08:05:26 2000 @@ -9,23 +9,22 @@ DISTNAME= xvmines-1.0 CATEGORIES= games MASTER_SITES= ftp://ftp.csd.uch.gr/pub/X11/games/ \ - ftp://ftp.cdrom.com/pub/X11/R5contrib/ \ - ftp://ftp.gwdg.de/pub/x11/x.org/R5contrib/ + ftp://ftp.x.org/R5contrib/ \ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.Z MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview \ - olgx.3:${PORTSDIR}/x11-toolkits/xview +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview USE_IMAKE= yes MAN6= xvmines.6 MANCOMPRESSED= no do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/xvmines ${PREFIX}/bin - @ ${INSTALL_DATA} ${WRKSRC}/xvmines.man ${PREFIX}/man/man6/xvmines.6 - @ ${MKDIR} ${PREFIX}/share/doc/xvmines - @ ${INSTALL_DATA} ${WRKSRC}/Copyright ${PREFIX}/share/doc/xvmines + ${INSTALL_PROGRAM} ${WRKSRC}/xvmines ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xvmines.man ${PREFIX}/man/man6/xvmines.6 + @${MKDIR} ${PREFIX}/share/doc/xvmines + ${INSTALL_DATA} ${WRKSRC}/Copyright ${PREFIX}/share/doc/xvmines .include diff -urN /usr/ports/games/xvmines/patches/patch-aa games/xvmines/patches/patch-aa --- /usr/ports/games/xvmines/patches/patch-aa Fri Mar 27 19:09:57 1998 +++ games/xvmines/patches/patch-aa Fri Mar 3 08:08:02 2000 @@ -1,9 +1,22 @@ ---- Imakefile Sun Jun 27 10:05:51 1993 -+++ /home/andy/tmp/wrk/Imakefile Fri Mar 20 00:45:31 1998 -@@ -1,4 +1,5 @@ +--- Imakefile.orig Sun Jun 27 19:05:51 1993 ++++ Imakefile Fri Mar 3 08:07:52 2000 +@@ -1,7 +1,8 @@ -WHERE :sh = (tmp=`echo /usr/openwin`;echo ${OPENWINHOME:=$tmp}) +#WHERE :sh = (tmp=`echo /usr/openwin`;echo ${OPENWINHOME:=$tmp}) +WHERE=${X11BASE} #CC = gcc - CC = cc +-CC = cc ++XCOMM CC = cc + INCLUDES = -I${WHERE}/include + LOCAL_LIBRARIES = -L${WHERE}/lib + +@@ -14,7 +15,7 @@ + OBJS = xvmines.o play.o + + #CDEBUGFLAGS = -g +-CDEBUGFLAGS = -O4 ++XCOMM CDEBUGFLAGS = -O4 + + ComplexProgramTarget(xvmines) + >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:20:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8CD037BFD7 for ; Fri, 3 Mar 2000 13:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63886; Fri, 3 Mar 2000 13:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6192537B568 for ; Fri, 3 Mar 2000 13:18:15 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63540; Fri, 3 Mar 2000 13:18:15 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032118.NAA63540@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:18:15 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17166: Update port: graphics/hobbes-icons-xpm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17166 >Category: ports >Synopsis: Update port: graphics/hobbes-icons-xpm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:20:06 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/hobbes-icons-xpm/Makefile graphics/hobbes-icons-xpm/Makefile --- /usr/ports/graphics/hobbes-icons-xpm/Makefile Wed Aug 25 19:16:15 1999 +++ graphics/hobbes-icons-xpm/Makefile Fri Mar 3 08:49:15 2000 @@ -9,9 +9,8 @@ DISTNAME= hobbes-icons-xpm3 PKGNAME= hobbes-icons-xpm3-1.0 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ - ftp://ftp.duke.edu/pub/X11/R5contrib/ \ - ftp://ftp.sunet.se/pub/X11/R5contrib/ +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ MAINTAINER= giffunip@asme.org @@ -22,7 +21,7 @@ LIBDIR= ${PREFIX}/include/X11/pixmaps do-install: - ${MKDIR} ${LIBDIR} + @${MKDIR} ${LIBDIR} ${CP} -R ${WRKSRC}/* ${LIBDIR} ${CHOWN} -R ${BINOWN}:${BINGRP} ${LIBDIR} -${RM} ${LIBDIR}/README @@ -30,7 +29,7 @@ post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/hobbes-icons-xpm3 + @${MKDIR} ${PREFIX}/share/doc/hobbes-icons-xpm3 ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hobbes-icons-xpm3 ${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${PREFIX}/share/doc/hobbes-icons-xpm3 .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 Fri Mar 3 13:20:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 58F1437BFDD for ; Fri, 3 Mar 2000 13:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63895; Fri, 3 Mar 2000 13:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B00437B69E for ; Fri, 3 Mar 2000 13:18:50 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63592; Fri, 3 Mar 2000 13:18:50 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032118.NAA63592@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:18:50 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17167: Update port: graphics/xgrasp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17167 >Category: ports >Synopsis: Update port: graphics/xgrasp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:20:06 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/xgrasp/Makefile graphics/xgrasp/Makefile --- /usr/ports/graphics/xgrasp/Makefile Sat Oct 16 19:18:38 1999 +++ graphics/xgrasp/Makefile Fri Mar 3 07:46:42 2000 @@ -10,7 +10,7 @@ PKGNAME= xgrasp-1.7d CATEGORIES= graphics MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ - ftp://ftp.cdrom.com/pub/X11/R5contrib/ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:20:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA90937BFF6 for ; Fri, 3 Mar 2000 13:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63904; Fri, 3 Mar 2000 13:20:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 46A1D37B568 for ; Fri, 3 Mar 2000 13:19:37 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63723; Fri, 3 Mar 2000 13:19:37 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032119.NAA63723@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:19:37 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17168: Update port: mail/xlbiff Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17168 >Category: ports >Synopsis: Update port: mail/xlbiff >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:20:07 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/xlbiff/Makefile mail/xlbiff/Makefile --- /usr/ports/mail/xlbiff/Makefile Sun Feb 13 20:29:42 2000 +++ mail/xlbiff/Makefile Fri Mar 3 07:47:11 2000 @@ -8,8 +8,8 @@ DISTNAME= xlbiff-3.0 CATEGORIES= mail -MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ - ftp://ftp.funet.fi/pub/X11/R5contrib/ +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.Z MAINTAINER= obrien@FreeBSD.org >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:30: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DAF8137B6D4 for ; Fri, 3 Mar 2000 13:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA65041; Fri, 3 Mar 2000 13:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9652437B6AB for ; Fri, 3 Mar 2000 13:21:14 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA64058; Fri, 3 Mar 2000 13:21:14 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032121.NAA64058@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:21:14 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17170: Update port: x11/xcoloredit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17170 >Category: ports >Synopsis: Update port: x11/xcoloredit >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/xcoloredit/Makefile x11/xcoloredit/Makefile --- /usr/ports/x11/xcoloredit/Makefile Tue Aug 31 19:19:04 1999 +++ x11/xcoloredit/Makefile Fri Mar 3 21:45:42 2000 @@ -9,13 +9,13 @@ DISTNAME= xcoloredit PKGNAME= xcoloredit-1.2 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/X11/R5contrib/ +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.Z MAINTAINER= taoka@FreeBSD.org USE_IMAKE= yes MAN1= xcoloredit.1 -MANCOMPRESSED= yes .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:30:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E13537B6CB for ; Fri, 3 Mar 2000 13:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA65032; Fri, 3 Mar 2000 13:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D19E237C455 for ; Fri, 3 Mar 2000 13:20:31 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA63998; Fri, 3 Mar 2000 13:20:31 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032120.NAA63998@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:20:31 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17169: Update port: x11/bricons Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17169 >Category: ports >Synopsis: Update port: x11/bricons >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Support CFLAGS/PREFIX properly >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/bricons/Makefile x11/bricons/Makefile --- /usr/ports/x11/bricons/Makefile Tue Aug 31 19:18:53 1999 +++ x11/bricons/Makefile Fri Mar 3 08:42:35 2000 @@ -9,8 +9,8 @@ DISTNAME= bricons PKGNAME= bricons-3.0 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.uni-paderborn.de/unix/X11/ftp.x.org/R5contrib/ \ - ftp://ftp.pasteur.fr/pub/computing/unix/X11/R5contrib/ +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ EXTRACT_SUFX= -athena-3.0.tar.gz MAINTAINER= shanee@augusta.de @@ -20,11 +20,13 @@ USE_IMAKE= yes MAN1= bricons.1 +post-patch: + @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Xbricons + post-install: - ${INSTALL_DATA} $(WRKDIR)/bricons/Xbricons $(PREFIX)/lib/X11/app-defaults/ - ${INSTALL_DATA} $(WRKDIR)/bricons/bitmaps/* $(PREFIX)/include/X11/bitmaps/ - ${MKDIR} $(PREFIX)/include/X11/pixmaps - ${INSTALL_DATA} $(WRKDIR)/bricons/*.xpm $(PREFIX)/include/X11/pixmaps/ + ${INSTALL_DATA} ${WRKSRC}/Xbricons ${PREFIX}/lib/X11/app-defaults + ${INSTALL_DATA} ${WRKSRC}/bitmaps/* ${PREFIX}/include/X11/bitmaps + ${INSTALL_DATA} ${WRKSRC}/*.xpm ${PREFIX}/include/X11/pixmaps @${ECHO_MSG} "" @${ECHO_MSG} " Use ./files/DOTbriconsrc as an example. This file" @${ECHO_MSG} " should be stored in the same directory as the" diff -urN /usr/ports/x11/bricons/patches/patch-aa x11/bricons/patches/patch-aa --- /usr/ports/x11/bricons/patches/patch-aa Mon Nov 25 19:00:27 1996 +++ x11/bricons/patches/patch-aa Fri Mar 3 08:11:02 2000 @@ -28,22 +28,22 @@ /**/# Here's what to change to customize the installation... /**/# Where do you want this stuff (if the defaults aren't okay)? -! BINDIR = /usr/X11R6/bin -! LIBDIR = /usr/X11R6/lib -! MANDIR = /usr/X11R6/man/man1 +! XCOMM BINDIR = /home/cur/bri/bin/mbins/${M}bin +! XCOMM LIBDIR = /home/cur/bri/lib +! XCOMM MANDIR = /home/cur/bri/Man /**/# Where is the Xpm header and library files /**/# This program needs the Xpm libraries written by Arnaud Le Hors. /**/# it can be obtained by anonymous ftp to: export.lcs.mit.edu /**/# and from many other sites. -! XPM_DIR = /usr/X11R6/include/X11 +! XPM_DIR = $(INCROOT)/X11 XPM_INCLUDE_DIR = $(XPM_DIR) -! XPM_LIB_DIR = /usr/X11R6/lib +! XPM_LIB_DIR = $(LIBDIR) /**/# This is -g for debugging or -O for optimization (or nothing). -! CDEBUGFLAGS = -O2 +! XCOMM CDEBUGFLAGS = -g /**/# Nothing to change below here diff -urN /usr/ports/x11/bricons/patches/patch-ac x11/bricons/patches/patch-ac --- /usr/ports/x11/bricons/patches/patch-ac Mon Nov 25 19:00:28 1996 +++ x11/bricons/patches/patch-ac Fri Mar 3 08:14:35 2000 @@ -16,7 +16,7 @@ ! B.R. Ingram 9th Sept 1991 *no_of_cols: 16 ! *help_file: bricons -! *.bitmapFilePath: /usr/X11R6/include/X11/bitmaps +! *.bitmapFilePath: %%PREFIX%%/include/X11/bitmaps *borderColor: yellow *popup_layout*.borderColor: black *background: #ffd28e >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:30:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 20C3537B6E3 for ; Fri, 3 Mar 2000 13:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA65050; Fri, 3 Mar 2000 13:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5440237B6E3 for ; Fri, 3 Mar 2000 13:21:59 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA64132; Fri, 3 Mar 2000 13:21:59 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032121.NAA64132@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:21:59 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17171: Update port: x11/xloadimage Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17171 >Category: ports >Synopsis: Update port: x11/xloadimage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Fix usage of PREFIX/X11BASE >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/xloadimage/Makefile x11/xloadimage/Makefile --- /usr/ports/x11/xloadimage/Makefile Tue Aug 31 19:19:05 1999 +++ x11/xloadimage/Makefile Fri Mar 3 23:33:12 2000 @@ -1,7 +1,7 @@ -# New ports collection makefile for: xloadimage -# Version required: 4.1 -# Date created: 9 January 1994 -# Whom: jmz +# New ports collection makefile for: xloadimage +# Version required: 4.1 +# Date created: 9 January 1994 +# Whom: jmz # # $FreeBSD: ports/x11/xloadimage/Makefile,v 1.16 1999/08/31 02:51:04 peter Exp $ # @@ -9,25 +9,22 @@ DISTNAME= xloadimage.4.1 PKGNAME= xloadimage-4.1 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ MAINTAINER= jmz@FreeBSD.org -MAN1= xloadimage.1 -MANCOMPRESSED= yes - -USE_GMAKE= yes USE_X_PREFIX= yes - ALL_TARGET= +MAN1= xloadimage.1 do-configure: - cd ${WRKSRC} && make configure > Makefile + cd ${WRKSRC} && ${MAKE} configure > Makefile do-install: - cd ${WRKSRC} && ${INSTALL_PROGRAM} xloadimage uufilter ${X11BASE}/bin - cd ${WRKSRC} && ${INSTALL_DATA} xloadimagerc ${X11BASE}/lib/X11/app-defaults/Xloadimage - cd ${WRKSRC} && ${SED} -e s:/usr/lib/X11/Xloadimage:${X11BASE}/lib/X11/app-defaults/Xloadimage: < xloadimage.man |${GZIP_CMD} >${X11BASE}/man/man1/xloadimage.1.gz + cd ${WRKSRC} && ${INSTALL_PROGRAM} xloadimage uufilter ${PREFIX}/bin + cd ${WRKSRC} && ${INSTALL_DATA} xloadimagerc ${PREFIX}/lib/X11/app-defaults/Xloadimage + cd ${WRKSRC} && ${SED} -e s:/usr/lib/X11/Xloadimage:${PREFIX}/lib/X11/app-defaults/Xloadimage: < xloadimage.man >${PREFIX}/man/man1/xloadimage.1 .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:30:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59AFB37B6F0 for ; Fri, 3 Mar 2000 13:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA65059; Fri, 3 Mar 2000 13:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0026837B6C5 for ; Fri, 3 Mar 2000 13:22:54 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA64207; Fri, 3 Mar 2000 13:22:54 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003032122.NAA64207@freefall.freebsd.org> Date: Fri, 3 Mar 2000 13:22:54 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17172: Update port: x11-toolkits/slingshot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17172 >Category: ports >Synopsis: Update port: x11-toolkits/slingshot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 13:30:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 3.4-RELEASE i386 >Organization: >Environment: >Description: - Fix MASTER_SITES - Support CFLAGS properly - Support install macros New file: patches/patch-da >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-toolkits/slingshot/Makefile x11-toolkits/slingshot/Makefile --- /usr/ports/x11-toolkits/slingshot/Makefile Tue Aug 31 19:19:31 1999 +++ x11-toolkits/slingshot/Makefile Sat Mar 4 03:58:57 2000 @@ -1,7 +1,7 @@ -# New ports collection makefile for: SlingShot -# Version required: 2.1 -# Date created: 5 March 1997 -# Whom: Pedro Giffuni +# New ports collection makefile for: SlingShot +# Version required: 2.1 +# Date created: 5 March 1997 +# Whom: Pedro Giffuni # # $FreeBSD: ports/x11-toolkits/slingshot/Makefile,v 1.9 1999/08/31 02:59:35 peter Exp $ # @@ -9,24 +9,26 @@ DISTNAME= SlingShot2.1 PKGNAME= slingshot-2.1 CATEGORIES= x11-toolkits -MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview -WRKSRC= $(WRKDIR)/sspkg2.1 +WRKSRC= ${WRKDIR}/sspkg2.1 USE_X_PREFIX= yes USE_GMAKE= yes -MAKE_ENV= OPENWINHOME=$(X11BASE) +MAKE_ENV= OPENWINHOME=${X11BASE} pre-patch: - ${CP} $(WRKSRC)/config.sunos4x $(WRKSRC)/config.fbsd + ${CP} ${WRKSRC}/config.sunos4x ${WRKSRC}/config.fbsd post-install: + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/SlingShot + @${MKDIR} ${PREFIX}/share/doc/SlingShot ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/SlingShot ${INSTALL_DATA} ${WRKSRC}/doc/*.ps ${PREFIX}/share/doc/SlingShot .endif diff -urN /usr/ports/x11-toolkits/slingshot/patches/patch-aa x11-toolkits/slingshot/patches/patch-aa --- /usr/ports/x11-toolkits/slingshot/patches/patch-aa Wed Jun 4 07:53:07 1997 +++ x11-toolkits/slingshot/patches/patch-aa Sat Mar 4 04:18:20 2000 @@ -1,5 +1,5 @@ -*** Makefile.orig Thu Apr 24 20:12:18 1997 ---- Makefile Thu Apr 24 20:30:17 1997 +*** Makefile.orig Wed Nov 3 04:18:39 1993 +--- Makefile Sat Mar 4 04:17:25 2000 *************** *** 2,8 **** # @(#) Makefile 1.21 93/10/25 @@ -61,7 +61,7 @@ echo cp config.svr4 Make.config ; \ cp config.svr4 Make.config ; \ *************** -*** 45,57 **** +*** 45,58 **** clean: -sccs clean @@ -72,10 +72,11 @@ ! install: $(INSTALL_DIR) FORCE ! (cd $(INCLUDEDIR); make install INSTALL_DIR=$(INSTALL_DIR)) - (cp $(LIBDIR)/* $(INSTALL_DIR)/lib) +! (cp $(LIBDIR)/* $(INSTALL_DIR)/lib) -ranlib $(INSTALL_DIR)/lib/libsspkg.a -ranlib $(INSTALL_DIR)/lib/libsspkg.sa.* ---- 48,60 ---- + (cd $(INSTALL_DIR)/lib; rm -f libsspkg.so; ln -s libsspkg.so.* libsspkg.so) +--- 48,61 ---- clean: -sccs clean @@ -86,6 +87,7 @@ ! install: all $(INSTALL_DIR) FORCE ! (cd $(INCLUDEDIR); $(MAKE) install INSTALL_DIR=$(INSTALL_DIR)) - (cp $(LIBDIR)/* $(INSTALL_DIR)/lib) +! (${BSD_INSTALL_DATA} $(LIBDIR)/* $(INSTALL_DIR)/lib) -ranlib $(INSTALL_DIR)/lib/libsspkg.a -ranlib $(INSTALL_DIR)/lib/libsspkg.sa.* + (cd $(INSTALL_DIR)/lib; rm -f libsspkg.so; ln -s libsspkg.so.* libsspkg.so) diff -urN /usr/ports/x11-toolkits/slingshot/patches/patch-ba x11-toolkits/slingshot/patches/patch-ba --- /usr/ports/x11-toolkits/slingshot/patches/patch-ba Wed Jun 4 07:53:07 1997 +++ x11-toolkits/slingshot/patches/patch-ba Sat Mar 4 04:18:35 2000 @@ -1,5 +1,5 @@ -*** src/Makefile.orig Mon Oct 25 13:37:43 1993 ---- src/Makefile Wed Apr 30 00:40:56 1997 +*** src/Makefile.orig Tue Oct 26 03:37:43 1993 +--- src/Makefile Sat Mar 4 04:17:50 2000 *************** *** 15,22 **** @@ -14,8 +14,27 @@ INCDIR = $(SSPKGHOME)/include/sspkg PRIVATEINCDIR = $(SSPKGHOME)/src -! CFLAGS = -O -DNO_SINCOS +! CFLAGS += -DNO_SINCOS ! #CFLAGS = -g CPPFLAGS = -I$(SSPKGHOME)/include -I$(PRIVATEINCDIR) -I$(OPENWINHOME)/include + + +*************** +*** 112,119 **** + + + install: $(STATICLIBRARY) $(SHAREDLIB) FORCE +! cp $(STATICLIBRARY) $(INSTALL_DIR)/lib +! cp $(SHAREDLIB) $(INSTALL_DIR)/lib + ln -s $(SHAREDLIB) $(INSTALLDIR)/libsspkg.so + + +--- 112,119 ---- + + + install: $(STATICLIBRARY) $(SHAREDLIB) FORCE +! ${BSD_INSTALL_DATA} $(STATICLIBRARY) $(INSTALL_DIR)/lib +! ${BSD_INSTALL_DATA} $(SHAREDLIB) $(INSTALL_DIR)/lib + ln -s $(SHAREDLIB) $(INSTALLDIR)/libsspkg.so diff -urN /usr/ports/x11-toolkits/slingshot/patches/patch-ca x11-toolkits/slingshot/patches/patch-ca --- /usr/ports/x11-toolkits/slingshot/patches/patch-ca Wed Jun 4 07:53:07 1997 +++ x11-toolkits/slingshot/patches/patch-ca Sat Mar 4 03:46:57 2000 @@ -1,5 +1,5 @@ *** examples/Makefile.orig Tue Nov 2 14:18:49 1993 ---- examples/Makefile Wed Apr 30 00:42:39 1997 +--- examples/Makefile Sat Mar 4 18:44:23 2000 *************** *** 1,5 **** @@ -106,8 +106,8 @@ SSPKGLIB = $(SSPKGHOME)/lib/libsspkg.a -! DBXFLAGS = -O -! CFLAGS = $(DBXFLAGS) -I$(SSPKGHOME)/../include -I$(OPENWINHOME)/include +! #DBXFLAGS = -g +! CFLAGS += $(DBXFLAGS) -I$(SSPKGHOME)/../include -I$(OPENWINHOME)/include LDFLAGS = -L$(LIBDIR) $(LIBS) $(SSPKGLIB) -lm all: icons array_tile clockobj color color2 \ diff -urN /usr/ports/x11-toolkits/slingshot/patches/patch-da x11-toolkits/slingshot/patches/patch-da --- /usr/ports/x11-toolkits/slingshot/patches/patch-da Thu Jan 1 09:00:00 1970 +++ x11-toolkits/slingshot/patches/patch-da Sat Mar 4 05:08:48 2000 @@ -0,0 +1,19 @@ +*** include/sspkg/Makefile.orig Sat Oct 23 02:34:35 1993 +--- include/sspkg/Makefile Sat Mar 4 05:05:40 2000 +*************** +*** 13,19 **** + -sccs clean + + install: FORCE +! cp $(INCLUDEFILES) $(INSTALL_DIR)/include/sspkg + + FORCE: + +--- 13,19 ---- + -sccs clean + + install: FORCE +! ${BSD_INSTALL_DATA} $(INCLUDEFILES) $(INSTALL_DIR)/include/sspkg + + FORCE: + diff -urN /usr/ports/x11-toolkits/slingshot/pkg/PLIST x11-toolkits/slingshot/pkg/PLIST --- /usr/ports/x11-toolkits/slingshot/pkg/PLIST Wed May 5 19:45:56 1999 +++ x11-toolkits/slingshot/pkg/PLIST Sat Mar 4 03:57:54 2000 @@ -12,6 +12,8 @@ lib/libsspkg.sa.1 lib/libsspkg.so lib/libsspkg.so.1 +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/doc/SlingShot/README share/doc/SlingShot/appA.ps share/doc/SlingShot/appB.ps @@ -21,5 +23,5 @@ share/doc/SlingShot/ch1.ps share/doc/SlingShot/ch2.ps share/doc/SlingShot/ch3.ps -@dirrm include/sspkg @dirrm share/doc/SlingShot +@dirrm include/sspkg >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:42:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 3C3C837B6BD for ; Fri, 3 Mar 2000 13:42:32 -0800 (PST) (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by serenity.mcc.ac.uk with esmtp (Exim 1.92 #3) for ports@freebsd.org id 12Qzq7-0002lD-00; Fri, 3 Mar 2000 21:42:27 +0000 Received: from localhost (jcm@localhost) by dogma.freebsd-uk.eu.org (8.9.3/8.9.3) with ESMTP id VAA00246 for ; Fri, 3 Mar 2000 21:42:26 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Date: Fri, 3 Mar 2000 21:42:26 +0000 (GMT) From: Jonathon McKitrick To: ports@freebsd.org Subject: media player Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there a simple media player that handles mpegs, avi's and the basic video formats? I tried searching the graphics and misc directories on the ports section of freebsd.org, but couldn't find anything. I know i heard of one, but i forget the name now. -=> jm <=- ------------------------------------------------------- The opinions expressed in this message are the opinions of the mail program only, and not of the writer, his employer, or freebsd-uk.eu.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:48:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 189FC37B671; Fri, 3 Mar 2000 13:48:20 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 14DC12E815C; Fri, 3 Mar 2000 13:48:20 -0800 (PST) (envelope-from kris@hub.freebsd.org) Date: Fri, 3 Mar 2000 13:48:20 -0800 (PST) From: Kris Kennaway To: assar@stacken.kth.se Cc: Will Andrews , FreeBSD-gnats-submit@FreeBSD.ORG, thepish@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ports/17036: working port for arla-0.31 In-Reply-To: <5lputc5hci.fsf_-_@assaris.sics.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'll try and commit this over the weekend. I wanted to just confirm it builds, which required me to install kerberos first :) Kris On 3 Mar 2000 assar@stacken.kth.se wrote: > I wrote: > > Will Andrews writes: > > > About time! I was pretty intent on submitting a port removal request for > > > this particular port, since I've never seen it build successfully before. > > > > Thanks. Having it there but not building didn't make me very happy > > either... > > Sorry for being somewhat insistent on this, but I would like this to > be fixed before the freeze on March 8th. So, what more is there's to > do on this and want can I do to make sure it happens? > > The patches in ports/17036 should make everything build just fine. If > there are any issues with those, please tell me and I'll try to solve > them. Otherwise, just commit it. :-) > > /assar > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 13:50: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BF9B37B699 for ; Fri, 3 Mar 2000 13:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA66732; Fri, 3 Mar 2000 13:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 3 Mar 2000 13:50:02 -0800 (PST) Message-Id: <200003032150.NAA66732@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: ports/17036: working port for arla-0.31 Reply-To: Kris Kennaway Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17036; it has been noted by GNATS. From: Kris Kennaway To: assar@stacken.kth.se Cc: Will Andrews , FreeBSD-gnats-submit@FreeBSD.ORG, thepish@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: ports/17036: working port for arla-0.31 Date: Fri, 3 Mar 2000 13:48:20 -0800 (PST) I'll try and commit this over the weekend. I wanted to just confirm it builds, which required me to install kerberos first :) Kris On 3 Mar 2000 assar@stacken.kth.se wrote: > I wrote: > > Will Andrews writes: > > > About time! I was pretty intent on submitting a port removal request for > > > this particular port, since I've never seen it build successfully before. > > > > Thanks. Having it there but not building didn't make me very happy > > either... > > Sorry for being somewhat insistent on this, but I would like this to > be fixed before the freeze on March 8th. So, what more is there's to > do on this and want can I do to make sure it happens? > > The patches in ports/17036 should make everything build just fine. If > there are any issues with those, please tell me and I'll try to solve > them. Otherwise, just commit it. :-) > > /assar > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 14: 8:47 2000 Delivered-To: freebsd-ports@freebsd.org Received: from FreeBSD.org (ppp17-besancon.isdnet.net [195.154.11.224]) by hub.freebsd.org (Postfix) with ESMTP id C4C3037B6AA for ; Fri, 3 Mar 2000 14:08:43 -0800 (PST) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by qix.jmz.org (8.9.3/8.9.3) id XAA10853; Fri, 3 Mar 2000 23:10:24 +0100 (MET) (envelope-from jmz@FreeBSD.org) Date: Fri, 3 Mar 2000 23:10:24 +0100 (MET) Message-Id: <200003032210.XAA10853@qix.jmz.org> From: Jean-Marc Zucconi To: asami@cs.berkeley.edu Cc: ports@FreeBSD.org In-reply-to: <200003031954.LAA10544@silvia.hip.berkeley.edu> (asami@cs.berkeley.edu) Subject: Re: print/dvips X-Mailer: Emacs References: <200003031954.LAA10544@silvia.hip.berkeley.edu> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >>>>> Satoshi Asami writes: > Hi, > This port creates a file post-install in ${SCRIPTSDIR}, which can be > read-only. Can you change it to create it in ${WRKDIR} and call it > from a post-install Makefile target? Done. Jean-Marc -- Jean-Marc Zucconi PGP Key: finger jmz@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 14:13:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D10D37B6CC; Fri, 3 Mar 2000 14:13:55 -0800 (PST) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA69021; Fri, 3 Mar 2000 14:13:54 -0800 (PST) (envelope-from jmz@FreeBSD.org) Date: Fri, 3 Mar 2000 14:13:54 -0800 (PST) From: Message-Id: <200003032213.OAA69021@freefall.freebsd.org> To: tkato@prontomail.ne.jp, jmz@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17162: Update port: games/xjewel Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: games/xjewel State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Fri Mar 3 14:13:28 PST 2000 State-Changed-Why: Committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 14:50: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8906B37B5E5 for ; Fri, 3 Mar 2000 14:50:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA72125; Fri, 3 Mar 2000 14:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 3 Mar 2000 14:50:02 -0800 (PST) Message-Id: <200003032250.OAA72125@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/17156: Update port: astro/xphoon Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17156; it has been noted by GNATS. From: Will Andrews To: tkato@prontomail.ne.jp Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: ports/17156: Update port: astro/xphoon Date: Fri, 3 Mar 2000 17:48:26 -0500 On Fri, Mar 03, 2000 at 01:08:49PM -0800, tkato@prontomail.ne.jp wrote: > >Synopsis: Update port: astro/xphoon > diff -urN /usr/ports/astro/xphoon/Makefile astro/xphoon/Makefile > --- /usr/ports/astro/xphoon/Makefile Wed Aug 25 19:12:37 1999 > +++ astro/xphoon/Makefile Fri Mar 3 07:36:23 2000 > @@ -9,10 +9,8 @@ > DISTNAME= xphoon > PKGNAME= xphoon-91.9.18 > CATEGORIES= astro x11 > -MASTER_SITES= ftp://ftp.cdrom.com/pub/X11/R5contrib/ \ > - ftp://ftp.x.org/R5contrib/ \ > - ftp://ftp.eu.net/X11/R5contrib/ \ > - ftp://ftp.is.co.za/pub/x/R5contrib/ > +MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ > + ftp://ftp.freesoftware.com/pub/X11/R5contrib/ > EXTRACT_SUFX= .tar.Z > > MAINTAINER= andrews@technologist.com Thanks. I didn't catch this in fenner's portsurvey, so.. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 15: 3:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id DA32937B538 for ; Fri, 3 Mar 2000 15:03:33 -0800 (PST) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.3/frmug-2.5/nospam) with UUCP id AAA14628 for ports@freebsd.org; Sat, 4 Mar 2000 00:03:28 +0100 (CET) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (Postfix, from userid 101) id EF10E8864; Fri, 3 Mar 2000 23:40:45 +0100 (CET) Date: Fri, 3 Mar 2000 23:40:45 +0100 From: Ollivier Robert To: ports@freebsd.org Subject: Re: media player Message-ID: <20000303234045.A49426@keltia.freenix.fr> Mail-Followup-To: ports@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from jcm@dogma.freebsd-uk.eu.org on Fri, Mar 03, 2000 at 09:42:26PM +0000 X-Operating-System: FreeBSD 4.0-CURRENT/ELF AMD-K6/200 & 2x PPro/200 SMP Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org According to Jonathon McKitrick: > Is there a simple media player that handles mpegs, avi's and the basic > video formats? I tried searching the graphics and misc directories on > the ports section of freebsd.org, but couldn't find anything. I know You mean probably xanim ? Port: xanim-2.80.1 Path: /usr/ports/graphics/xanim Info: Play most popular animation formats and show pictures Maint: ports@FreeBSD.org Index: graphics B-deps: XFree86-3.3.6 R-deps: XFree86-3.3.6 -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 4.0-CURRENT #78: Sun Feb 27 15:32:39 CET 2000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 15:34:57 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A25B37B6E8; Fri, 3 Mar 2000 15:34:56 -0800 (PST) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA76473; Fri, 3 Mar 2000 15:34:56 -0800 (PST) (envelope-from jmz@FreeBSD.org) Date: Fri, 3 Mar 2000 15:34:56 -0800 (PST) From: Message-Id: <200003032334.PAA76473@freefall.freebsd.org> To: tkato@prontomail.ne.jp, jmz@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17171: Update port: x11/xloadimage Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: x11/xloadimage State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Fri Mar 3 15:34:27 PST 2000 State-Changed-Why: Patch committed. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 16:19:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 20F4437B535 for ; Fri, 3 Mar 2000 16:19:36 -0800 (PST) (envelope-from Doug@gorean.org) Received: from slave (doug@slave [10.0.0.1]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id QAA84658 for ; Fri, 3 Mar 2000 16:19:34 -0800 (PST) (envelope-from Doug@gorean.org) Date: Fri, 3 Mar 2000 16:19:33 -0800 (PST) From: Doug Barton X-Sender: doug@dt051n0b.san.rr.com To: ports@freebsd.org Subject: make.conf and MASTER_SITE_BACKUP Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I want to make a central ports ftp server for my site and it looked like the MASTER_SITE_BACKUP and MASTER_SITE_OVERRIDE variables in make.conf were just the ticket. I enabled those bad boys, but when I type 'make fetch' in a port subdir it doesn't seem to be picking up my change. Is there something I have to do in order to get the new values in /etc/make.conf to be picked up by make? I don't recall that being a problem previously... Thanks, Doug -- "Welcome to the desert of the real." - Laurence Fishburne as Morpheus, "The Matrix" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 18: 7:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id C744E37B6E8 for ; Fri, 3 Mar 2000 18:07:34 -0800 (PST) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id UAA74903; Fri, 3 Mar 2000 20:07:31 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <00de01bf857e$662a87a0$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Matthew N. Dodd" Cc: References: Subject: Re: mod_php4 and other questions. Date: Fri, 3 Mar 2000 20:07:30 -0600 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.3825.400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.3825.400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Matthew N. Dodd" > I've got another Apache related question now... > > What prevents us from always building Apache with EAPI? This would allow > us to split out mod_ssl from the apache port... > Nothing preventing us from adding the EAPI to the Apache port. I am currently working on such a scheme, but I now need to find the time to upgrade it to the latest Apache & mod_ssl versions. Basically, the main Apache ports (Apache13, Apache13-SSL, Apache13+IPV6) will identify them selves to the ports when building and installing the packages with a new option to apachectl. This option would return a value that the module ports can use to identify which Apache port is installed. apachectl apport It would return: APACHE APACHE6 APACHESSL Old apache installations would return the apachectl usage information. Each module port would have the following in their make files: Makefile: PKGNAME=mod_module-${VERSION} CONFLICTS= apache_fp-* apache-<1.3.12 apache+ipv6-<1.3.12 \ apache+mod_ssl-* apache+php-* apache+ssl-<1.3.12 .if exists(${PREFIX}/sbin/apachectl) APACHE=`${PREFIX}/sbin/apachectl apport` .else APACHE="APACHE" .endif .if ${APACHE} == "APACHE" PKGNAME=mod_module-${VERSION} BUILD_DEPENDS=${PREFIX}/sbin/apachectl:${PORTSDIR}/www/apache13 RUN_DEPENDS=${PREFIX}/sbin/apachectl:${PORTSDIR}/www/apache13 CONFLICTS+=mod_module+apssl-* mod_module+ipv6-* .elif ${APACHE} == "APACHE6" PKGNAME=mod_module+ipv6-${VERSION} BUILD_DEPENDS=${PREFIX}/sbin/apachectl:${PORTSDIR}/www/apache13+ipv6 RUN_DEPENDS=${PREFIX}/sbin/apachectl:${PORTSDIR}/www/apache13+ipv6 CONFLICTS+=mod_module+apssl-* mod_module-* .elif ${APACHE} == "APACHESSL" #NOTE: mod_ssl port would display a error message instead of allowing the build to proceed. PKGNAME=mod_module+apssl-${VERSION} BUILD_DEPENDS=${PREFIX}/sbin/apachectl:${PORTSDIR}/www/apache13-ssl RUN_DEPENDS=${PREFIX}/sbin/apachectl:${PORTSDIR}/www/apache13-ssl CONFLICTS+=mod_module-* mod_module+ipv6-* .else pre-fetch: @${ECHO} "This module is not compatible with your current installation of Apache" @${FALSE} .endif BUILD_DEPENDS+= RUN_DEPENDS+= PKGINSTALL=${WRKDIR}/INSTALL # This is temporary until we get package conflict checking # working in the package install tools pre-install: cat ${PKGDIR}/INSTALL | ${SED} -e 's;@APACHE@;${APACHE};' > ${PKGINSTALL} ------------------------------- INSTALL: PKGNAME = $1 PKG_PREFIX=${PKG_PREFIX:-/usr/local} # This is temporary until we get package conflict checking # working in the package install tools check_pkg_conflicts () { if [ -f ${PKG_PREFIX}/sbin/apachectl ] ; then APACHE=`${PKG_PREFIX}/sbin/apachectl apport` else echo "No apache server installed" exit 1 fi # The mod_ssl port would have this additional check. if "x${APACHE}" == "xAPACHESSL" ; then echo "Apache-SSL already contains support for Secure SSL connections" exit 1 fi # All module ports would have this check. if "x${APACHE}" != "x@APACHE@" ; then echo "$PKGNAME is not compatible with this version of Apache" exit 1 fi } case $2 in PRE-INSTALL) check_pkg_conflicts ;; POST-INSTALL) ;; ------------------------------- Currently, the CONFLICTS variable is not used. But if PR 13649 & 13650 get committed, this variable will allow the port to define which versions of existing ports this port is incompatible with. NOTE: The patches in PR 13649/13650 needs to be updated for the current pkg_install tools. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 18:11:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 8498237B721 for ; Fri, 3 Mar 2000 18:11:15 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id VAA95052; Fri, 3 Mar 2000 21:11:12 -0500 (EST) Date: Fri, 3 Mar 2000 21:11:12 -0500 (EST) From: "Matthew N. Dodd" To: "Scot W. Hetzel" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: mod_php4 and other questions. In-Reply-To: <00de01bf857e$662a87a0$8dfee0d1@westbend.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 3 Mar 2000, Scot W. Hetzel wrote: > Each module port would have the following in their make files: > > Makefile: > > PKGNAME=mod_module-${VERSION} > > CONFLICTS= apache_fp-* apache-<1.3.12 apache+ipv6-<1.3.12 \ > apache+mod_ssl-* apache+php-* apache+ssl-<1.3.12 Thats lame. I propose that we build all apache modules using APXS. We still have to handle starting SSL and having a different port for IPv6 on pre 4.0 boxes but on 4.0 we can always link in the IPv6 stuff. If we build with EAPI then all we need are apache-VER mod_ssl-VER mod_fp-VER mod_php4-VER mod_php3-VER etc... This having 5 different Apache ports is stupid. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 18:26:57 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m3.cs.berkeley.edu (m3.CS.Berkeley.EDU [128.32.45.179]) by hub.freebsd.org (Postfix) with ESMTP id 507A637B715 for ; Fri, 3 Mar 2000 18:26:53 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-183.ix.netcom.com [209.109.232.183]) by m3.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id SAA74175; Fri, 3 Mar 2000 18:26:42 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id SAA13977; Fri, 3 Mar 2000 18:25:13 -0800 (PST) Date: Fri, 3 Mar 2000 18:25:13 -0800 (PST) Message-Id: <200003040225.SAA13977@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: tung@turtle.ee.ncku.edu.tw Cc: ports@freebsd.org Subject: ports/ftp/ftplocate From: asami@freebsd.org (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, This port wants to have the web server installed first. Unfortunately, we have many possible web servers and thus can't add a runtime dependency to any one of them, causing the package build to fail. http://bento.FreeBSD.org/errorlogs/errorlogs/e.4.20000302/ftplocate-2.01.log Is it ok to disable the check for the web server? The users can still install whatever they want. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 18:29:33 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m3.cs.berkeley.edu (m3.CS.Berkeley.EDU [128.32.45.179]) by hub.freebsd.org (Postfix) with ESMTP id 3B7C937B715 for ; Fri, 3 Mar 2000 18:29:30 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca1-183.ix.netcom.com [209.109.232.183]) by m3.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id SAA74281; Fri, 3 Mar 2000 18:29:26 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id SAA13994; Fri, 3 Mar 2000 18:29:20 -0800 (PST) Date: Fri, 3 Mar 2000 18:29:20 -0800 (PST) Message-Id: <200003040229.SAA13994@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: rvb@cs.cmu.edu Cc: ports@freebsd.org Subject: coda-4 ports failing on 4-current From: asami@freebsd.org (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org http://bento.FreeBSD.org/errorlogs/errorlogs/e.4.20000302/coda-client-4.6.6.1.log http://bento.FreeBSD.org/errorlogs/errorlogs/e.4.20000302/coda-server-4.6.6.1.log They seem to work on on 3-stable, for whatever reason. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 19: 6:46 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id DE8DE37B6E8 for ; Fri, 3 Mar 2000 19:06:39 -0800 (PST) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id VAA75460; Fri, 3 Mar 2000 21:06:37 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <00fa01bf8586$a79c1840$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Matthew N. Dodd" Cc: References: Subject: Re: mod_php4 and other questions. Date: Fri, 3 Mar 2000 21:06:36 -0600 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.3825.400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.3825.400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ----- Original Message ----- From: "Matthew N. Dodd" To: "Scot W. Hetzel" Cc: Sent: Friday, March 03, 2000 8:11 PM Subject: Re: mod_php4 and other questions. > On Fri, 3 Mar 2000, Scot W. Hetzel wrote: > > Each module port would have the following in their make files: > > > > Makefile: > > > > PKGNAME=mod_module-${VERSION} > > > > CONFLICTS= apache_fp-* apache-<1.3.12 apache+ipv6-<1.3.12 \ > > apache+mod_ssl-* apache+php-* apache+ssl-<1.3.12 > > Thats lame. Yes it's lame to have the above number of Apache ports, that is why I am proposing we cut the number down to 3 main Apache ports (Apache13, Apache13+ipv6, and Apache-SSL). > > I propose that we build all apache modules using APXS. We still have to > handle starting SSL and having a different port for IPv6 on pre 4.0 boxes > but on 4.0 we can always link in the IPv6 stuff. > Will this work on a 4.0 system that doesn't have the IPV6 option in the kernel? > If we build with EAPI then all we need are > The mod_* ports will be using the APXS method to build the modules. Apache-SSL doesn't use EAPI as its a Mod_SSL extentions only. > apache-VER > mod_ssl-VER > mod_fp-VER > mod_php4-VER > mod_php3-VER > etc... > We need to include the Apache-SSL port also, as the Author of that port wants the mod_* ports to support the Apache-SSL server. That's why I included the example mod_* Makefiles and INSTALL scripts, they attempt to identify which of the 3 main Apache server ports are currently installed. Will a module compiled on one of the main Apache ports work on the other main Apache ports. I don't think they will, but I'll add that to my testing in order to verify whether we can get away with one module package, or will require 2-3 module packages for each mod_* port. > This having 5 different Apache ports is stupid. > Actually there are 7 Apache ports (2 PHP ports). And I agree that it is stupid to have that many differnet apache ports. > -- > | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | > | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | > | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 19:35:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 925E137B55D for ; Fri, 3 Mar 2000 19:35:12 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id WAA95868; Fri, 3 Mar 2000 22:35:09 -0500 (EST) Date: Fri, 3 Mar 2000 22:35:09 -0500 (EST) From: "Matthew N. Dodd" To: "Scot W. Hetzel" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: mod_php4 and other questions. In-Reply-To: <00fa01bf8586$a79c1840$8dfee0d1@westbend.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 3 Mar 2000, Scot W. Hetzel wrote: > The mod_* ports will be using the APXS method to build the modules. > Apache-SSL doesn't use EAPI as its a Mod_SSL extentions only. What? I'm sorry, but go look at the damn code. > We need to include the Apache-SSL port also, as the Author of that > port wants the mod_* ports to support the Apache-SSL server. That's > why I included the example mod_* Makefiles and INSTALL scripts, they > attempt to identify which of the 3 main Apache server ports are > currently installed. Author of what port? If we build apache with EAPI then mod_ssl will just work, as will all other modules. > Will a module compiled on one of the main Apache ports work on the > other main Apache ports. I'm proposing that there be only 1 apache port (or 2 for 3-stable). > I don't think they will, but I'll add that to my testing in order to > verify whether we can get away with one module package, or will > require 2-3 module packages for each mod_* port. They will. -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 22: 0: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90C3237B6BF for ; Fri, 3 Mar 2000 22:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA03418; Fri, 3 Mar 2000 22:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from turtle.ee.ncku.edu.tw (turtle.ee.ncku.edu.tw [140.116.72.72]) by hub.freebsd.org (Postfix) with ESMTP id 4E37B37B68E for ; Fri, 3 Mar 2000 21:54:06 -0800 (PST) (envelope-from tung@turtle.ee.ncku.edu.tw) Received: (from root@localhost) by turtle.ee.ncku.edu.tw (8.9.2/8.9.2) id NAA23263; Sat, 4 Mar 2000 13:53:53 +0800 (CST) (envelope-from tung) Message-Id: <200003040553.NAA23263@turtle.ee.ncku.edu.tw> Date: Sat, 4 Mar 2000 13:53:53 +0800 (CST) From: Chung-Kie Tung Reply-To: tung@turtle.ee.ncku.edu.tw To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17174: port upgrade for ftplocate-2.01 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17174 >Category: ports >Synopsis: port upgrade for ftplocate-2.01 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 3 22:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Chung-Kie Tung >Release: FreeBSD 3.1-RELEASE i386 >Organization: Distributed System Lab E.E. NCKU, Taiwan >Environment: >Description: >How-To-Repeat: >Fix: port upgrade for ftplocate-2.01 (fix the web server check problem at install) diff -ruN ftplocate.bak/Makefile ftplocate/Makefile --- ftplocate.bak/Makefile Sat Mar 4 13:30:14 2000 +++ ftplocate/Makefile Sat Mar 4 13:31:28 2000 @@ -30,6 +30,6 @@ .endfor do-install: - cd ${WRKSRC}; ${PERL} install.pl -y + cd ${WRKSRC}; ${PERL} install.pl -y -c -bsdport .include diff -ruN ftplocate.bak/files/md5 ftplocate/files/md5 --- ftplocate.bak/files/md5 Sat Mar 4 13:30:14 2000 +++ ftplocate/files/md5 Sat Mar 4 13:44:21 2000 @@ -1 +1 @@ -MD5 (ftplocate-2.01.tar.gz) = 3a805a6494a02e596093af40db833d1f +MD5 (ftplocate-2.01.tar.gz) = 83dfcbff4df5e2813ccd1f68bb7cbd53 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 22: 4:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id 238E037B686 for ; Fri, 3 Mar 2000 22:04:24 -0800 (PST) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.9.3/8.9.3) with SMTP id AAA77159; Sat, 4 Mar 2000 00:04:21 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <000a01bf859f$7c7993e0$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: "Matthew N. Dodd" Cc: References: Subject: Re: mod_php4 and other questions. Date: Sat, 4 Mar 2000 00:04:21 -0600 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.3825.400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.3825.400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org From: "Matthew N. Dodd" > On Fri, 3 Mar 2000, Scot W. Hetzel wrote: > > The mod_* ports will be using the APXS method to build the modules. > > Apache-SSL doesn't use EAPI as its a Mod_SSL extentions only. > > What? > There are two Apache SSL ports in the ports tree: Apache-SSL - Created by Ben & Adam Laurie http://www.apache-ssl.org Apache-SSL doesn't use EAPI. Apache-MOD_SSL - Created by Ralf S. Engelschall http://www.modssl.org Apache-MOD_SSL does use EAPI > I'm sorry, but go look at the damn code. > I looked at the code for both implementation of Apache SSL. Have you looked at the other Apache SSL port? > > We need to include the Apache-SSL port also, as the Author of that > > port wants the mod_* ports to support the Apache-SSL server. That's > > why I included the example mod_* Makefiles and INSTALL scripts, they > > attempt to identify which of the 3 main Apache server ports are > > currently installed. > > Author of what port? Adam Laurie is the author of /usr/ports/www/apache13-ssl port. If you want to kill his port then you better talk it over with him. > > If we build apache with EAPI then mod_ssl will just work, as will all > other modules. > > > Will a module compiled on one of the main Apache ports work on the > > other main Apache ports. > > I'm proposing that there be only 1 apache port (or 2 for 3-stable). > It currently looks like there are going to be at least 2 apache ports for 3-stable and 4-current. 3-stable = Apache13, Apache13-SSL 4-current = Apache13+ipv6, Apache13-SSL Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Mar 3 23:49:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 665A937B60E for ; Fri, 3 Mar 2000 23:49:38 -0800 (PST) (envelope-from Doug@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id XAA86545 for ; Fri, 3 Mar 2000 23:49:37 -0800 (PST) (envelope-from Doug@gorean.org) Message-ID: <38C0C011.BD2ADBC6@gorean.org> Date: Fri, 03 Mar 2000 23:49:37 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-CURRENT-0302 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@freebsd.org Subject: Re: make.conf and MASTER_SITE_BACKUP References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Doug Barton wrote: > > I want to make a central ports ftp server for my site and it > looked like the MASTER_SITE_BACKUP and MASTER_SITE_OVERRIDE variables in > make.conf were just the ticket. I enabled those bad boys, but when I type > 'make fetch' in a port subdir it doesn't seem to be picking up my change. ERrr... ignore this. I need sleep. Doug -- "Welcome to the desert of the real." - Laurence Fishburne as Morpheus, "The Matrix" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 1:51: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [63.67.141.99]) by hub.freebsd.org (Postfix) with ESMTP id 81E3C37B751 for ; Sat, 4 Mar 2000 01:51:01 -0800 (PST) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.9.3/8.8.7) with ESMTP id EAA02655; Sat, 4 Mar 2000 04:50:56 -0500 (EST) Date: Sat, 4 Mar 2000 04:50:56 -0500 (EST) From: "Matthew N. Dodd" To: "Scot W. Hetzel" Cc: freebsd-ports@FreeBSD.ORG Subject: Re: mod_php4 and other questions. In-Reply-To: <000a01bf859f$7c7993e0$8dfee0d1@westbend.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 4 Mar 2000, Scot W. Hetzel wrote: > Adam Laurie is the author of /usr/ports/www/apache13-ssl port. If you > want to kill his port then you better talk it over with him. I'm really not interested in his port. The goal here is to provide a trouble free, flexible method of installing apache, and any 3rd party modules the user desires. Current methods don't cut it. > It currently looks like there are going to be at least 2 apache ports for > 3-stable and 4-current. > > 3-stable = Apache13, Apache13-SSL > 4-current = Apache13+ipv6, Apache13-SSL I'm not sure what Apache13-SSL provides besides confusion. In addition we don't really need to make any more of a deal about IPv6 than IPv4 support. Providing commented out sections to the default apache.conf should about cover it (in addition to a brief mention in the port COMMENTS). Anyhow, I've looked over modules.apache.com and it appears that we have no end of potential ports once we get a sane APXS based Apache. Any thoughts on enabling suEXEC by default? -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | winter@jurai.net | 2 x '84 Volvo 245DL | ix86,sparc,pmax | | http://www.jurai.net/~winter | This Space For Rent | ISO8802.5 4ever | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 2:18:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 646D437B514; Sat, 4 Mar 2000 02:18:22 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.3/8.9.3) id LAA56956; Sat, 4 Mar 2000 11:18:00 +0100 (CET) (envelope-from ibex) Date: Sat, 4 Mar 2000 11:18:00 +0100 From: Dirk Froemberg To: Satoshi - Ports Wraith - Asami Cc: "Matthew N. Dodd" , "Chris D. Faulhaber" , freebsd-ports@freebsd.org Subject: Re: mod_php4 and other questions. Message-ID: <20000304111759.B56759@physik.TU-Berlin.DE> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from asami@freebsd.org on Fri, Mar 03, 2000 at 11:40:02AM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Satoshi! Would be great to have a "post-clean" target. I checked your patch with apache13-php3. It seems to work 8-) Regards Dirk On Fri, Mar 03, 2000 at 11:40:02AM -0800, Satoshi - Ports Wraith - Asami wrote: > * From: "Matthew N. Dodd" > > * Anyone else feel like we need a 'post-clean' target? > > Something like this? > [...] -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 2:26:59 2000 Delivered-To: freebsd-ports@freebsd.org Received: from emmi.physik.TU-Berlin.DE (emmi.physik.TU-Berlin.DE [130.149.160.103]) by hub.freebsd.org (Postfix) with ESMTP id 137F737B7AC for ; Sat, 4 Mar 2000 02:26:57 -0800 (PST) (envelope-from ibex@emmi.physik.TU-Berlin.DE) Received: (from ibex@localhost) by emmi.physik.TU-Berlin.DE (8.9.3/8.9.3) id LAA57077; Sat, 4 Mar 2000 11:26:51 +0100 (CET) (envelope-from ibex) Date: Sat, 4 Mar 2000 11:26:51 +0100 From: Dirk Froemberg To: "Chris D. Faulhaber" Cc: "Matthew N. Dodd" , freebsd-ports@freebsd.org Subject: Re: mod_php4 and other questions. Message-ID: <20000304112651.C56759@physik.TU-Berlin.DE> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from jedgar@fxp.org on Thu, Mar 02, 2000 at 09:27:19PM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! On Thu, Mar 02, 2000 at 09:27:19PM -0500, Chris D. Faulhaber wrote: > On Thu, 2 Mar 2000, Matthew N. Dodd wrote: > > > On Thu, 2 Mar 2000, Chris D. Faulhaber wrote: > > > > I'm not sold on the need to install all the include files either... > > > > > > We do development on custom php modules so installing the includes makes > > > it a bit easier. > > > > Which ones are really used? Need we install the Zend stuff? > > > > A port should be a 90% case; all the people who will do custom stuff are > > gonna be building apache without modules and hand tweaking things no? > > I agree, that's why I showed you the mod_php3 port we use, and the > mod_php4 port that, when finished, we will probably use in the future. > If you would like to use them as reference, feel free; however, I haven't > planned to commit then since there is already support for php[34] in the > apache13-php[34] ports. Now we have - IIRC - four or five mod_php3 flying around, hmmm... Cutting down apache13-php[34] to mod_php[34] is quite simple. I've already done that once. And I'd like to continue working in the PHP area... But I don't think adding mod_php[34] to the ports tree wouldn't helpful, yet. We have to decide what to do with the other apache ports first (we need a concept before we start to implement something.) Regards Dirk -- Dirk Froemberg FreeBSD: The Power to Serve! http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 2:48: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail.surf1.de (mail.Surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id F1B2337B7CD for ; Sat, 4 Mar 2000 02:48:01 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.com (postfix@pC19F5491.dip0.t-ipconnect.de [193.159.84.145]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id SAA10218; Sat, 4 Mar 2000 18:22:38 +0100 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id C9D92AC31; Sat, 4 Mar 2000 11:24:18 +0100 (CET) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id LAA02993; Sat, 4 Mar 2000 11:24:11 +0100 (CET) (envelope-from alex) Date: Sat, 4 Mar 2000 11:24:11 +0100 From: Alexander Langer To: "O. Hartmann" Cc: freebsd-ports@freebsd.org Subject: Re: gnuplot without GIF??? Message-ID: <20000304112411.B2369@cichlids.cichlids.com> Mail-Followup-To: "O. Hartmann" , freebsd-ports@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from ohartman@ipamzlx.physik.uni-mainz.de on Fri, Mar 03, 2000 at 07:50:12PM +0100 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Also sprach O. Hartmann (ohartman@ipamzlx.physik.uni-mainz.de): > with gd-lib istalled, but it definitely does not! > Can anybody help? gd does no longer use gif due to licensing problems. I believe they're using png's now. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 3:30:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50E4437B7CC for ; Sat, 4 Mar 2000 03:30:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA23533; Sat, 4 Mar 2000 03:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id 89B7037B55C for ; Sat, 4 Mar 2000 03:23:29 -0800 (PST) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.3/8.9.3) id UAA36096; Sat, 4 Mar 2000 20:30:38 +0900 (JST) (envelope-from kiri) Message-Id: <200003041130.UAA36096@pis.toba-cmt.ac.jp> Date: Sat, 4 Mar 2000 20:30:38 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17176: Update ports: Mew-1.94.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17176 >Category: ports >Synopsis: Update ports: Mew-1.94.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 03:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KIRIYAMA Kazuhiko >Release: FreeBSD 4.0-CURRENT i386 >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Environment: >Description: Updated the port Mew-1.94.2. This time, I've drastic changed from so far. The changes has mainly following two points: (1) apart from ports control for xemacs21* slave ports In xemacs21* slave ports(mail/mew-xemacs21 and mail/mew-xemacs21-mule), there are merely installation it's xemacs package(but few additional files has been installed too). (2) put bsd.xemacs21.mk into mew/files/bsd.xemacs21.mk and include According to (1), I've included additional makefile which make xemacs packages control(post-extract and do-install). For more information, see http://fbsd.toba-cmt.ac.jp/freebsd/tools/en/c318.html With above changes, please do following step before package building: o copy xemacs package mew-1.01-pkg.tar.gz to ${MASTER_SITE_PORTS_JP}/xemacs Please copy mew-1.01-pkg.tar.gz from ftp://fbsd.toba-cmt.ac.jp/pub/XEmacs/packages to ${MASTER_SITE_PORTS_JP}/xemacs Update files are respecively : [Add] : -rw-r--r-- 1 kiri staff 2097 Mar 1 19:15 mail/mew/files/bsd.xemacs21.mk -rw-r--r-- 1 kiri staff 2097 Mar 1 19:15 mail/mew/files/mew-xemacs.el.diff.tmpl [Delete] : -rw-r--r-- 1 kiri staff 443 Mar 4 19:37 /mail/mew/patches/patch-ad put the diff from ports-current in "Fix:". >How-To-Repeat: >Fix: diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/Makefile mail/mew/Makefile --- /usr/ports/current/mail/mew/Makefile Sat Feb 19 12:33:48 2000 +++ mail/mew/Makefile Sat Mar 4 19:47:09 2000 @@ -1,5 +1,5 @@ # New ports collection makefile for: Mew -# Version required: 1.94.1 +# Version required: 1.94.2 # Date created: 21 November 1997 # Whom: Kiriyama Kazuhiko # @@ -7,17 +7,18 @@ # DISTNAME= mew-${VERSION} -PKGNAME= mew-${EMACS_PORT_NAME}-${VERSION} +PKGNAME= mew-${EMACS_PORT}-${VERSION} CATEGORIES= mail elisp MASTER_SITES= ftp://ftp.mew.org/pub/Mew/ \ ftp://ftp.kyushu-u.ac.jp/pub/Misc/mew/ \ - ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ + ${MASTER_SITE_PORTS_JP} +DISTFILES= ${DISTNAME}.tar.gz MAINTAINER= kiri@kiri.toba-cmt.ac.jp RESTRICTED= "USA ITAR export restrictions (has PGP hooks)" -BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT_NAME} +BUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} RUN_DEPENDS= imali:${PORTSDIR}/mail/im SCRIPTS_ENV= AWK=${AWK} CAT=${CAT} CP=${CP} ECHO=${ECHO} MKDIR="${MKDIR}" \ @@ -25,45 +26,50 @@ EMACSDIR=${EMACSDIR} ELISPDIR=${ELISPDIR} INFODIR=${INFODIR} \ ETCDIR=${ETCDIR} SAMPLEDIR=${SAMPLEDIR} WRKTMPDIR=${WRKTMPDIR} \ PORTDIR=${.CURDIR:S!^${PORTSDIR}/!!} \ - EMACS_CMD=${EMACS_CMD} EMACS_PORT_NAME=${EMACS_PORT_NAME} \ + EMACS_CMD=${EMACS_CMD} EMACS_PORT=${EMACS_PORT} \ PKGNAME=${PKGNAME} TMPL_FILES="${TMPL_FILES}" VERSION=${VERSION} \ - SITE_STARTUP_FILE=${SITE_STARTUP_FILE} REQUIRE="${REQUIRE}" + SITE_STARTUP_FILE=${SITE_STARTUP_FILE} REQUIRE="${REQUIRE}" \ + MEW_DIST=${MEW_DIST} MAKE_ARGS= PREFIX=${PREFIX} EMACS=${EMACS_CMD} ELISPDIR=${ELISPDIR} \ INFODIR=${INFODIR} ETCDIR=${ETCDIR} -MAKE_ENV= EMACSPKGDIR=${EMACSPKGDIR} MANDIR=${PKGMANDIR} \ - PKG_PKGINFODIR=${PKG_PKGINFODIR} XEMACS_VER_OVER20=${XEMACS_VER_OVER20} \ +MAKE_ENV= MANDIR=${PKGMANDIR} \ MKDIR="${MKDIR}" PERL=${PERL5} PERL_BADLANG=0 INSTALL_TARGET= ${INST_TARGET_LIST} PLIST_SUB= EMACS_LISPDIR=${EMACS_LISPDIR} \ EMACS_ETCDIR=${EMACS_ETCDIR} \ - EMACS_INFODIR=${EMACS_INFODIR} \ - EMACS_PKGDIR=${EMACS_PKGDIR} -PATCHDIR= ${.CURDIR}/../mew/patches -SCRIPTDIR= ${.CURDIR}/../mew/scripts -FILESDIR= ${.CURDIR}/../mew/files + EMACS_INFODIR=${EMACS_INFODIR} -VERSION= 1.94.1 -EMACS_PORT_NAME?= emacs +# mew version and distribution name +VERSION= 1.94.2 +MEW_DIST= mew + +# default emacs port name +EMACS_PORT?= emacs + +# common install files SAMPLEFILES= Addrbook SAMPLEDOTEMACS= dot.emacs.el PORTDOCS= 00changes 00copyright 00copyright.jis 00diff 00readme TMPL_FILES= user-install ${SITE_STARTUP_FILE} ${SAMPLEDOTEMACS} + +# mew install and working directories EMACSDIR= ${PREFIX}/${EMACS_LIBDIR_WITH_VER} -ELISPDIR= ${PREFIX}/${EMACS_LISPDIR}/mew +ELISPDIR= ${PREFIX}/${EMACS_LISPDIR}/${MEW_DIST} INFODIR= ${PREFIX}/${EMACS_INFODIR} -ETCDIR= ${PREFIX}/${EMACS_ETCDIR}/mew -EMACSPKGDIR= ${PREFIX}/${EMACS_PKGDIR} -PKGELISPDIR= ${PREFIX}/${EMACS_PKG_LISPDIR}/mew -PKGINFODIR= ${PREFIX}/${EMACS_PKG_INFODIR} -PKGMANDIR= ${PREFIX}/${EMACS_PKG_MANDIR}/mew -PKGETCDIR= ${PREFIX}/${EMACS_PKG_ETCDIR}/mew -PKG_PKGINFODIR= ${PREFIX}/${EMACS_PKG_PKGINFODIR} +ETCDIR= ${PREFIX}/${EMACS_ETCDIR}/${MEW_DIST} WRKTMPDIR= ${WRKDIR}/tmp -SAMPLEDIR= ${PREFIX}/share/examples/mew -PORTDOCDIR= ${PREFIX}/share/doc/mew -COMMENT_TEXT= Message interface to Emacs Window for ${EMACS_PORT_NAME} +SAMPLEDIR= ${PREFIX}/share/examples/${MEW_DIST} +PORTDOCDIR= ${PREFIX}/share/doc/${MEW_DIST} -.if (${EMACS_PORT_NAME} == "emacs") +# for arrange target +COMMENT_TEXT= "Message interface to Emacs Window for ${EMACS_PORT}(release version)" + +# xemacs package +XEMACS_PKG_VERSION= 1.01 +XEMACS_PACKAGE= ${MEW_DIST} + +# setting emacs variables for each individual port +.if (${EMACS_PORT} == "emacs") EMACS_NAME= emacs EMACS_VER= 19.34 EMACS_MAJOR_VER= 19 @@ -74,8 +80,8 @@ EMACS_LISPDIR= ${EMACS_LIBDIR}/site-lisp EMACS_INFODIR= info EMACS_SITELISPDIR= ${EMACS_LIBDIR}/site-lisp -SITE_STARTUP_FILE= mew-startup.el -.elif (${EMACS_PORT_NAME} == "emacs20") +SITE_STARTUP_FILE= ${MEW_DIST}-startup.el +.elif (${EMACS_PORT} == "emacs20") EMACS_NAME= emacs EMACS_VER= 20.5 EMACS_MAJOR_VER= 20 @@ -85,7 +91,7 @@ EMACS_ETCDIR= ${EMACS_LIBDIR}/etc EMACS_LISPDIR= ${EMACS_LIBDIR}/site-lisp EMACS_INFODIR= info -.elif (${EMACS_PORT_NAME} == "mule") +.elif (${EMACS_PORT} == "mule") EMACS_NAME= mule EMACS_VER= 19.34 EMACS_MAJOR_VER= 19 @@ -96,8 +102,8 @@ EMACS_LISPDIR= ${EMACS_LIBDIR}/site-lisp EMACS_INFODIR= ${EMACS_LIBDIR}/info EMACS_SITELISPDIR= ${EMACS_LIBDIR}/site-lisp -SITE_STARTUP_FILE= mew-startup.el -.elif (${EMACS_PORT_NAME} == "xemacs") +SITE_STARTUP_FILE= ${MEW_DIST}-startup.el +.elif (${EMACS_PORT} == "xemacs") EMACS_NAME= xemacs EMACS_VER= 19.16 EMACS_MAJOR_VER= 19 @@ -108,8 +114,8 @@ EMACS_LISPDIR= ${EMACS_LIBDIR}/site-lisp EMACS_INFODIR= ${EMACS_LIBDIR_WITH_VER}/info EMACS_SITELISPDIR= ${EMACS_LISPDIR} -SITE_STARTUP_FILE= mew-xemacs-startup.el -.elif (${EMACS_PORT_NAME} == "xemacs20") +SITE_STARTUP_FILE= ${MEW_DIST}-xemacs-startup.el +.elif (${EMACS_PORT} == "xemacs20") EMACS_NAME= xemacs EMACS_VER= 20.4 EMACS_MAJOR_VER= 20 @@ -120,117 +126,116 @@ EMACS_LISPDIR= ${EMACS_LIBDIR}/site-lisp EMACS_INFODIR= ${EMACS_LIBDIR}/info EMACS_SITELISPDIR= ${EMACS_LISPDIR} -SITE_STARTUP_FILE= mew-xemacs-startup.el -.elif (${EMACS_PORT_NAME} == "xemacs21") +SITE_STARTUP_FILE= ${MEW_DIST}-xemacs-startup.el +.elif (${EMACS_PORT} == "xemacs21") EMACS_NAME= xemacs -EMACS_VER= 21.1.9 EMACS_MAJOR_VER= 21 -EMACS_CMD= ${EMACS_NAME}${EMACS_MAJOR_VER} -EMACS_LIBDIR= lib/${EMACS_NAME} -EMACS_LIBDIR_WITH_VER= lib/${EMACS_NAME}-${EMACS_VER} -EMACS_PKGDIR= ${EMACS_LIBDIR}/site-packages -EMACS_PKG_LISPDIR= ${EMACS_PKGDIR}/lisp -EMACS_PKG_INFODIR= ${EMACS_PKGDIR}/info -EMACS_PKG_MANDIR= ${EMACS_PKGDIR}/man -EMACS_PKG_ETCDIR= ${EMACS_PKGDIR}/etc -EMACS_PKG_PKGINFODIR= ${EMACS_PKGDIR}/pkginfo -EMACS_ETCDIR= ${EMACS_PKG_ETCDIR} -EMACS_LISPDIR= ${EMACS_PKG_LISPDIR} -EMACS_INFODIR= ${EMACS_PKG_INFODIR} -.elif (${EMACS_PORT_NAME} == "xemacs21-mule") +.elif (${EMACS_PORT} == "xemacs21-mule") EMACS_NAME= xemacs -EMACS_VER= 21.1.9 EMACS_MAJOR_VER= 21 -EMACS_CMD= ${EMACS_NAME}${EMACS_MAJOR_VER}-mule -EMACS_LIBDIR= lib/${EMACS_NAME} -EMACS_LIBDIR_WITH_VER= lib/${EMACS_NAME}-${EMACS_VER} -EMACS_PKGDIR= ${EMACS_LIBDIR}/site-packages -EMACS_PKG_LISPDIR= ${EMACS_PKGDIR}/lisp -EMACS_PKG_INFODIR= ${EMACS_PKGDIR}/info -EMACS_PKG_MANDIR= ${EMACS_PKGDIR}/man -EMACS_PKG_ETCDIR= ${EMACS_PKGDIR}/etc -EMACS_PKG_PKGINFODIR= ${EMACS_PKGDIR}/pkginfo -EMACS_ETCDIR= ${EMACS_PKG_ETCDIR} -EMACS_LISPDIR= ${EMACS_PKG_LISPDIR} -EMACS_INFODIR= ${EMACS_PKG_INFODIR} .else NO_BUILD= yes NO_INSTALL= yes .endif -.if (${EMACS_NAME} == "xemacs") && ${EMACS_MAJOR_VER} > 20 -INST_TARGET_LIST= install-package -XEMACS_VER_OVER20= yes -.else + +# install target specifications INST_TARGET_LIST= install install-info -REQUIRE= (require \'${SITE_STARTUP_FILE:S/^mew-/&${EMACS_PORT_NAME}-/:S/.el$//}) -.endif -.if (${EMACS_PORT_NAME} == "emacs20") || (${EMACS_PORT_NAME} == "mule") || \ - (${EMACS_PORT_NAME} == "xemacs21-mule") +.if (${EMACS_PORT} == "emacs20") || (${EMACS_PORT} == "mule") INST_TARGET_LIST+= install-jinfo .endif +# require directive in SITE_STARTUP_FILE +REQUIRE= (require \'${SITE_STARTUP_FILE:S/^${MEW_DIST}-/&${EMACS_PORT}-/:S/.el$//}) + +# change xpm retrieve directory for xemacs??*(?? >=21) +post-patch: + @${CAT} ${FILESDIR}/mew-xemacs.el.diff.tmpl | \ + ${SED} -e 's/%%MEW_DIST%%/${MEW_DIST}/' | \ + ${PATCH} ${PATCH_ARGS} + +# copy sample files to ${WRLDIR}/tmp post-configure: @${MKDIR} ${WRKTMPDIR} @cd ${FILESDIR}; \ ${CP} ${SAMPLEFILES} ${WRKTMPDIR} +# create *-startup.el or sample files pre-install: - ${ENV} ${SCRIPTS_ENV} ${SH} ${FILESDIR}/tmpl2file.sh + ${SETENV} ${SCRIPTS_ENV} ${SH} ${FILESDIR}/tmpl2file.sh @${MKDIR} ${ELISPDIR} ${INFODIR} -.if (${EMACS_NAME} == "xemacs") +.if ${EMACS_NAME} == "xemacs" && ${EMACS_MAJOR_VER} < 21 @${MKDIR} ${ETCDIR}/etc .endif +# install *-startup.el or sample files post-install: +.if (${EMACS_NAME} == "xemacs") && ${EMACS_MAJOR_VER} > 20 + cd ${WRKSRC}/bin; \ + ${MKDIR} ${PREFIX}/bin; \ + $(MAKE) CFLAGS="-O" CC="gcc" BINDIR="${PREFIX}/bin" PERL="$(PERL5)" \ + ${INSTALL_MACROS} install +.endif .if !defined(NOPORTDOCS) - @${MKDIR} ${PORTDOCDIR}/contrib - @cd ${WRKSRC}; \ + ${MKDIR} ${PORTDOCDIR}/contrib + cd ${WRKSRC}; \ ${INSTALL_DATA} ${PORTDOCS} ${PORTDOCDIR}; \ ${INSTALL_DATA} contrib/* ${PORTDOCDIR}/contrib - @${MKDIR} ${SAMPLEDIR}/dot.emacs - @cd ${WRKTMPDIR}; \ + ${MKDIR} ${SAMPLEDIR}/dot.emacs + cd ${WRKTMPDIR}; \ ${INSTALL_DATA} ${SAMPLEFILES} ${SAMPLEDIR}; \ ${INSTALL_DATA} ${SAMPLEDOTEMACS} ${SAMPLEDIR}/dot.emacs; \ ${INSTALL_SCRIPT} user-install ${SAMPLEDIR} -.if (${EMACS_NAME} == "xemacs") && ${EMACS_MAJOR_VER} <= 20 - @cd ${WRKSRC}/etc; \ +.if ${EMACS_NAME} == "xemacs" && ${EMACS_MAJOR_VER} < 21 + cd ${WRKSRC}/etc; \ ${INSTALL_DATA} *.xpm Mew.* ${PREFIX}/${EMACS_ETCDIR}/mew; \ ${INSTALL_DATA} etc/* ${PREFIX}/${EMACS_ETCDIR}/mew/etc - @${INSTALL_DATA} ${WRKSRC}/info/*.texi ${PORTDOCDIR} -.elif (${EMACS_NAME} != "xemacs") - @${INSTALL_DATA} ${WRKSRC}/info/*.texi ${PORTDOCDIR} + ${INSTALL_DATA} ${WRKSRC}/info/*.texi ${PORTDOCDIR} .endif .endif -.if (${EMACS_NAME} != "xemacs") || ${EMACS_MAJOR_VER} <= 20 - @install-info ${WRKSRC}/info/mew.info ${INFODIR}/dir -.if (${EMACS_PORT_NAME} == "emacs20") || (${EMACS_PORT_NAME} == "mule") - @install-info ${WRKSRC}/info/mew.jis.info ${INFODIR}/dir +.if ${EMACS_NAME} != "xemacs" && ${EMACS_MAJOR_VER} < 21 + install-info ${WRKSRC}/info/mew.info ${INFODIR}/dir +.if (${EMACS_PORT} == "emacs20") || (${EMACS_PORT} == "mule") + install-info ${WRKSRC}/info/mew.jis.info ${INFODIR}/dir .endif .endif .if defined(SITE_STARTUP_FILE) - @${MKDIR} ${PREFIX}/${EMACS_SITELISPDIR} - @${INSTALL_DATA} ${WRKTMPDIR}/${SITE_STARTUP_FILE} \ - ${PREFIX}/${EMACS_SITELISPDIR}/mew-${EMACS_PORT_NAME}-startup.el + ${MKDIR} ${PREFIX}/${EMACS_SITELISPDIR} + ${INSTALL_DATA} ${WRKTMPDIR}/${SITE_STARTUP_FILE} \ + ${PREFIX}/${EMACS_SITELISPDIR}/${MEW_DIST}-${EMACS_PORT}-startup.el .endif - @${CAT} ${PKGMESSAGE} + ${CAT} ${PKGMESSAGE} -## for make DESCR,COMMENT and PLIST (only maintainer use) -#arrange: +## for make DESCR and COMMENT (only maintainer use) +#pre-arrange: # ${MKDIR} ${PKGDIR} # ${ECHO} ${COMMENT_TEXT} > ${PKGDIR}/COMMENT -# ${ENV} ${SCRIPTS_ENV} WRKTMPDIR=${PKGDIR} TMPL_FILES=DESCR \ +# ${SETENV} ${SCRIPTS_ENV} WRKTMPDIR=${PKGDIR} TMPL_FILES=DESCR \ # ${SH} ${FILESDIR}/tmpl2file.sh -# ${ENV} ${SCRIPTS_ENV} WRKTMPDIR=${PKGDIR} ${SH} ${FILESDIR}/message.sh -# ${CHOWN} kiri:staff ${PKGDIR} ${PKGDIR}/COMMENT ${PKGDIR}/DESCR ${PKGDIR}/MESSAGE +# ${SETENV} ${SCRIPTS_ENV} WRKTMPDIR=${PKGDIR} ${SH} ${FILESDIR}/message.sh +# ${CHOWN} ${USER}:${GROUP} ${PKGDIR} ${PKGDIR}/COMMENT ${PKGDIR}/DESCR \ +# ${PKGDIR}/MESSAGE +# +## for make PLIST (only maintainer use) +#arrange: #.if (${EMACS_NAME} == "xemacs") && ${EMACS_MAJOR_VER} > 20 -# ${MAKE} PLIST_SUB_EXCLS="${PLIST_SUB_EXCLS} EMACS_INFODIR=${EMACS_INFODIR}" \ -# DIRRM2RMDIRS="${EMACS_ETCDIR} ${EMACS_LISPDIR} ${EMACS_INFODIR} ${EMACS_PKGDIR} ${EMACS_PKG_MANDIR} ${EMACS_PKG_PKGINFODIR}" \ +# ${MAKE} -DPLIST_OVERRIDE \ +# PLIST_SUB_EXCLS="${PLIST_SUB_EXCLS} EMACS_ETCDIR=${EMACS_ETCDIR} EMACS_LISPDIR=${EMACS_LISPDIR} EMACS_INFODIR=${EMACS_INFODIR}" \ +# DIRRM2RMDIRS="${EMACS_ETCDIR} ${EMACS_LISPDIR} ${EMACS_INFODIR} ${EMACS_PKGINFODIR} ${EMACS_MANDIR}" \ +# PLIST_EXCLS="${EMACS_PKGDIR}" \ # DIRRMDEPTH=2 plist #.else -# ${MAKE} PLIST_SUB_EXCLS="${PLIST_SUB_EXCLS} EMACS_INFODIR=${EMACS_INFODIR}" \ -# DIRRM2RMDIRS="${EMACS_ETCDIR} ${EMACS_LISPDIR} ${EMACS_INFODIR} ${EMACS_PKGDIR} ${EMACS_PKG_MANDIR} ${EMACS_PKG_PKGINFODIR}" \ +#.if (${EMACS_PORT} == "emacs20") || (${EMACS_PORT} == "mule") +# ${MAKE} -DPLIST_OVERRIDE \ +# PLIST_SUB_EXCLS="${PLIST_SUB_EXCLS} EMACS_INFODIR=${EMACS_INFODIR}" \ +# DIRRM2RMDIRS="${EMACS_ETCDIR} ${EMACS_LISPDIR} ${EMACS_INFODIR}" \ +# INFOFILES="mew.info mew.jis.info" DIRRMDEPTH=2 plist +#.else +# ${MAKE} -DPLIST_OVERRIDE \ +# PLIST_SUB_EXCLS="${PLIST_SUB_EXCLS} EMACS_INFODIR=${EMACS_INFODIR}" \ +# DIRRM2RMDIRS="${EMACS_ETCDIR} ${EMACS_LISPDIR} ${EMACS_INFODIR}" \ # INFOFILES=mew.info DIRRMDEPTH=2 plist #.endif -# ${INSTALL} -c -m 644 -o kiri -g staff ${WRKPLIST} ${PLIST} +#.endif +.include "${.CURDIR}/../${MEW_DIST}/files/bsd.xemacs21.mk" .include diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/files/DESCR.tmpl mail/mew/files/DESCR.tmpl --- /usr/ports/current/mail/mew/files/DESCR.tmpl Tue Jan 4 23:29:12 2000 +++ mail/mew/files/DESCR.tmpl Tue Feb 29 22:41:24 2000 @@ -9,12 +9,11 @@ picture of a birthday cake with the song "Happy Birthday to you" to your friend, which is encrypted by strong cryptograph. -This port is the Mew for %%EMACS_CMD%%(%%PORTDIR%%). The Mew port and corresponding Emacs port are listed bellow and elisp `site-lisp' directory(elisp load path), info path and etc directory(only effective for xemacs ports) are shown as well. -%%PORTDIR%%(%%PKGNAME%%) ===> editors/%%EMACS_PORT_NAME%%(%%EMACS_CMD%%) +%%PORTDIR%%(%%PKGNAME%%) ===> editors/%%EMACS_PORT%%(%%EMACS_CMD%%) Lisp directory : %%ELISPDIR%% Info directory : %%INFODIR%% ETC directory : %%ETCDIR%% diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/files/bsd.xemacs21.mk mail/mew/files/bsd.xemacs21.mk --- /usr/ports/current/mail/mew/files/bsd.xemacs21.mk Thu Jan 1 09:00:00 1970 +++ mail/mew/files/bsd.xemacs21.mk Wed Mar 1 19:15:57 2000 @@ -0,0 +1,76 @@ +#-*- mode: Makefile; tab-width: 4; -*- +# +# for XEmacs-xx (xx >= 21) +# + +.if make(xemacs-build) || make(xemacs-package) || make(xemacs-repackage) || \ + make(xemacs-release) || make(xemacs-clean) || \ + make(do-xemacs-build) || make(do-xemacs-package) || make(do-xemacs-release) +XEMACS_PKG_MODE?= yes +.endif + +.if !defined(XEMACS_PKG_MODE) || ${XEMACS_PKG_MODE} == "" + +# add xemacs-pkg master sites + +MASTER_SITES+= ftp://ftp.xemacs.org/pub/xemacs/packages/ \ + ftp://ftp.mpi-sb.mpg.de/pub/gnu/mirror/ftp.xemacs.org/xemacs/packages/ \ + ftp://ftp.usyd.edu.au/pub/Xemacs/packages/ \ + ftp://ftp.lab.kdd.co.jp/xemacs/packages/ \ + ftp://ftp.th-darmstadt.de/pub/editors/xemacs/packages/ \ + ${MASTER_SITE_PORTS_JP} + +# extract only master distfiles in ${MASTERDIR}/Makefile + +EXTRACT_ONLY:= ${DISTFILES} + +# add xemacs-pkg distfiles + +DISTFILES+= xemacs/${XEMACS_PACKAGE_NAME}.tar.gz + +.endif + +# xemacs-pkg name + +XEMACS_PACKAGE_NAME= ${XEMACS_PACKAGE}-${XEMACS_PKG_VERSION}-pkg + +.if ${EMACS_PORT} == "xemacs21" || ${EMACS_PORT} == "xemacs21-mule" + +NO_BUILD= yes +PLIST_SUB+= EMACS_PKGDIR=${EMACS_PKGDIR} + +XEMACS_SUBDIR= site-packages +XEMACS_DIR= ${PREFIX}/lib/xemacs + +# setting emacs variables for xemacs21* ports + +EMACS_VER= 21.1.9 +.if ${EMACS_PORT} == "xemacs21" +EMACS_CMD= xemacs${EMACS_MAJOR_VER} +.elif ${EMACS_PORT} == "xemacs21-mule" +EMACS_CMD= xemacs${EMACS_MAJOR_VER}-mule +.endif +EMACS_LIBDIR= lib/xemacs +EMACS_LIBDIR_WITH_VER= lib/xemacs-${EMACS_VER} +EMACS_PKGDIR= ${EMACS_LIBDIR}/${XEMACS_SUBDIR} +EMACS_ETCDIR= ${EMACS_PKGDIR}/etc +EMACS_LISPDIR= ${EMACS_PKGDIR}/lisp +EMACS_INFODIR= ${EMACS_PKGDIR}/info +EMACS_PKGINFODIR= ${EMACS_PKGDIR}/pkginfo +EMACS_MANDIR= ${EMACS_PKGDIR}/man + +.if !defined(XEMACS_PKG_MODE) || ${XEMACS_PKG_MODE} == "" + +post-extract: + ${MKDIR} ${WRKDIR}/${XEMACS_SUBDIR} + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ + ${DISTDIR}/xemacs/${XEMACS_PACKAGE_NAME}.tar.gz \ + ${EXTRACT_AFTER_ARGS} -C ${WRKDIR}/${XEMACS_SUBDIR} + +do-install: + ${MKDIR} ${XEMACS_DIR} + ${CP} -Rp ${WRKDIR}/${XEMACS_SUBDIR} ${XEMACS_DIR} + +.endif + +.endif diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/files/md5 mail/mew/files/md5 --- /usr/ports/current/mail/mew/files/md5 Wed Jan 5 04:33:18 2000 +++ mail/mew/files/md5 Tue Feb 29 23:43:27 2000 @@ -1 +1,2 @@ -MD5 (mew-1.94.1.tar.gz) = 35e300b57fadfddb1c1782af13e00cfa +MD5 (mew-1.94.2.tar.gz) = 8b86e26586c07e9425e470706734a35d +MD5 (xemacs/mew-1.01-pkg.tar.gz) = 4087340a1f0091ab7ce4e3b011958ac2 diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/files/message.sh mail/mew/files/message.sh --- /usr/ports/current/mail/mew/files/message.sh Tue Jan 4 23:29:13 2000 +++ mail/mew/files/message.sh Tue Feb 29 23:01:46 2000 @@ -16,7 +16,7 @@ ************************************************************************* * You must set at least following elisps to your own dot.emacs file: * * * -* (require 'mew-${EMACS_PORT_NAME}-startup) * +* (require '${MEW_DIST}-${EMACS_PORT}-startup) * * (autoload 'mew "mew" nil t) * * (autoload 'mew-send "mew" nil t) * * (setq mew-mail-domain-list '("Name_Server_Domain_Name")) * diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/files/mew-startup.el.tmpl mail/mew/files/mew-startup.el.tmpl --- /usr/ports/current/mail/mew/files/mew-startup.el.tmpl Tue Jan 4 23:29:14 2000 +++ mail/mew/files/mew-startup.el.tmpl Wed Feb 23 15:18:46 2000 @@ -1,2 +1,2 @@ (setq load-path (cons "%%ELISPDIR%%" load-path)) -(provide 'mew-%%EMACS_PORT_NAME%%-startup) +(provide 'mew-%%EMACS_PORT%%-startup) diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/files/mew-xemacs-startup.el.tmpl mail/mew/files/mew-xemacs-startup.el.tmpl --- /usr/ports/current/mail/mew/files/mew-xemacs-startup.el.tmpl Tue Jan 4 23:29:14 2000 +++ mail/mew/files/mew-xemacs-startup.el.tmpl Wed Feb 23 15:18:36 2000 @@ -1,3 +1,3 @@ (setq load-path (cons "%%ELISPDIR%%" load-path)) (setq mew-icon-directory "%%ETCDIR%%") -(provide 'mew-%%EMACS_PORT_NAME%%-startup) +(provide 'mew-%%EMACS_PORT%%-startup) diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/files/mew-xemacs.el.diff.tmpl mail/mew/files/mew-xemacs.el.diff.tmpl --- /usr/ports/current/mail/mew/files/mew-xemacs.el.diff.tmpl Thu Jan 1 09:00:00 1970 +++ mail/mew/files/mew-xemacs.el.diff.tmpl Thu Feb 24 23:56:20 2000 @@ -0,0 +1,13 @@ +--- mew-xemacs.el~ Mon Aug 30 12:43:16 1999 ++++ mew-xemacs.el Mon Aug 30 20:58:26 1999 +@@ -30,8 +30,8 @@ + (defvar mew-summary-toolbar nil) + (defvar mew-draft-toolbar nil)) + (t +- (defvar mew-icon-directory nil) +- ++ (defvar mew-icon-directory (if (fboundp 'locate-data-directory) ++ (locate-data-directory "%%MEW_DIST%%"))) + (defvar mew-icon-separate + (toolbar-make-button-list + (expand-file-name "mew-sep.xpm" mew-icon-directory))) diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/files/tmpl2file.sh mail/mew/files/tmpl2file.sh --- /usr/ports/current/mail/mew/files/tmpl2file.sh Tue Jan 4 23:29:14 2000 +++ mail/mew/files/tmpl2file.sh Wed Feb 23 15:49:29 2000 @@ -1,5 +1,11 @@ #!/bin/sh +if [ X"${EMACS_PORT}" = "Xemacs" ]; then + MEW_NAME="mew" +else + MEW_NAME=mew-${EMACS_PORT} +fi + for f in ${TMPL_FILES}; do ${SED} \ -e "s,%%PREFIX%%,${PREFIX},g" \ @@ -20,7 +26,8 @@ -e "s,%%TOUCH%%,${TOUCH},g" \ -e "s,%%EMACS_CMD%%,${EMACS_CMD},g" \ -e "s,%%PKGNAME%%,${PKGNAME},g" \ - -e "s,%%EMACS_PORT_NAME%%,${EMACS_PORT_NAME},g" \ + -e "s,%%EMACS_PORT%%,${EMACS_PORT},g" \ -e "s,%%VERSION%%,${VERSION},g" \ + -e "s,%%MEW_NAME%%,${MEW_NAME},g" \ < ${FILESDIR}/${f}.tmpl > ${WRKTMPDIR}/${f} done diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/patches/patch-aa mail/mew/patches/patch-aa --- /usr/ports/current/mail/mew/patches/patch-aa Wed Jan 5 04:33:19 2000 +++ mail/mew/patches/patch-aa Wed Feb 23 11:05:02 2000 @@ -1,5 +1,5 @@ ---- Makefile~ Wed Oct 20 20:20:51 1999 -+++ Makefile Fri Dec 10 22:42:06 1999 +--- Makefile.orig Wed Oct 20 20:20:51 1999 ++++ Makefile Mon Feb 21 15:55:08 2000 @@ -88,12 +88,29 @@ mew-temacs.el mew-xemacs.el mew-addrbook.el \ mew.el @@ -41,23 +41,13 @@ cd $(BIN); $(MAKE) install CFLAGS="$(CFLAGS)" CC="$(CC)" BINDIR="$(BINDIR)" clean: -@@ -126,19 +143,32 @@ - cd info; $(MAKE) info EMACS=$(EMACS) - - install-info: -- cd info; $(MAKE) install-info INFODIR=$(INFODIR) -+ cd info; $(MAKE) install-info INFODIR=$(INFODIR) XEMACS_VER_OVER20=${XEMACS_VER_OVER20} - - jinfo:: - cd info; $(MAKE) jinfo EMACS=$(EMACS) - +@@ -134,11 +151,16 @@ install-jinfo: -- cd info; $(MAKE) install-jinfo INFODIR=$(INFODIR) -+ cd info; $(MAKE) install-jinfo INFODIR=$(INFODIR) XEMACS_VER_OVER20=${XEMACS_VER_OVER20} -+ + cd info; $(MAKE) install-jinfo INFODIR=$(INFODIR) + +install-man: + cd info; $(MAKE) install-man MANDIR=$(MANDIR) - ++ install-etc: -@if [ ! -d $(ETCDIR) ]; then \ - $(MKDIR) $(ETCDIR); \ @@ -67,14 +57,6 @@ + cd etc; \ + ${BSD_INSTALL_DATA} ${PIXMAPS} ${ETCDIR}; \ + ${BSD_INSTALL_DATA} ${PIXMAPSETC} ${ETCDIR}/etc -+ -+ -+install-package: install install-info install-man install-etc -+ ${MKDIR} ${EMACSPKGDIR} ${PKG_PKGINFODIR} -+ ${ECHO} "pkginfo/MANIFEST.mew" > ${PKG_PKGINFODIR}/MANIFEST.mew -+ find ${EMACSPKGDIR} -type f | sed -e "s,^${EMACSPKGDIR}/,," | \ -+ grep '^etc/mew/\|^info/mew\.\|^lisp/mew/\|^man/mew/' | \ -+ grep -v "pkginfo/MANIFEST.mew" >> ${PKG_PKGINFODIR}/MANIFEST.mew ## ## End of Makefile diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/patches/patch-ab mail/mew/patches/patch-ab --- /usr/ports/current/mail/mew/patches/patch-ab Thu Sep 9 17:06:19 1999 +++ mail/mew/patches/patch-ab Tue Feb 29 23:15:30 2000 @@ -1,6 +1,6 @@ ---- bin/Makefile.orig Tue Mar 2 12:05:21 1999 -+++ bin/Makefile Mon Aug 30 22:50:21 1999 -@@ -21,16 +21,16 @@ +--- bin/Makefile.orig Wed Oct 27 08:55:11 1999 ++++ bin/Makefile Tue Feb 29 23:14:39 2000 +@@ -22,7 +22,7 @@ $(CC) -o $@ $(OBJS) $(RM) $(ALT) for f in $(ALT); do \ @@ -9,8 +9,10 @@ uumerge: uumerge.in sed -e "s|@PERL@|${PERL}|" < uumerge.in > uumerge - - install: $(PRG) $(OTH) +@@ -32,10 +32,10 @@ + -@if [ ! -d $(BINDIR) ]; then \ + $(MKDIR) $(BINDIR); \ + fi; \ - cp $(PRG) $(BINDIR) + ${BSD_INSTALL_PROGRAM} $(PRG) $(BINDIR) for f in $(ALT); do \ diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/patches/patch-ac mail/mew/patches/patch-ac --- /usr/ports/current/mail/mew/patches/patch-ac Wed Jan 5 04:33:21 2000 +++ mail/mew/patches/patch-ac Wed Feb 23 11:05:02 2000 @@ -1,41 +1,20 @@ --- info/Makefile.orig Wed Oct 20 20:20:56 1999 -+++ info/Makefile Fri Dec 10 22:45:46 1999 -@@ -32,6 +32,7 @@ - - INFO = mew.info mew.info-1 mew.info-2 mew.info-3 - JINFO = mew.jis.info mew.jis.info-1 mew.jis.info-2 -+MANUALS= 00readme mew.texi - - info:: - sed -e 's/@setfilename mew.jis.info/@setfilename mew.info/' \ -@@ -55,8 +56,8 @@ ++++ info/Makefile Mon Feb 21 16:02:15 2000 +@@ -55,7 +55,7 @@ -@if [ ! -d $(INFODIR) ]; then \ $(MKDIR) $(INFODIR); \ fi; \ - cp $(INFO) $(INFODIR) -- -@if [ -x "$(INSTALLINFO)" ]; then \ + ${BSD_INSTALL_DATA} $(INFO) $(INFODIR) -+ -@if [ -x "$(INSTALLINFO)" -a -z "${XEMACS_VER_OVER20}" ]; then \ + -@if [ -x "$(INSTALLINFO)" ]; then \ $(INSTALLINFO) mew.info $(INFODIR)/dir; \ else \ - echo "Don't forget to edit $(INFODIR)/dir for Mew."; \ -@@ -66,12 +67,17 @@ +@@ -66,7 +66,7 @@ -@if [ ! -d $(INFODIR) ]; then \ $(MKDIR) $(INFODIR); \ fi; \ - cp $(JINFO) $(INFODIR) -- -@if [ -x "$(INSTALLINFO)" ]; then \ + ${BSD_INSTALL_DATA} $(JINFO) $(INFODIR) -+ -@if [ -x "$(INSTALLINFO)" -a -z "${XEMACS_VER_OVER20}" ]; then \ + -@if [ -x "$(INSTALLINFO)" ]; then \ $(INSTALLINFO) mew.jis.info $(INFODIR)/dir; \ else \ - echo "Don't forget to edit $(INFODIR)/dir for Mew."; \ - fi -+ -+install-man: -+ ${MKDIR} ${MANDIR} -+ ${BSD_INSTALL_DATA} ${MANUALS} ${MANDIR} -+ - ## - ## End of Makefile - ## diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/patches/patch-ad mail/mew/patches/patch-ad --- /usr/ports/current/mail/mew/patches/patch-ad Thu Sep 9 17:06:19 1999 +++ mail/mew/patches/patch-ad Thu Jan 1 09:00:00 1970 @@ -1,13 +0,0 @@ ---- mew-xemacs.el~ Mon Aug 30 12:43:16 1999 -+++ mew-xemacs.el Mon Aug 30 20:58:26 1999 -@@ -30,8 +30,8 @@ - (defvar mew-summary-toolbar nil) - (defvar mew-draft-toolbar nil)) - (t -- (defvar mew-icon-directory nil) -- -+ (defvar mew-icon-directory (if (fboundp 'locate-data-directory) -+ (locate-data-directory "mew"))) - (defvar mew-icon-separate - (toolbar-make-button-list - (expand-file-name "mew-sep.xpm" mew-icon-directory))) diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/pkg/COMMENT mail/mew/pkg/COMMENT --- /usr/ports/current/mail/mew/pkg/COMMENT Wed Jan 5 04:33:21 2000 +++ mail/mew/pkg/COMMENT Wed Mar 1 20:45:33 2000 @@ -1 +1 @@ -Message interface to Emacs Window for emacs +Message interface to Emacs Window for emacs(release version) diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/pkg/DESCR mail/mew/pkg/DESCR --- /usr/ports/current/mail/mew/pkg/DESCR Wed Jan 5 04:33:22 2000 +++ mail/mew/pkg/DESCR Wed Mar 1 20:45:34 2000 @@ -9,12 +9,11 @@ picture of a birthday cake with the song "Happy Birthday to you" to your friend, which is encrypted by strong cryptograph. -This port is the Mew for emacs-19.34(mail/mew). The Mew port and corresponding Emacs port are listed bellow and elisp `site-lisp' directory(elisp load path), info path and etc directory(only -effective for xemacs ports) are shown as well. +effective for xemacs ports) are shown as well. -mail/mew(mew-emacs-1.94.1) ===> editors/emacs(emacs-19.34) - Lisp directory : /usr/local/share/emacs/site-lisp/mew - Info directory : /usr/local/info - ETC directory : /usr/local/share/emacs/etc/mew +mail/mew(mew-emacs-1.94.2) ===> editors/emacs(emacs-19.34) + Lisp directory : /usr/local/share/emacs/site-lisp/mew + Info directory : /usr/local/info + ETC directory : /usr/local/share/emacs/etc/mew diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/pkg/MESSAGE mail/mew/pkg/MESSAGE --- /usr/ports/current/mail/mew/pkg/MESSAGE Wed Jan 5 04:33:22 2000 +++ mail/mew/pkg/MESSAGE Wed Mar 1 20:45:34 2000 @@ -1,7 +1,7 @@ ************************************************************************* * You must set at least following elisps to your own dot.emacs file: * * * -* (require 'mew-emacs-startup) * +* (require 'mew-emacs-startup) * * (autoload 'mew "mew" nil t) * * (autoload 'mew-send "mew" nil t) * * (setq mew-mail-domain-list '("Name_Server_Domain_Name")) * diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew/pkg/PLIST mail/mew/pkg/PLIST --- /usr/ports/current/mail/mew/pkg/PLIST Tue Jan 4 23:29:17 2000 +++ mail/mew/pkg/PLIST Wed Mar 1 20:45:38 2000 @@ -16,8 +16,6 @@ share/doc/mew/00readme share/doc/mew/contrib/00readme share/doc/mew/contrib/00readme-namazu.jis -share/doc/mew/contrib/bbdb-ml-ext.el -share/doc/mew/contrib/bbdb-ml.el share/doc/mew/contrib/im+.el share/doc/mew/contrib/im+.readme.jis share/doc/mew/contrib/imget.sh @@ -45,7 +43,6 @@ share/doc/mew/contrib/mew-wheel.el share/doc/mew/contrib/mknmz-inc.pl share/doc/mew/contrib/rfc2368.el -share/doc/mew/mew.texi %%EMACS_LISPDIR%%/mew-emacs-startup.el %%EMACS_LISPDIR%%/mew/mew-addrbook.el %%EMACS_LISPDIR%%/mew/mew-addrbook.elc diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-emacs20/Makefile mail/mew-emacs20/Makefile --- /usr/ports/current/mail/mew-emacs20/Makefile Wed Jan 5 04:33:22 2000 +++ mail/mew-emacs20/Makefile Sat Mar 4 19:47:09 2000 @@ -1,11 +1,14 @@ # New ports collection makefile for: Mew (for emacs20) -# Version required: 1.94.1 +# Version required: 1.94.2 # Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko # # $FreeBSD: ports/mail/mew-emacs20/Makefile,v 1.6 2000/01/04 14:29:22 shige Exp $ # -EMACS_PORT_NAME= emacs20 +EMACS_PORT= emacs20 -.include "${.CURDIR}/../mew/Makefile" +MASTERDIR= ${.CURDIR}/../mew +PKGDIR= ${.CURDIR}/pkg + +.include <${MASTERDIR}/Makefile> diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-emacs20/pkg/COMMENT mail/mew-emacs20/pkg/COMMENT --- /usr/ports/current/mail/mew-emacs20/pkg/COMMENT Wed Jan 5 04:33:22 2000 +++ mail/mew-emacs20/pkg/COMMENT Wed Mar 1 20:45:34 2000 @@ -1 +1 @@ -Message interface to Emacs Window for emacs20 +Message interface to Emacs Window for emacs20(release version) diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-emacs20/pkg/DESCR mail/mew-emacs20/pkg/DESCR --- /usr/ports/current/mail/mew-emacs20/pkg/DESCR Wed Jan 5 04:33:22 2000 +++ mail/mew-emacs20/pkg/DESCR Wed Mar 1 20:45:34 2000 @@ -9,12 +9,11 @@ picture of a birthday cake with the song "Happy Birthday to you" to your friend, which is encrypted by strong cryptograph. -This port is the Mew for emacs-20.5(mail/mew-emacs20). The Mew port and corresponding Emacs port are listed bellow and elisp `site-lisp' directory(elisp load path), info path and etc directory(only effective for xemacs ports) are shown as well. -mail/mew-emacs20(mew-emacs20-1.94.1) ===> editors/emacs20(emacs-20.5) +mail/mew-emacs20(mew-emacs20-1.94.2) ===> editors/emacs20(emacs-20.5) Lisp directory : /usr/local/share/emacs/site-lisp/mew Info directory : /usr/local/info ETC directory : /usr/local/share/emacs/etc/mew diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-emacs20/pkg/PLIST mail/mew-emacs20/pkg/PLIST --- /usr/ports/current/mail/mew-emacs20/pkg/PLIST Tue Jan 4 23:29:23 2000 +++ mail/mew-emacs20/pkg/PLIST Thu Mar 2 22:47:42 2000 @@ -9,7 +9,10 @@ info/mew.info-1 info/mew.info-2 info/mew.info-3 +@exec [ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir +@unexec install-info --delete %D/info/mew.jis.info %D/info/dir info/mew.jis.info +@exec install-info %D/info/mew.jis.info %D/info/dir info/mew.jis.info-1 info/mew.jis.info-2 share/doc/mew/00changes @@ -19,8 +22,6 @@ share/doc/mew/00readme share/doc/mew/contrib/00readme share/doc/mew/contrib/00readme-namazu.jis -share/doc/mew/contrib/bbdb-ml-ext.el -share/doc/mew/contrib/bbdb-ml.el share/doc/mew/contrib/im+.el share/doc/mew/contrib/im+.readme.jis share/doc/mew/contrib/imget.sh @@ -48,7 +49,6 @@ share/doc/mew/contrib/mew-wheel.el share/doc/mew/contrib/mknmz-inc.pl share/doc/mew/contrib/rfc2368.el -share/doc/mew/mew.texi %%EMACS_LISPDIR%%/mew/mew-addrbook.el %%EMACS_LISPDIR%%/mew/mew-addrbook.elc %%EMACS_LISPDIR%%/mew/mew-attach.el diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-mule/Makefile mail/mew-mule/Makefile --- /usr/ports/current/mail/mew-mule/Makefile Wed Jan 5 04:33:22 2000 +++ mail/mew-mule/Makefile Sat Mar 4 19:47:09 2000 @@ -1,11 +1,14 @@ # New ports collection makefile for: Mew (for mule) -# Version required: 1.94.1 +# Version required: 1.94.2 # Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko # # $FreeBSD: ports/mail/mew-mule/Makefile,v 1.8 2000/01/04 14:29:24 shige Exp $ # -EMACS_PORT_NAME= mule +EMACS_PORT= mule -.include "${.CURDIR}/../mew/Makefile" +MASTERDIR= ${.CURDIR}/../mew +PKGDIR= ${.CURDIR}/pkg + +.include <${MASTERDIR}/Makefile> diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-mule/pkg/COMMENT mail/mew-mule/pkg/COMMENT --- /usr/ports/current/mail/mew-mule/pkg/COMMENT Wed Jan 5 04:33:22 2000 +++ mail/mew-mule/pkg/COMMENT Wed Mar 1 20:45:34 2000 @@ -1 +1 @@ -Message interface to Emacs Window for mule +Message interface to Emacs Window for mule(release version) diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-mule/pkg/DESCR mail/mew-mule/pkg/DESCR --- /usr/ports/current/mail/mew-mule/pkg/DESCR Wed Jan 5 04:33:22 2000 +++ mail/mew-mule/pkg/DESCR Wed Mar 1 20:45:34 2000 @@ -9,12 +9,11 @@ picture of a birthday cake with the song "Happy Birthday to you" to your friend, which is encrypted by strong cryptograph. -This port is the Mew for mule-19.34(mail/mew-mule). The Mew port and corresponding Emacs port are listed bellow and elisp `site-lisp' directory(elisp load path), info path and etc directory(only effective for xemacs ports) are shown as well. -mail/mew-mule(mew-mule-1.94.1) ===> editors/mule(mule-19.34) +mail/mew-mule(mew-mule-1.94.2) ===> editors/mule(mule-19.34) Lisp directory : /usr/local/share/mule/site-lisp/mew Info directory : /usr/local/share/mule/info ETC directory : /usr/local/share/mule/etc/mew diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-mule/pkg/MESSAGE mail/mew-mule/pkg/MESSAGE --- /usr/ports/current/mail/mew-mule/pkg/MESSAGE Tue Jan 4 23:29:25 2000 +++ mail/mew-mule/pkg/MESSAGE Wed Mar 1 20:45:34 2000 @@ -1,7 +1,7 @@ ************************************************************************* * You must set at least following elisps to your own dot.emacs file: * * * -* (require 'mew-mule-startup) * +* (require 'mew-mule-startup) * * (autoload 'mew "mew" nil t) * * (autoload 'mew-send "mew" nil t) * * (setq mew-mail-domain-list '("Name_Server_Domain_Name")) * diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-mule/pkg/PLIST mail/mew-mule/pkg/PLIST --- /usr/ports/current/mail/mew-mule/pkg/PLIST Tue Jan 4 23:29:25 2000 +++ mail/mew-mule/pkg/PLIST Thu Mar 2 22:49:05 2000 @@ -9,8 +9,6 @@ share/doc/mew/00readme share/doc/mew/contrib/00readme share/doc/mew/contrib/00readme-namazu.jis -share/doc/mew/contrib/bbdb-ml-ext.el -share/doc/mew/contrib/bbdb-ml.el share/doc/mew/contrib/im+.el share/doc/mew/contrib/im+.readme.jis share/doc/mew/contrib/imget.sh @@ -38,7 +36,6 @@ share/doc/mew/contrib/mew-wheel.el share/doc/mew/contrib/mknmz-inc.pl share/doc/mew/contrib/rfc2368.el -share/doc/mew/mew.texi share/examples/mew/Addrbook share/examples/mew/dot.emacs/dot.emacs.el share/examples/mew/user-install @@ -49,7 +46,10 @@ share/mule/info/mew.info-1 share/mule/info/mew.info-2 share/mule/info/mew.info-3 +@exec [ -f %D/share/mule/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/share/mule/info/dir +@unexec install-info --delete %D/share/mule/info/mew.jis.info %D/share/mule/info/dir share/mule/info/mew.jis.info +@exec install-info %D/share/mule/info/mew.jis.info %D/share/mule/info/dir share/mule/info/mew.jis.info-1 share/mule/info/mew.jis.info-2 %%EMACS_LISPDIR%%/mew-mule-startup.el diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs/Makefile mail/mew-xemacs/Makefile --- /usr/ports/current/mail/mew-xemacs/Makefile Wed Jan 5 04:33:22 2000 +++ mail/mew-xemacs/Makefile Sat Mar 4 19:47:09 2000 @@ -1,11 +1,14 @@ # New ports collection makefile for: Mew (for xemacs) -# Version required: 1.94.1 +# Version required: 1.94.2 # Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko # # $FreeBSD: ports/mail/mew-xemacs/Makefile,v 1.7 2000/01/04 14:29:26 shige Exp $ # -EMACS_PORT_NAME= xemacs +EMACS_PORT= xemacs -.include "${.CURDIR}/../mew/Makefile" +MASTERDIR= ${.CURDIR}/../mew +PKGDIR= ${.CURDIR}/pkg + +.include <${MASTERDIR}/Makefile> diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs/pkg/COMMENT mail/mew-xemacs/pkg/COMMENT --- /usr/ports/current/mail/mew-xemacs/pkg/COMMENT Wed Jan 5 04:33:22 2000 +++ mail/mew-xemacs/pkg/COMMENT Wed Mar 1 20:45:34 2000 @@ -1 +1 @@ -Message interface to Emacs Window for xemacs +Message interface to Emacs Window for xemacs(release version) diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs/pkg/DESCR mail/mew-xemacs/pkg/DESCR --- /usr/ports/current/mail/mew-xemacs/pkg/DESCR Wed Jan 5 04:33:22 2000 +++ mail/mew-xemacs/pkg/DESCR Wed Mar 1 20:45:34 2000 @@ -9,12 +9,11 @@ picture of a birthday cake with the song "Happy Birthday to you" to your friend, which is encrypted by strong cryptograph. -This port is the Mew for xemacs-19.16(mail/mew-xemacs). The Mew port and corresponding Emacs port are listed bellow and elisp `site-lisp' directory(elisp load path), info path and etc directory(only effective for xemacs ports) are shown as well. -mail/mew-xemacs(mew-xemacs-1.94.1) ===> editors/xemacs(xemacs-19.16) +mail/mew-xemacs(mew-xemacs-1.94.2) ===> editors/xemacs(xemacs-19.16) Lisp directory : /usr/local/lib/xemacs/site-lisp/mew Info directory : /usr/local/lib/xemacs-19.16/info ETC directory : /usr/local/lib/xemacs/etc/mew diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs/pkg/MESSAGE mail/mew-xemacs/pkg/MESSAGE --- /usr/ports/current/mail/mew-xemacs/pkg/MESSAGE Tue Jan 4 23:29:27 2000 +++ mail/mew-xemacs/pkg/MESSAGE Wed Mar 1 20:45:34 2000 @@ -1,7 +1,7 @@ ************************************************************************* * You must set at least following elisps to your own dot.emacs file: * * * -* (require 'mew-xemacs-startup) * +* (require 'mew-xemacs-startup) * * (autoload 'mew "mew" nil t) * * (autoload 'mew-send "mew" nil t) * * (setq mew-mail-domain-list '("Name_Server_Domain_Name")) * diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs/pkg/PLIST mail/mew-xemacs/pkg/PLIST --- /usr/ports/current/mail/mew-xemacs/pkg/PLIST Tue Jan 4 23:29:28 2000 +++ mail/mew-xemacs/pkg/PLIST Wed Mar 1 20:45:46 2000 @@ -123,8 +123,6 @@ share/doc/mew/00readme share/doc/mew/contrib/00readme share/doc/mew/contrib/00readme-namazu.jis -share/doc/mew/contrib/bbdb-ml-ext.el -share/doc/mew/contrib/bbdb-ml.el share/doc/mew/contrib/im+.el share/doc/mew/contrib/im+.readme.jis share/doc/mew/contrib/imget.sh diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs20/Makefile mail/mew-xemacs20/Makefile --- /usr/ports/current/mail/mew-xemacs20/Makefile Wed Jan 5 04:33:28 2000 +++ mail/mew-xemacs20/Makefile Sat Mar 4 19:47:09 2000 @@ -1,11 +1,14 @@ # New ports collection makefile for: Mew (for xemacs20) -# Version required: 1.94.1 +# Version required: 1.94.2 # Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko # # $FreeBSD: ports/mail/mew-xemacs20/Makefile,v 1.5 2000/01/04 14:29:31 shige Exp $ # -EMACS_PORT_NAME= xemacs20 +EMACS_PORT= xemacs20 -.include "${.CURDIR}/../mew/Makefile" +MASTERDIR= ${.CURDIR}/../mew +PKGDIR= ${.CURDIR}/pkg + +.include <${MASTERDIR}/Makefile> diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs20/pkg/COMMENT mail/mew-xemacs20/pkg/COMMENT --- /usr/ports/current/mail/mew-xemacs20/pkg/COMMENT Wed Jan 5 04:33:28 2000 +++ mail/mew-xemacs20/pkg/COMMENT Wed Mar 1 20:45:34 2000 @@ -1 +1 @@ -Message interface to Emacs Window for xemacs20 +Message interface to Emacs Window for xemacs20(release version) diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs20/pkg/DESCR mail/mew-xemacs20/pkg/DESCR --- /usr/ports/current/mail/mew-xemacs20/pkg/DESCR Wed Jan 5 04:33:28 2000 +++ mail/mew-xemacs20/pkg/DESCR Wed Mar 1 20:45:34 2000 @@ -9,12 +9,11 @@ picture of a birthday cake with the song "Happy Birthday to you" to your friend, which is encrypted by strong cryptograph. -This port is the Mew for xemacs-20.4(mail/mew-xemacs20). The Mew port and corresponding Emacs port are listed bellow and elisp `site-lisp' directory(elisp load path), info path and etc directory(only effective for xemacs ports) are shown as well. -mail/mew-xemacs20(mew-xemacs20-1.94.1) ===> editors/xemacs20(xemacs-20.4) +mail/mew-xemacs20(mew-xemacs20-1.94.2) ===> editors/xemacs20(xemacs-20.4) Lisp directory : /usr/local/lib/xemacs/site-lisp/mew Info directory : /usr/local/lib/xemacs/info ETC directory : /usr/local/lib/xemacs/etc/mew diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs20/pkg/MESSAGE mail/mew-xemacs20/pkg/MESSAGE --- /usr/ports/current/mail/mew-xemacs20/pkg/MESSAGE Tue Jan 4 23:29:33 2000 +++ mail/mew-xemacs20/pkg/MESSAGE Wed Mar 1 20:45:34 2000 @@ -1,7 +1,7 @@ ************************************************************************* * You must set at least following elisps to your own dot.emacs file: * * * -* (require 'mew-xemacs20-startup) * +* (require 'mew-xemacs20-startup) * * (autoload 'mew "mew" nil t) * * (autoload 'mew-send "mew" nil t) * * (setq mew-mail-domain-list '("Name_Server_Domain_Name")) * diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs20/pkg/PLIST mail/mew-xemacs20/pkg/PLIST --- /usr/ports/current/mail/mew-xemacs20/pkg/PLIST Tue Jan 4 23:29:33 2000 +++ mail/mew-xemacs20/pkg/PLIST Wed Mar 1 20:45:49 2000 @@ -123,8 +123,6 @@ share/doc/mew/00readme share/doc/mew/contrib/00readme share/doc/mew/contrib/00readme-namazu.jis -share/doc/mew/contrib/bbdb-ml-ext.el -share/doc/mew/contrib/bbdb-ml.el share/doc/mew/contrib/im+.el share/doc/mew/contrib/im+.readme.jis share/doc/mew/contrib/imget.sh diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs21/Makefile mail/mew-xemacs21/Makefile --- /usr/ports/current/mail/mew-xemacs21/Makefile Wed Jan 5 04:33:28 2000 +++ mail/mew-xemacs21/Makefile Sat Mar 4 19:47:09 2000 @@ -1,11 +1,14 @@ # New ports collection makefile for: Mew (for xemacs21) -# Version required: 1.94.1 +# Version required: 1.94.2 # Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko # # $FreeBSD: ports/mail/mew-xemacs21/Makefile,v 1.6 2000/01/04 14:29:34 shige Exp $ # -EMACS_PORT_NAME= xemacs21 +EMACS_PORT= xemacs21 -.include "${.CURDIR}/../mew/Makefile" +MASTERDIR= ${.CURDIR}/../mew +PKGDIR= ${.CURDIR}/pkg + +.include <${MASTERDIR}/Makefile> diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs21/pkg/COMMENT mail/mew-xemacs21/pkg/COMMENT --- /usr/ports/current/mail/mew-xemacs21/pkg/COMMENT Tue Jan 4 23:37:57 2000 +++ mail/mew-xemacs21/pkg/COMMENT Wed Mar 1 20:45:34 2000 @@ -1 +1 @@ -Message interface to Emacs Window for xemacs21 +Message interface to Emacs Window for xemacs21(release version) diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs21/pkg/DESCR mail/mew-xemacs21/pkg/DESCR --- /usr/ports/current/mail/mew-xemacs21/pkg/DESCR Tue Jan 4 23:37:58 2000 +++ mail/mew-xemacs21/pkg/DESCR Wed Mar 1 20:45:34 2000 @@ -9,12 +9,11 @@ picture of a birthday cake with the song "Happy Birthday to you" to your friend, which is encrypted by strong cryptograph. -This port is the Mew for xemacs-21.1.8(mail/mew-xemacs21). The Mew port and corresponding Emacs port are listed bellow and elisp `site-lisp' directory(elisp load path), info path and etc directory(only effective for xemacs ports) are shown as well. -mail/mew-xemacs21(mew-xemacs21-1.94.1) ===> editors/xemacs21(xemacs-21.1.8) +mail/mew-xemacs21(mew-xemacs21-1.94.2) ===> editors/xemacs21(xemacs21) Lisp directory : /usr/local/lib/xemacs/site-packages/lisp/mew Info directory : /usr/local/lib/xemacs/site-packages/info ETC directory : /usr/local/lib/xemacs/site-packages/etc/mew diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs21/pkg/PLIST mail/mew-xemacs21/pkg/PLIST --- /usr/ports/current/mail/mew-xemacs21/pkg/PLIST Tue Jan 4 23:37:58 2000 +++ mail/mew-xemacs21/pkg/PLIST Thu Mar 2 22:58:43 2000 @@ -2,117 +2,132 @@ bin/mewdecode bin/mewencode bin/uumerge -%%EMACS_ETCDIR%%/mew/Mew.img -%%EMACS_ETCDIR%%/mew/Mew.png -%%EMACS_ETCDIR%%/mew/Mew.xbm -%%EMACS_ETCDIR%%/mew/Mew.xpm -%%EMACS_ETCDIR%%/mew/etc/COLOR -%%EMACS_ETCDIR%%/mew/etc/mew-Plain.xpm -%%EMACS_ETCDIR%%/mew/etc/mew-curr.xpm -%%EMACS_ETCDIR%%/mew/etc/mew-folder.xpm -%%EMACS_ETCDIR%%/mew/etc/mew-inc2.xpm -%%EMACS_ETCDIR%%/mew/etc/mew-kill.xpm -%%EMACS_ETCDIR%%/mew/mew-Audio.xpm -%%EMACS_ETCDIR%%/mew/mew-Blank.xpm -%%EMACS_ETCDIR%%/mew/mew-External.xpm -%%EMACS_ETCDIR%%/mew/mew-Folder.xpm -%%EMACS_ETCDIR%%/mew/mew-Image.xpm -%%EMACS_ETCDIR%%/mew/mew-Octet-Stream.xpm -%%EMACS_ETCDIR%%/mew/mew-Postscript.xpm -%%EMACS_ETCDIR%%/mew/mew-Rfc822.xpm -%%EMACS_ETCDIR%%/mew/mew-Text.xpm -%%EMACS_ETCDIR%%/mew/mew-Unknown.xpm -%%EMACS_ETCDIR%%/mew/mew-Video.xpm -%%EMACS_ETCDIR%%/mew/mew-attach.xpm -%%EMACS_ETCDIR%%/mew/mew-cite.xpm -%%EMACS_ETCDIR%%/mew/mew-comp.xpm -%%EMACS_ETCDIR%%/mew/mew-forward.xpm -%%EMACS_ETCDIR%%/mew/mew-inc.xpm -%%EMACS_ETCDIR%%/mew/mew-next.xpm -%%EMACS_ETCDIR%%/mew/mew-pgp-enc.xpm -%%EMACS_ETCDIR%%/mew/mew-pgp-sigenc.xpm -%%EMACS_ETCDIR%%/mew/mew-pgp-sign.xpm -%%EMACS_ETCDIR%%/mew/mew-prev.xpm -%%EMACS_ETCDIR%%/mew/mew-refile.xpm -%%EMACS_ETCDIR%%/mew/mew-reply.xpm -%%EMACS_ETCDIR%%/mew/mew-send.xpm -%%EMACS_ETCDIR%%/mew/mew-sep.xpm -%%EMACS_ETCDIR%%/mew/mew-show.xpm -%%EMACS_ETCDIR%%/mew/mew-write.xpm -%%EMACS_ETCDIR%%/mew/mew-yank.xpm +%%EMACS_PKGDIR%%/etc/mew/COLOR +%%EMACS_PKGDIR%%/etc/mew/Mew.img +%%EMACS_PKGDIR%%/etc/mew/Mew.png +%%EMACS_PKGDIR%%/etc/mew/Mew.xbm +%%EMACS_PKGDIR%%/etc/mew/Mew.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Audio.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Blank.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-External.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Folder.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Image.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Octet-Stream.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Plain.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Postscript.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Rfc822.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Text.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Unknown.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Video.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-attach.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-cite.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-comp.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-curr.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-folder.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-forward.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-inc.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-inc2.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-kill.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-next.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-pgp-enc.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-pgp-sigenc.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-pgp-sign.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-prev.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-refile.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-reply.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-send.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-sep.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-show.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-write.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-yank.xpm %%EMACS_PKGDIR%%/info/mew.info %%EMACS_PKGDIR%%/info/mew.info-1 %%EMACS_PKGDIR%%/info/mew.info-2 %%EMACS_PKGDIR%%/info/mew.info-3 -%%EMACS_LISPDIR%%/mew/mew-addrbook.el -%%EMACS_LISPDIR%%/mew/mew-addrbook.elc -%%EMACS_LISPDIR%%/mew/mew-attach.el -%%EMACS_LISPDIR%%/mew/mew-attach.elc -%%EMACS_LISPDIR%%/mew/mew-bq.el -%%EMACS_LISPDIR%%/mew/mew-bq.elc -%%EMACS_LISPDIR%%/mew/mew-cache.el -%%EMACS_LISPDIR%%/mew/mew-cache.elc -%%EMACS_LISPDIR%%/mew/mew-complete.el -%%EMACS_LISPDIR%%/mew/mew-complete.elc -%%EMACS_LISPDIR%%/mew/mew-decode.el -%%EMACS_LISPDIR%%/mew/mew-decode.elc -%%EMACS_LISPDIR%%/mew/mew-demo.el -%%EMACS_LISPDIR%%/mew/mew-demo.elc -%%EMACS_LISPDIR%%/mew/mew-draft.el -%%EMACS_LISPDIR%%/mew/mew-draft.elc -%%EMACS_LISPDIR%%/mew/mew-encode.el -%%EMACS_LISPDIR%%/mew/mew-encode.elc -%%EMACS_LISPDIR%%/mew/mew-env.el -%%EMACS_LISPDIR%%/mew/mew-env.elc -%%EMACS_LISPDIR%%/mew/mew-ext.el -%%EMACS_LISPDIR%%/mew/mew-ext.elc -%%EMACS_LISPDIR%%/mew/mew-fib.el -%%EMACS_LISPDIR%%/mew/mew-fib.elc -%%EMACS_LISPDIR%%/mew/mew-func.el -%%EMACS_LISPDIR%%/mew/mew-func.elc -%%EMACS_LISPDIR%%/mew/mew-header.el -%%EMACS_LISPDIR%%/mew/mew-header.elc -%%EMACS_LISPDIR%%/mew/mew-highlight.el -%%EMACS_LISPDIR%%/mew/mew-highlight.elc -%%EMACS_LISPDIR%%/mew/mew-lang-jp.el -%%EMACS_LISPDIR%%/mew/mew-mark.el -%%EMACS_LISPDIR%%/mew/mew-mark.elc -%%EMACS_LISPDIR%%/mew/mew-message.el -%%EMACS_LISPDIR%%/mew/mew-message.elc -%%EMACS_LISPDIR%%/mew/mew-mime.el -%%EMACS_LISPDIR%%/mew/mew-mime.elc -%%EMACS_LISPDIR%%/mew/mew-minibuf.el -%%EMACS_LISPDIR%%/mew/mew-minibuf.elc -%%EMACS_LISPDIR%%/mew/mew-mule.el -%%EMACS_LISPDIR%%/mew/mew-mule0.el -%%EMACS_LISPDIR%%/mew/mew-mule2.el -%%EMACS_LISPDIR%%/mew/mew-mule3.el -%%EMACS_LISPDIR%%/mew/mew-os2.el -%%EMACS_LISPDIR%%/mew/mew-pgp.el -%%EMACS_LISPDIR%%/mew/mew-pgp.elc -%%EMACS_LISPDIR%%/mew/mew-pick.el -%%EMACS_LISPDIR%%/mew/mew-pick.elc -%%EMACS_LISPDIR%%/mew/mew-refile.el -%%EMACS_LISPDIR%%/mew/mew-refile.elc -%%EMACS_LISPDIR%%/mew/mew-scan.el -%%EMACS_LISPDIR%%/mew/mew-scan.elc -%%EMACS_LISPDIR%%/mew/mew-sort.el -%%EMACS_LISPDIR%%/mew/mew-sort.elc -%%EMACS_LISPDIR%%/mew/mew-summary.el -%%EMACS_LISPDIR%%/mew/mew-summary.elc -%%EMACS_LISPDIR%%/mew/mew-syntax.el -%%EMACS_LISPDIR%%/mew/mew-syntax.elc -%%EMACS_LISPDIR%%/mew/mew-temacs.el -%%EMACS_LISPDIR%%/mew/mew-unix.el -%%EMACS_LISPDIR%%/mew/mew-vars.el -%%EMACS_LISPDIR%%/mew/mew-vars.elc -%%EMACS_LISPDIR%%/mew/mew-virtual.el -%%EMACS_LISPDIR%%/mew/mew-virtual.elc -%%EMACS_LISPDIR%%/mew/mew-win32.el -%%EMACS_LISPDIR%%/mew/mew-xemacs.el -%%EMACS_LISPDIR%%/mew/mew.el -%%EMACS_LISPDIR%%/mew/mew.elc -%%EMACS_PKGDIR%%/man/mew/00readme +%%EMACS_PKGDIR%%/info/mew.jis.info +%%EMACS_PKGDIR%%/info/mew.jis.info-1 +%%EMACS_PKGDIR%%/info/mew.jis.info-2 +%%EMACS_PKGDIR%%/lisp/mew/ChangeLog +%%EMACS_PKGDIR%%/lisp/mew/_pkg.el +%%EMACS_PKGDIR%%/lisp/mew/auto-autoloads.el +%%EMACS_PKGDIR%%/lisp/mew/auto-autoloads.elc +%%EMACS_PKGDIR%%/lisp/mew/custom-load.el +%%EMACS_PKGDIR%%/lisp/mew/custom-load.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-addrbook.el +%%EMACS_PKGDIR%%/lisp/mew/mew-addrbook.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-attach.el +%%EMACS_PKGDIR%%/lisp/mew/mew-attach.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-bq.el +%%EMACS_PKGDIR%%/lisp/mew/mew-bq.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-cache.el +%%EMACS_PKGDIR%%/lisp/mew/mew-cache.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-complete.el +%%EMACS_PKGDIR%%/lisp/mew/mew-complete.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-decode.el +%%EMACS_PKGDIR%%/lisp/mew/mew-decode.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-demo.el +%%EMACS_PKGDIR%%/lisp/mew/mew-demo.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-draft.el +%%EMACS_PKGDIR%%/lisp/mew/mew-draft.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-encode.el +%%EMACS_PKGDIR%%/lisp/mew/mew-encode.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-env.el +%%EMACS_PKGDIR%%/lisp/mew/mew-env.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-ext.el +%%EMACS_PKGDIR%%/lisp/mew/mew-ext.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-fib.el +%%EMACS_PKGDIR%%/lisp/mew/mew-fib.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-func.el +%%EMACS_PKGDIR%%/lisp/mew/mew-func.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-header.el +%%EMACS_PKGDIR%%/lisp/mew/mew-header.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-highlight.el +%%EMACS_PKGDIR%%/lisp/mew/mew-highlight.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-lang-jp.el +%%EMACS_PKGDIR%%/lisp/mew/mew-lang-jp.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-mark.el +%%EMACS_PKGDIR%%/lisp/mew/mew-mark.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-message.el +%%EMACS_PKGDIR%%/lisp/mew/mew-message.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-mime.el +%%EMACS_PKGDIR%%/lisp/mew/mew-mime.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-minibuf.el +%%EMACS_PKGDIR%%/lisp/mew/mew-minibuf.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-mule.el +%%EMACS_PKGDIR%%/lisp/mew/mew-mule.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-mule0.el +%%EMACS_PKGDIR%%/lisp/mew/mew-mule2.el +%%EMACS_PKGDIR%%/lisp/mew/mew-mule3.el +%%EMACS_PKGDIR%%/lisp/mew/mew-os2.el +%%EMACS_PKGDIR%%/lisp/mew/mew-os2.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-pgp.el +%%EMACS_PKGDIR%%/lisp/mew/mew-pgp.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-pick.el +%%EMACS_PKGDIR%%/lisp/mew/mew-pick.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-refile.el +%%EMACS_PKGDIR%%/lisp/mew/mew-refile.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-scan.el +%%EMACS_PKGDIR%%/lisp/mew/mew-scan.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-sort.el +%%EMACS_PKGDIR%%/lisp/mew/mew-sort.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-summary.el +%%EMACS_PKGDIR%%/lisp/mew/mew-summary.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-syntax.el +%%EMACS_PKGDIR%%/lisp/mew/mew-syntax.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-temacs.el +%%EMACS_PKGDIR%%/lisp/mew/mew-temacs.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-unix.el +%%EMACS_PKGDIR%%/lisp/mew/mew-unix.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-vars.el +%%EMACS_PKGDIR%%/lisp/mew/mew-vars.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-virtual.el +%%EMACS_PKGDIR%%/lisp/mew/mew-virtual.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-win32.el +%%EMACS_PKGDIR%%/lisp/mew/mew-win32.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-xemacs.el +%%EMACS_PKGDIR%%/lisp/mew/mew-xemacs.elc +%%EMACS_PKGDIR%%/lisp/mew/mew.el +%%EMACS_PKGDIR%%/lisp/mew/mew.elc %%EMACS_PKGDIR%%/man/mew/mew.texi %%EMACS_PKGDIR%%/pkginfo/MANIFEST.mew share/doc/mew/00changes @@ -122,8 +137,6 @@ share/doc/mew/00readme share/doc/mew/contrib/00readme share/doc/mew/contrib/00readme-namazu.jis -share/doc/mew/contrib/bbdb-ml-ext.el -share/doc/mew/contrib/bbdb-ml.el share/doc/mew/contrib/im+.el share/doc/mew/contrib/im+.readme.jis share/doc/mew/contrib/imget.sh @@ -161,10 +174,8 @@ @unexec rmdir %D/%%EMACS_PKGDIR%%/pkginfo 2>/dev/null || true @dirrm %%EMACS_PKGDIR%%/man/mew @unexec rmdir %D/%%EMACS_PKGDIR%%/man 2>/dev/null || true -@dirrm %%EMACS_LISPDIR%%/mew -@unexec rmdir %D/%%EMACS_LISPDIR%% 2>/dev/null || true +@dirrm %%EMACS_PKGDIR%%/lisp/mew +@unexec rmdir %D/%%EMACS_PKGDIR%%/lisp 2>/dev/null || true @unexec rmdir %D/%%EMACS_PKGDIR%%/info 2>/dev/null || true -@dirrm %%EMACS_ETCDIR%%/mew/etc -@dirrm %%EMACS_ETCDIR%%/mew -@unexec rmdir %D/%%EMACS_ETCDIR%% 2>/dev/null || true -@unexec rmdir %D/%%EMACS_PKGDIR%% 2>/dev/null || true +@dirrm %%EMACS_PKGDIR%%/etc/mew +@unexec rmdir %D/%%EMACS_PKGDIR%%/etc 2>/dev/null || true diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs21-mule/Inc/xemacs-pkg-info.in mail/mew-xemacs21-mule/Inc/xemacs-pkg-info.in --- /usr/ports/current/mail/mew-xemacs21-mule/Inc/xemacs-pkg-info.in Thu Jan 1 09:00:00 1970 +++ mail/mew-xemacs21-mule/Inc/xemacs-pkg-info.in Tue Feb 29 23:21:31 2000 @@ -0,0 +1,19 @@ +(toolbar-fancy + (standards-version 1.0 + version XEMACS_PKG_VERSION + author-version XEMACS_AUTHOR_VERSION + date DATE + build-date BUILD_DATE + maintainer XEMACS_MAINTAINER + distribution stable + priority medium + category XEMACS_CATEGORY + dump nil + description "Message interface to Emacs Window for xemacs21-mule." + filename FILENAME + md5sum MD5SUM + size SIZE + provides (mew) + requires (XEMACS_REQUIRES) + type regular +)) diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs21-mule/Inc/xemacs-pkg.inc mail/mew-xemacs21-mule/Inc/xemacs-pkg.inc --- /usr/ports/current/mail/mew-xemacs21-mule/Inc/xemacs-pkg.inc Thu Jan 1 09:00:00 1970 +++ mail/mew-xemacs21-mule/Inc/xemacs-pkg.inc Tue Feb 29 23:27:03 2000 @@ -0,0 +1,29 @@ +#-*- mode: Makefile; tab-width: 4; -*- +XEMACS_PKG_VERSION?= ${XEMACS_PKG_VERSION} +XEMACS_AUTHOR_VERSION= ${VERSION} +XEMACS_MAINTAINER= ${MAINTAINER} +XEMACS_PACKAGE?= ${MEW_DIST} +XEMACS_PKG_TYPE= regular +XEMACS_REQUIRES= +XEMACS_CATEGORY= comm + +XEMACS_WRKSRC= ${WRKSRC} + +# xemacs package install destnation usually ${_DISTDIR} +XEMACS_RELEASE_DIR= ${_DISTDIR} + +XEMACS_ELS= mew-addrbook.el mew-attach.el mew-bq.el mew-cache.el mew-complete.el mew-decode.el mew-demo.el mew-draft.el mew-encode.el mew-env.el mew-ext.el mew-fib.el mew-func.el mew-header.el mew-highlight.el mew-lang-jp.el mew-mark.el mew-message.el mew-mime.el mew-minibuf.el mew-mule.el mew-mule0.el mew-mule2.el mew-mule3.el mew-os2.el mew-pgp.el mew-pick.el mew-refile.el mew-scan.el mew-sort.el mew-summary.el mew-syntax.el mew-temacs.el mew-unix.el mew-vars.el mew-virtual.el mew-win32.el mew-xemacs.el mew.el +XEMACS_ELCS= mew-addrbook.elc mew-attach.elc mew-bq.elc mew-cache.elc mew-complete.elc mew-decode.elc mew-demo.elc mew-draft.elc mew-encode.elc mew-env.elc mew-ext.elc mew-fib.elc mew-func.elc mew-header.elc mew-highlight.elc mew-lang-jp.elc mew-mark.elc mew-message.elc mew-mime.elc mew-minibuf.elc mew-mule.elc mew-os2.elc mew-pgp.elc mew-pick.elc mew-refile.elc mew-scan.elc mew-sort.elc mew-summary.elc mew-syntax.elc mew-temacs.elc mew-unix.elc mew-vars.elc mew-virtual.elc mew-win32.elc mew-xemacs.elc mew.elc + +XEMACS_DATA_DIR= ${XEMACS_WRKSRC}/etc +XEMACS_INFO_DIR= ${XEMACS_WRKSRC}/info +XEMACS_MAN_DIR= ${XEMACS_WRKSRC}/info + +XEMACS_EXTRA_SOURCES= # extra files to be install lisp dir +XEMACS_DATA_FILES= etc/etc/COLOR etc/etc/mew-Plain.xpm etc/etc/mew-curr.xpm etc/etc/mew-folder.xpm etc/etc/mew-inc2.xpm etc/etc/mew-kill.xpm etc/Mew.img etc/Mew.png etc/Mew.xbm etc/Mew.xpm etc/mew-Audio.xpm etc/mew-Blank.xpm etc/mew-External.xpm etc/mew-Folder.xpm etc/mew-Image.xpm etc/mew-Octet-Stream.xpm etc/mew-Postscript.xpm etc/mew-Rfc822.xpm etc/mew-Text.xpm etc/mew-Unknown.xpm etc/mew-Video.xpm etc/mew-attach.xpm etc/mew-cite.xpm etc/mew-comp.xpm etc/mew-forward.xpm etc/mew-inc.xpm etc/mew-next.xpm etc/mew-pgp-enc.xpm etc/mew-pgp-sigenc.xpm etc/mew-pgp-sign.xpm etc/mew-prev.xpm etc/mew-refile.xpm etc/mew-reply.xpm etc/mew-send.xpm etc/mew-sep.xpm etc/mew-show.xpm etc/mew-write.xpm etc/mew-yank.xpm +XEMACS_DATA_DEST= ${XEMACS_PACKAGE} +XEMACS_INFO_FILES= info/mew.info info/mew.info-1 info/mew.info-2 info/mew.info-3 info/mew.jis.info info/mew.jis.info-1 info/mew.jis.info-2 +XEMACS_TEXI_FILES= info/mew.texi + +# uncomment following line only if you test in private dir +#INSTALL_DATA= ${INSTALL} -c -o ${USER} -g ${GROUP} -m ${SHAREMODE} diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs21-mule/Makefile mail/mew-xemacs21-mule/Makefile --- /usr/ports/current/mail/mew-xemacs21-mule/Makefile Sat Jan 8 12:33:21 2000 +++ mail/mew-xemacs21-mule/Makefile Sat Mar 4 19:47:09 2000 @@ -1,11 +1,14 @@ # New ports collection makefile for: Mew (for xemacs21-mule) -# Version required: 1.94.1 +# Version required: 1.94.2 # Date created: 17 January 1998 # Whom: Kiriyama Kazuhiko # # $FreeBSD: ports/mail/mew-xemacs21-mule/Makefile,v 1.8 2000/01/07 16:22:45 shige Exp $ # -EMACS_PORT_NAME= xemacs21-mule +EMACS_PORT= xemacs21-mule -.include "${.CURDIR}/../mew/Makefile" +MASTERDIR= ${.CURDIR}/../mew +PKGDIR= ${.CURDIR}/pkg + +.include <${MASTERDIR}/Makefile> diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs21-mule/pkg/COMMENT mail/mew-xemacs21-mule/pkg/COMMENT --- /usr/ports/current/mail/mew-xemacs21-mule/pkg/COMMENT Thu Jan 6 08:28:12 2000 +++ mail/mew-xemacs21-mule/pkg/COMMENT Wed Mar 1 20:45:34 2000 @@ -1 +1 @@ -Message interface to Emacs Window for xemacs21-mule +Message interface to Emacs Window for xemacs21-mule(release version) diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs21-mule/pkg/DESCR mail/mew-xemacs21-mule/pkg/DESCR --- /usr/ports/current/mail/mew-xemacs21-mule/pkg/DESCR Thu Jan 6 08:28:12 2000 +++ mail/mew-xemacs21-mule/pkg/DESCR Wed Mar 1 20:45:34 2000 @@ -9,12 +9,11 @@ picture of a birthday cake with the song "Happy Birthday to you" to your friend, which is encrypted by strong cryptograph. -This port is the Mew for xemacs-21.1.8(mail/mew-xemacs21-mule). The Mew port and corresponding Emacs port are listed bellow and elisp `site-lisp' directory(elisp load path), info path and etc directory(only effective for xemacs ports) are shown as well. -mail/mew-xemacs21-mule(mew-xemacs21-mule-1.94.1) ===> editors/xemacs21-mule(xemacs-21.1.8) +mail/mew-xemacs21-mule(mew-xemacs21-mule-1.94.2) ===> editors/xemacs21-mule(xemacs21-mule) Lisp directory : /usr/local/lib/xemacs/site-packages/lisp/mew Info directory : /usr/local/lib/xemacs/site-packages/info ETC directory : /usr/local/lib/xemacs/site-packages/etc/mew diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^# *\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/mew-xemacs21-mule/pkg/PLIST mail/mew-xemacs21-mule/pkg/PLIST --- /usr/ports/current/mail/mew-xemacs21-mule/pkg/PLIST Tue Jan 4 23:29:30 2000 +++ mail/mew-xemacs21-mule/pkg/PLIST Thu Mar 2 23:00:07 2000 @@ -2,44 +2,44 @@ bin/mewdecode bin/mewencode bin/uumerge -%%EMACS_ETCDIR%%/mew/Mew.img -%%EMACS_ETCDIR%%/mew/Mew.png -%%EMACS_ETCDIR%%/mew/Mew.xbm -%%EMACS_ETCDIR%%/mew/Mew.xpm -%%EMACS_ETCDIR%%/mew/etc/COLOR -%%EMACS_ETCDIR%%/mew/etc/mew-Plain.xpm -%%EMACS_ETCDIR%%/mew/etc/mew-curr.xpm -%%EMACS_ETCDIR%%/mew/etc/mew-folder.xpm -%%EMACS_ETCDIR%%/mew/etc/mew-inc2.xpm -%%EMACS_ETCDIR%%/mew/etc/mew-kill.xpm -%%EMACS_ETCDIR%%/mew/mew-Audio.xpm -%%EMACS_ETCDIR%%/mew/mew-Blank.xpm -%%EMACS_ETCDIR%%/mew/mew-External.xpm -%%EMACS_ETCDIR%%/mew/mew-Folder.xpm -%%EMACS_ETCDIR%%/mew/mew-Image.xpm -%%EMACS_ETCDIR%%/mew/mew-Octet-Stream.xpm -%%EMACS_ETCDIR%%/mew/mew-Postscript.xpm -%%EMACS_ETCDIR%%/mew/mew-Rfc822.xpm -%%EMACS_ETCDIR%%/mew/mew-Text.xpm -%%EMACS_ETCDIR%%/mew/mew-Unknown.xpm -%%EMACS_ETCDIR%%/mew/mew-Video.xpm -%%EMACS_ETCDIR%%/mew/mew-attach.xpm -%%EMACS_ETCDIR%%/mew/mew-cite.xpm -%%EMACS_ETCDIR%%/mew/mew-comp.xpm -%%EMACS_ETCDIR%%/mew/mew-forward.xpm -%%EMACS_ETCDIR%%/mew/mew-inc.xpm -%%EMACS_ETCDIR%%/mew/mew-next.xpm -%%EMACS_ETCDIR%%/mew/mew-pgp-enc.xpm -%%EMACS_ETCDIR%%/mew/mew-pgp-sigenc.xpm -%%EMACS_ETCDIR%%/mew/mew-pgp-sign.xpm -%%EMACS_ETCDIR%%/mew/mew-prev.xpm -%%EMACS_ETCDIR%%/mew/mew-refile.xpm -%%EMACS_ETCDIR%%/mew/mew-reply.xpm -%%EMACS_ETCDIR%%/mew/mew-send.xpm -%%EMACS_ETCDIR%%/mew/mew-sep.xpm -%%EMACS_ETCDIR%%/mew/mew-show.xpm -%%EMACS_ETCDIR%%/mew/mew-write.xpm -%%EMACS_ETCDIR%%/mew/mew-yank.xpm +%%EMACS_PKGDIR%%/etc/mew/COLOR +%%EMACS_PKGDIR%%/etc/mew/Mew.img +%%EMACS_PKGDIR%%/etc/mew/Mew.png +%%EMACS_PKGDIR%%/etc/mew/Mew.xbm +%%EMACS_PKGDIR%%/etc/mew/Mew.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Audio.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Blank.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-External.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Folder.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Image.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Octet-Stream.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Plain.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Postscript.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Rfc822.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Text.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Unknown.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-Video.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-attach.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-cite.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-comp.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-curr.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-folder.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-forward.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-inc.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-inc2.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-kill.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-next.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-pgp-enc.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-pgp-sigenc.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-pgp-sign.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-prev.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-refile.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-reply.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-send.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-sep.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-show.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-write.xpm +%%EMACS_PKGDIR%%/etc/mew/mew-yank.xpm %%EMACS_PKGDIR%%/info/mew.info %%EMACS_PKGDIR%%/info/mew.info-1 %%EMACS_PKGDIR%%/info/mew.info-2 @@ -47,75 +47,87 @@ %%EMACS_PKGDIR%%/info/mew.jis.info %%EMACS_PKGDIR%%/info/mew.jis.info-1 %%EMACS_PKGDIR%%/info/mew.jis.info-2 -%%EMACS_LISPDIR%%/mew/mew-addrbook.el -%%EMACS_LISPDIR%%/mew/mew-addrbook.elc -%%EMACS_LISPDIR%%/mew/mew-attach.el -%%EMACS_LISPDIR%%/mew/mew-attach.elc -%%EMACS_LISPDIR%%/mew/mew-bq.el -%%EMACS_LISPDIR%%/mew/mew-bq.elc -%%EMACS_LISPDIR%%/mew/mew-cache.el -%%EMACS_LISPDIR%%/mew/mew-cache.elc -%%EMACS_LISPDIR%%/mew/mew-complete.el -%%EMACS_LISPDIR%%/mew/mew-complete.elc -%%EMACS_LISPDIR%%/mew/mew-decode.el -%%EMACS_LISPDIR%%/mew/mew-decode.elc -%%EMACS_LISPDIR%%/mew/mew-demo.el -%%EMACS_LISPDIR%%/mew/mew-demo.elc -%%EMACS_LISPDIR%%/mew/mew-draft.el -%%EMACS_LISPDIR%%/mew/mew-draft.elc -%%EMACS_LISPDIR%%/mew/mew-encode.el -%%EMACS_LISPDIR%%/mew/mew-encode.elc -%%EMACS_LISPDIR%%/mew/mew-env.el -%%EMACS_LISPDIR%%/mew/mew-env.elc -%%EMACS_LISPDIR%%/mew/mew-ext.el -%%EMACS_LISPDIR%%/mew/mew-ext.elc -%%EMACS_LISPDIR%%/mew/mew-fib.el -%%EMACS_LISPDIR%%/mew/mew-fib.elc -%%EMACS_LISPDIR%%/mew/mew-func.el -%%EMACS_LISPDIR%%/mew/mew-func.elc -%%EMACS_LISPDIR%%/mew/mew-header.el -%%EMACS_LISPDIR%%/mew/mew-header.elc -%%EMACS_LISPDIR%%/mew/mew-highlight.el -%%EMACS_LISPDIR%%/mew/mew-highlight.elc -%%EMACS_LISPDIR%%/mew/mew-lang-jp.el -%%EMACS_LISPDIR%%/mew/mew-mark.el -%%EMACS_LISPDIR%%/mew/mew-mark.elc -%%EMACS_LISPDIR%%/mew/mew-message.el -%%EMACS_LISPDIR%%/mew/mew-message.elc -%%EMACS_LISPDIR%%/mew/mew-mime.el -%%EMACS_LISPDIR%%/mew/mew-mime.elc -%%EMACS_LISPDIR%%/mew/mew-minibuf.el -%%EMACS_LISPDIR%%/mew/mew-minibuf.elc -%%EMACS_LISPDIR%%/mew/mew-mule.el -%%EMACS_LISPDIR%%/mew/mew-mule0.el -%%EMACS_LISPDIR%%/mew/mew-mule2.el -%%EMACS_LISPDIR%%/mew/mew-mule3.el -%%EMACS_LISPDIR%%/mew/mew-os2.el -%%EMACS_LISPDIR%%/mew/mew-pgp.el -%%EMACS_LISPDIR%%/mew/mew-pgp.elc -%%EMACS_LISPDIR%%/mew/mew-pick.el -%%EMACS_LISPDIR%%/mew/mew-pick.elc -%%EMACS_LISPDIR%%/mew/mew-refile.el -%%EMACS_LISPDIR%%/mew/mew-refile.elc -%%EMACS_LISPDIR%%/mew/mew-scan.el -%%EMACS_LISPDIR%%/mew/mew-scan.elc -%%EMACS_LISPDIR%%/mew/mew-sort.el -%%EMACS_LISPDIR%%/mew/mew-sort.elc -%%EMACS_LISPDIR%%/mew/mew-summary.el -%%EMACS_LISPDIR%%/mew/mew-summary.elc -%%EMACS_LISPDIR%%/mew/mew-syntax.el -%%EMACS_LISPDIR%%/mew/mew-syntax.elc -%%EMACS_LISPDIR%%/mew/mew-temacs.el -%%EMACS_LISPDIR%%/mew/mew-unix.el -%%EMACS_LISPDIR%%/mew/mew-vars.el -%%EMACS_LISPDIR%%/mew/mew-vars.elc -%%EMACS_LISPDIR%%/mew/mew-virtual.el -%%EMACS_LISPDIR%%/mew/mew-virtual.elc -%%EMACS_LISPDIR%%/mew/mew-win32.el -%%EMACS_LISPDIR%%/mew/mew-xemacs.el -%%EMACS_LISPDIR%%/mew/mew.el -%%EMACS_LISPDIR%%/mew/mew.elc -%%EMACS_PKGDIR%%/man/mew/00readme +%%EMACS_PKGDIR%%/lisp/mew/ChangeLog +%%EMACS_PKGDIR%%/lisp/mew/_pkg.el +%%EMACS_PKGDIR%%/lisp/mew/auto-autoloads.el +%%EMACS_PKGDIR%%/lisp/mew/auto-autoloads.elc +%%EMACS_PKGDIR%%/lisp/mew/custom-load.el +%%EMACS_PKGDIR%%/lisp/mew/custom-load.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-addrbook.el +%%EMACS_PKGDIR%%/lisp/mew/mew-addrbook.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-attach.el +%%EMACS_PKGDIR%%/lisp/mew/mew-attach.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-bq.el +%%EMACS_PKGDIR%%/lisp/mew/mew-bq.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-cache.el +%%EMACS_PKGDIR%%/lisp/mew/mew-cache.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-complete.el +%%EMACS_PKGDIR%%/lisp/mew/mew-complete.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-decode.el +%%EMACS_PKGDIR%%/lisp/mew/mew-decode.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-demo.el +%%EMACS_PKGDIR%%/lisp/mew/mew-demo.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-draft.el +%%EMACS_PKGDIR%%/lisp/mew/mew-draft.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-encode.el +%%EMACS_PKGDIR%%/lisp/mew/mew-encode.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-env.el +%%EMACS_PKGDIR%%/lisp/mew/mew-env.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-ext.el +%%EMACS_PKGDIR%%/lisp/mew/mew-ext.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-fib.el +%%EMACS_PKGDIR%%/lisp/mew/mew-fib.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-func.el +%%EMACS_PKGDIR%%/lisp/mew/mew-func.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-header.el +%%EMACS_PKGDIR%%/lisp/mew/mew-header.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-highlight.el +%%EMACS_PKGDIR%%/lisp/mew/mew-highlight.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-lang-jp.el +%%EMACS_PKGDIR%%/lisp/mew/mew-lang-jp.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-mark.el +%%EMACS_PKGDIR%%/lisp/mew/mew-mark.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-message.el +%%EMACS_PKGDIR%%/lisp/mew/mew-message.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-mime.el +%%EMACS_PKGDIR%%/lisp/mew/mew-mime.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-minibuf.el +%%EMACS_PKGDIR%%/lisp/mew/mew-minibuf.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-mule.el +%%EMACS_PKGDIR%%/lisp/mew/mew-mule.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-mule0.el +%%EMACS_PKGDIR%%/lisp/mew/mew-mule2.el +%%EMACS_PKGDIR%%/lisp/mew/mew-mule3.el +%%EMACS_PKGDIR%%/lisp/mew/mew-os2.el +%%EMACS_PKGDIR%%/lisp/mew/mew-os2.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-pgp.el +%%EMACS_PKGDIR%%/lisp/mew/mew-pgp.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-pick.el +%%EMACS_PKGDIR%%/lisp/mew/mew-pick.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-refile.el +%%EMACS_PKGDIR%%/lisp/mew/mew-refile.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-scan.el +%%EMACS_PKGDIR%%/lisp/mew/mew-scan.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-sort.el +%%EMACS_PKGDIR%%/lisp/mew/mew-sort.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-summary.el +%%EMACS_PKGDIR%%/lisp/mew/mew-summary.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-syntax.el +%%EMACS_PKGDIR%%/lisp/mew/mew-syntax.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-temacs.el +%%EMACS_PKGDIR%%/lisp/mew/mew-temacs.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-unix.el +%%EMACS_PKGDIR%%/lisp/mew/mew-unix.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-vars.el +%%EMACS_PKGDIR%%/lisp/mew/mew-vars.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-virtual.el +%%EMACS_PKGDIR%%/lisp/mew/mew-virtual.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-win32.el +%%EMACS_PKGDIR%%/lisp/mew/mew-win32.elc +%%EMACS_PKGDIR%%/lisp/mew/mew-xemacs.el +%%EMACS_PKGDIR%%/lisp/mew/mew-xemacs.elc +%%EMACS_PKGDIR%%/lisp/mew/mew.el +%%EMACS_PKGDIR%%/lisp/mew/mew.elc %%EMACS_PKGDIR%%/man/mew/mew.texi %%EMACS_PKGDIR%%/pkginfo/MANIFEST.mew share/doc/mew/00changes @@ -125,8 +137,6 @@ share/doc/mew/00readme share/doc/mew/contrib/00readme share/doc/mew/contrib/00readme-namazu.jis -share/doc/mew/contrib/bbdb-ml-ext.el -share/doc/mew/contrib/bbdb-ml.el share/doc/mew/contrib/im+.el share/doc/mew/contrib/im+.readme.jis share/doc/mew/contrib/imget.sh @@ -164,10 +174,8 @@ @unexec rmdir %D/%%EMACS_PKGDIR%%/pkginfo 2>/dev/null || true @dirrm %%EMACS_PKGDIR%%/man/mew @unexec rmdir %D/%%EMACS_PKGDIR%%/man 2>/dev/null || true -@dirrm %%EMACS_LISPDIR%%/mew -@unexec rmdir %D/%%EMACS_LISPDIR%% 2>/dev/null || true +@dirrm %%EMACS_PKGDIR%%/lisp/mew +@unexec rmdir %D/%%EMACS_PKGDIR%%/lisp 2>/dev/null || true @unexec rmdir %D/%%EMACS_PKGDIR%%/info 2>/dev/null || true -@dirrm %%EMACS_ETCDIR%%/mew/etc -@dirrm %%EMACS_ETCDIR%%/mew -@unexec rmdir %D/%%EMACS_ETCDIR%% 2>/dev/null || true -@unexec rmdir %D/%%EMACS_PKGDIR%% 2>/dev/null || true +@dirrm %%EMACS_PKGDIR%%/etc/mew +@unexec rmdir %D/%%EMACS_PKGDIR%%/etc 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 3:40:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC74037B771 for ; Sat, 4 Mar 2000 03:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA24007; Sat, 4 Mar 2000 03:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id 220CE37B7CD for ; Sat, 4 Mar 2000 03:30:30 -0800 (PST) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: (from kiri@localhost) by pis.toba-cmt.ac.jp (8.9.3/8.9.3) id UAA36865; Sat, 4 Mar 2000 20:37:46 +0900 (JST) (envelope-from kiri) Message-Id: <200003041137.UAA36865@pis.toba-cmt.ac.jp> Date: Sat, 4 Mar 2000 20:37:46 +0900 (JST) From: KIRIYAMA Kazuhiko Reply-To: kiri@pis.toba-cmt.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17177: Update ports: im-140(mail/im) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17177 >Category: ports >Synopsis: Update ports: im-140(mail/im) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 03:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KIRIYAMA Kazuhiko >Release: FreeBSD 4.0-CURRENT i386 >Organization: Toba National College of Maritime Technology. Department of Electronic Mechanical Engineering >Environment: >Description: Updated the port im-140(mail/im). Current modifications are : (1) version up from 130 to 140 I put the diff from ports-current in "Fix:". >How-To-Repeat: >Fix: diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/im/Makefile ./Makefile --- /usr/ports/current/mail/im/Makefile Thu Sep 9 04:32:38 1999 +++ ./Makefile Sat Mar 4 20:37:06 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: IM -# Version required: 130 +# Version required: 140 # Date created: 13 November 1997 # Whom: Kiriyama Kazuhiko # # $FreeBSD: ports/mail/im/Makefile,v 1.6 1999/09/08 13:54:52 taoka Exp $ # -DISTNAME= im-130 +DISTNAME= im-140 CATEGORIES= mail MASTER_SITES= ftp://ftp.mew.org/pub/Mew/ \ ftp://ftp.kyushu-u.ac.jp/pub/Misc/mew/ \ @@ -34,5 +34,10 @@ ${INSTALL_DATA} man/* ${PORTDOCDIR}/man; \ ${INSTALL_DATA} dot.im/* ${SAMPLEDIR} .endif + +## for make PLIST (only maintainer use) +#arrange: +# ${MAKE} -DPLIST_OVERRIDE \ +# DIRRMDEPTH=1 plist .include diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/im/files/md5 ./files/md5 --- /usr/ports/current/mail/im/files/md5 Fri Mar 3 04:33:52 2000 +++ ./files/md5 Tue Feb 29 22:48:56 2000 @@ -1 +1 @@ -MD5 (im-130.tar.gz) = 98103119da618a3b1d0cfc4b3f200415 +MD5 (im-140.tar.gz) = 5c9f40cb49d44b109009f5201e16f64e diff -u -r -x CVS -x work -x *~ -x *.orig -N -I ^#.*\$Id.*$ -I ^# \$FreeBSD /usr/ports/current/mail/im/pkg/PLIST ./pkg/PLIST --- /usr/ports/current/mail/im/pkg/PLIST Thu Sep 9 04:32:39 1999 +++ ./pkg/PLIST Tue Feb 29 22:54:22 2000 @@ -8,6 +8,7 @@ bin/imhsync bin/imjoin bin/imls +bin/immknmz bin/immv bin/impack bin/impath @@ -43,6 +44,7 @@ lib/IM/Recipient.pm lib/IM/Scan.pm lib/IM/Smtp.pm +lib/IM/Ssh.pm lib/IM/Stdio.pm lib/IM/TcpTransaction.pm lib/IM/Util.pm @@ -78,7 +80,8 @@ share/examples/im/scan.sbr share/examples/im/scan.sbr.sample1 share/examples/im/scan.sbr.sample2 -@dirrm lib/IM +@dirrm share/examples/im @dirrm share/doc/im/man @dirrm share/doc/im -@dirrm share/examples/im +@dirrm lib/IM +@dirrm etc/im >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 5:27:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 740BF37B7B9; Sat, 4 Mar 2000 05:27:36 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA32838; Sat, 4 Mar 2000 05:27:36 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sat, 4 Mar 2000 05:27:36 -0800 (PST) From: Message-Id: <200003041327.FAA32838@freefall.freebsd.org> To: dsh@neva.vlink.ru, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17041: update of www/jesred port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update of www/jesred port State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Sat Mar 4 05:26:06 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 5:34:41 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FFEB37B7F1; Sat, 4 Mar 2000 05:34:38 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA33350; Sat, 4 Mar 2000 05:34:38 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sat, 4 Mar 2000 05:34:38 -0800 (PST) From: Message-Id: <200003041334.FAA33350@freefall.freebsd.org> To: bfoz@glue.umd.edu, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17065: Update Port: graphics/giram to 0.1.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update Port: graphics/giram to 0.1.5 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Sat Mar 4 05:28:20 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 5:35:50 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22B4637B78A; Sat, 4 Mar 2000 05:35:49 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA33505; Sat, 4 Mar 2000 05:35:48 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sat, 4 Mar 2000 05:35:48 -0800 (PST) From: Message-Id: <200003041335.FAA33505@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, torstenb@FreeBSD.org Subject: Re: ports/17087: ports/postfix flags to compile with openldap/kerberos Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ports/postfix flags to compile with openldap/kerberos Responsible-Changed-From-To: freebsd-ports->torstenb Responsible-Changed-By: jedgar Responsible-Changed-When: Sat Mar 4 05:35:23 PST 2000 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 5:39:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pis.toba-cmt.ac.jp (pis.toba-cmt.ac.jp [202.26.248.77]) by hub.freebsd.org (Postfix) with ESMTP id 2079637B80D for ; Sat, 4 Mar 2000 05:39:34 -0800 (PST) (envelope-from kiri@pis.toba-cmt.ac.jp) Received: from kiri.pis (localhost [127.0.0.1]) by pis.toba-cmt.ac.jp (8.9.3/8.9.3) with ESMTP id WAA44786 for ; Sat, 4 Mar 2000 22:46:47 +0900 (JST) (envelope-from kiri@pis.toba-cmt.ac.jp) Message-Id: <200003041346.WAA44786@pis.toba-cmt.ac.jp> Date: Sat, 04 Mar 2000 22:46:47 +0900 From: kiri@pis.toba-cmt.ac.jp To: ports@FreeBSD.ORG Subject: elisp ports for xemacs21 User-Agent: Wanderlust/1.0.3 (Notorious) SEMI/1.13.3 (Komaiko) FLIM/1.12.5 (Hirahata) MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.3 - "Komaiko") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear all. As you already know, elisps for xemacs version xx(xx >=21) are packaged with tarball and install/deinstall can be made on xemacs. Many xemacs packages were already made at ftp://ftp.xemacs.org/pub/xemacs/packages. But many elisp ports on FreeBSD left with no xemacs package and some of those are competed with ftp.xemacs.org packages. I think it very serious problems for xemacs21 users and ports system must be coped with it. I presented one of solutions of the problem: http://fbsd.toba-cmt.ac.jp/freebsd/tools/en/c318.html#AEN320 I'm glad to get any opinins about this. Thanks regards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 5:46:57 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CBB237B7EE; Sat, 4 Mar 2000 05:46:55 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA34285; Sat, 4 Mar 2000 05:46:55 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sat, 4 Mar 2000 05:46:55 -0800 (PST) From: Message-Id: <200003041346.FAA34285@freefall.freebsd.org> To: jooji@nickelkid.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17095: Upgrade nn port to version 6.5.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade nn port to version 6.5.6 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Sat Mar 4 05:45:00 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 5:50:28 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C3B8637B7EB; Sat, 4 Mar 2000 05:50:26 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA34718; Sat, 4 Mar 2000 05:50:26 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sat, 4 Mar 2000 05:50:26 -0800 (PST) From: Message-Id: <200003041350.FAA34718@freefall.freebsd.org> To: simonmar@microsoft.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17115: Upgrade port lang/ghc to version 4.06 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Upgrade port lang/ghc to version 4.06 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Sat Mar 4 05:48:42 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 5:56:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7A3737C5A3; Sat, 4 Mar 2000 05:56:36 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA35304; Sat, 4 Mar 2000 05:56:36 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sat, 4 Mar 2000 05:56:36 -0800 (PST) From: Message-Id: <200003041356.FAA35304@freefall.freebsd.org> To: yuuki@goldmoon.org, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17140: Update port: graphics/enfle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/enfle State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Sat Mar 4 05:53:57 PST 2000 State-Changed-Why: Committed, thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 6: 3:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 75B0B37B7DE; Sat, 4 Mar 2000 06:03:29 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA35933; Sat, 4 Mar 2000 06:03:29 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sat, 4 Mar 2000 06:03:29 -0800 (PST) From: Message-Id: <200003041403.GAA35933@freefall.freebsd.org> To: andy@icc.surw.chel.su, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17141: Update port: ftp/lftp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: ftp/lftp State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Sat Mar 4 05:58:32 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 6: 6:50 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 90CC037B81D; Sat, 4 Mar 2000 06:06:47 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA36230; Sat, 4 Mar 2000 06:06:47 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sat, 4 Mar 2000 06:06:47 -0800 (PST) From: Message-Id: <200003041406.GAA36230@freefall.freebsd.org> To: ust@cert.siemens.de, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17144: Update of port net/iplog to 2.1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update of port net/iplog to 2.1.1 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Sat Mar 4 06:06:02 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 6: 8:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0106D37B791; Sat, 4 Mar 2000 06:08:17 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA36427; Sat, 4 Mar 2000 06:08:16 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sat, 4 Mar 2000 06:08:16 -0800 (PST) From: Message-Id: <200003041408.GAA36427@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: ports/17145: bsd.port.mk: ftp.cdrom.com -> ftp.freesoftware.com Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: bsd.port.mk: ftp.cdrom.com -> ftp.freesoftware.com Responsible-Changed-From-To: freebsd-ports->asami Responsible-Changed-By: jedgar Responsible-Changed-When: Sat Mar 4 06:06:58 PST 2000 Responsible-Changed-Why: This is the PW's territory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 6: 9:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D55E37B7DA; Sat, 4 Mar 2000 06:09:11 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA36521; Sat, 4 Mar 2000 06:09:10 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sat, 4 Mar 2000 06:09:10 -0800 (PST) From: Message-Id: <200003041409.GAA36521@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, peter@FreeBSD.org Subject: Re: ports/17147: www/squid23 update: STABLE1 -> STABLE2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: www/squid23 update: STABLE1 -> STABLE2 Responsible-Changed-From-To: freebsd-ports->peter Responsible-Changed-By: jedgar Responsible-Changed-When: Sat Mar 4 06:08:53 PST 2000 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 6:12: 2 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C8ECC37B820; Sat, 4 Mar 2000 06:11:58 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA36821; Sat, 4 Mar 2000 06:11:58 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sat, 4 Mar 2000 06:11:58 -0800 (PST) From: Message-Id: <200003041411.GAA36821@freefall.freebsd.org> To: martti.kuparinen@nomadiclab.com, jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17149: [PATCH] Update p5-IMAP-Admin to version 1.2.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Update p5-IMAP-Admin to version 1.2.1 State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Sat Mar 4 06:10:08 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 6:13:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A0A9C37B808; Sat, 4 Mar 2000 06:13:24 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA36927; Sat, 4 Mar 2000 06:13:24 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Sat, 4 Mar 2000 06:13:24 -0800 (PST) From: Message-Id: <200003041413.GAA36927@freefall.freebsd.org> To: jedgar@FreeBSD.org, freebsd-ports@FreeBSD.org, swallace@FreeBSD.org Subject: Re: ports/17157: Update port: audio/xcdplayer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: audio/xcdplayer Responsible-Changed-From-To: freebsd-ports->swallace Responsible-Changed-By: jedgar Responsible-Changed-When: Sat Mar 4 06:13:05 PST 2000 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 6:37:32 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ns11.rim.or.jp (ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (Postfix) with ESMTP id 6FB7F37B574; Sat, 4 Mar 2000 06:37:28 -0800 (PST) (envelope-from max@wide.ad.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.8/3.5Wpl2-ns11/RIMNET-2) with ESMTP id XAA28385; Sat, 4 Mar 2000 23:37:10 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.8/3.5Wpl2-uucp1/RIMNET) with UUCP id XAA11861; Sat, 4 Mar 2000 23:37:09 +0900 (JST) Received: from fr.aslm.rim.or.jp (fr.aslm.rim.or.jp [192.168.1.2]) by mail.aslm.rim.or.jp (8.9.3/3.5Wpl3-SMTP) with ESMTP id XAA47617; Sat, 4 Mar 2000 23:33:48 +0900 (JST) Date: Sat, 04 Mar 2000 23:32:59 +0900 Message-ID: <87putahkkk.wl@fr.aslm.rim.or.jp> From: Masafumi NAKANE To: asami@FreeBSD.org Cc: ports@FreeBSD.org Subject: japanese/pine [was Re: BROKEN_ELF ports] In-Reply-To: In your message of "01 Mar 2000 01:50:27 -0800" References: <200002252252.OAA54252@silvia.hip.berkeley.edu> <87bt54ptye.wl@fr.aslm.rim.or.jp> <87og8zo1c5.wl@fr.aslm.rim.or.jp> User-Agent: Wanderlust/2.2.18 (Please Forgive Me) REMI/1.14.0 (Uragawara) FLIM/1.13.2 (Kasanui) APEL/10.1 Emacs/20.5 (i386--freebsd) MULE/4.0 (HANANOEN) X-PGP-Fingerprint: EB40 BCAB 4CE5 0764 9942 378C 9596 159E CE35 6B59 X-ICQ-UIN: 46494717 MIME-Version: 1.0 (generated by REMI 1.14.0 - "Uragawara") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I looked at japanese/pine a bit more closely. One of the things I've been concerned about was it uses japanese/mimekit, whose source is now included in net/delegate's distfile, which is known to be insecure. As I looked at mimekit source code, sprintf() is used in more than just a few places. Since I haven't looked at the code too closely, I'm not so sure if they immediately cause security problems, but I have a feeling they probably would. Because of this, I'm now inclined to remove mimekit and ja-pine unless someone else would like to maintain them, of course after modifying them to be secure. Any comments? Cheers, Max To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 6:50: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 970D137B805 for ; Sat, 4 Mar 2000 06:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA04332; Sat, 4 Mar 2000 06:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from stalker.stu.cn.ua (cinet-gw.stu.cn.ua [212.86.102.3]) by hub.freebsd.org (Postfix) with ESMTP id D899137B805 for ; Sat, 4 Mar 2000 06:41:54 -0800 (PST) (envelope-from acid@stalker.stu.cn.ua) Received: (from acid@localhost) by stalker.stu.cn.ua (8.9.3/8.9.3) id QAA74461; Sat, 4 Mar 2000 16:41:41 +0200 (EET) Message-Id: <200003041441.QAA74461@stalker.stu.cn.ua> Date: Sat, 4 Mar 2000 16:41:41 +0200 (EET) From: acid@stu.cn.ua Reply-To: acid@stu.cn.ua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17179: BIEW (binary viewer+editor) port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17179 >Category: ports >Synopsis: BIEW (binary viewer+editor) port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 06:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Michael Vasilenko >Release: FreeBSD 3.4-STABLE i386 >Organization: Chernigiv State Technological University >Environment: >Description: Biew is Binary vIEWer with built-in editor for binary, hexadecimal and disassembler modes. The program also has text viewer with different Russia codepages support (Windows-1251, MSDOS-866, etc.). Run the program with -? or without arguments for help on program switches. Port has been tested on 3.4 and 4.0-CURRENT >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: # # editors/biew # editors/biew/Makefile # editors/biew/files # editors/biew/files/md5 # editors/biew/patches # editors/biew/patches/patch-aa # editors/biew/patches/patch-ab # editors/biew/patches/patch-ac # editors/biew/patches/patch-ad # editors/biew/patches/patch-ae # editors/biew/patches/patch-af # editors/biew/patches/patch-ag # editors/biew/patches/patch-ah # editors/biew/pkg # editors/biew/pkg/COMMENT # editors/biew/pkg/DESCR # editors/biew/pkg/PLIST # echo c - editors/biew mkdir -p editors/biew > /dev/null 2>&1 echo x - editors/biew/Makefile sed 's/^X//' >editors/biew/Makefile << 'END-of-editors/biew/Makefile' X# New ports collection makefile for: biew X# Version required: 5.0.1 X# Date created: 04 February 2000 X# Whom: Michael Vasilenko X# X# $FreeBSD$ X# X XDISTNAME= biew-501 XPKGNAME= biew-5.01 XCATEGORIES= editors XMASTER_SITES= ftp://biew.sourceforge.net/pub/biew/5.x/src/ \ X http://download.sourceforge.net/biew/ X XMAINTAINER= ports@FreeBSD.org X XUSE_BZIP2= yes XUSE_GMAKE= yes X X.include X.if ${OSVERSION} < 400010 XLIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses X.endif X Xpre-build: X ln -s ${WRKSRC}/makefile ${WRKSRC}/Makefile X Xpost-build: X @ ln -s ${WRKSRC}/tools/biewhlp/makefile ${WRKSRC}/tools/biewhlp/Makefile X @ ln -s ${WRKSRC}/tools/lzss/makefile ${WRKSRC}/tools/lzss/Makefile X @ ln -s ${WRKSRC}/lib ${WRKSRC}/tools/biewhlp/lib X @ ln -s ${WRKSRC}/lib ${WRKSRC}/tools/lzss/lib X @ (cd ${WRKSRC}/tools/biewhlp;${GMAKE}) X @ (cd ${WRKSRC}/tools/lzss;${GMAKE}) X @ (cd ${WRKSRC}/hlp;ln -s ../tools/biewhlp/biewhlp ./;\ X ln -s ../tools/lzss/lzss ./;./biewhlp biewhlp.prj) X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/biew ${PREFIX}/bin X @ ${MKDIR} ${PREFIX}/share/biew X @ ${INSTALL_DATA} ${WRKSRC}/hlp/biew.hlp ${PREFIX}/share/biew X X.include END-of-editors/biew/Makefile echo c - editors/biew/files mkdir -p editors/biew/files > /dev/null 2>&1 echo x - editors/biew/files/md5 sed 's/^X//' >editors/biew/files/md5 << 'END-of-editors/biew/files/md5' XMD5 (biew-501.tar.bz2) = b2ce070901ee1e0b2949a595bf3c087f END-of-editors/biew/files/md5 echo c - editors/biew/patches mkdir -p editors/biew/patches > /dev/null 2>&1 echo x - editors/biew/patches/patch-aa sed 's/^X//' >editors/biew/patches/patch-aa << 'END-of-editors/biew/patches/patch-aa' X--- lib/sysdep/generic/unix/os_dep.c.orig Fri Mar 3 11:08:20 2000 X+++ lib/sysdep/generic/unix/os_dep.c Sat Mar 4 14:35:49 2000 X@@ -46,7 +46,7 @@ X X char * __get_help_name(void) X { X- return "/usr/lib/biew/biew.hlp"; X+ return "/usr/local/share/biew/biew.hlp"; X } X X static void cleanup(int sig) END-of-editors/biew/patches/patch-aa echo x - editors/biew/patches/patch-ab sed 's/^X//' >editors/biew/patches/patch-ab << 'END-of-editors/biew/patches/patch-ab' X--- tools/biewhlp/biewhlp.c.orig Fri Mar 3 11:08:24 2000 X+++ tools/biewhlp/biewhlp.c Sat Mar 4 15:00:57 2000 X@@ -29,7 +29,7 @@ X BGLOBAL bOutput; X X #define BBIO_CACHE_SIZE 0x1000 X-#define ARCHIVER "lzss e" X+#define ARCHIVER "./lzss e" X #define TEMPFNAME "temp_hlp.tmp" X X void MyCallBack(IniInfo *ini) END-of-editors/biew/patches/patch-ab echo x - editors/biew/patches/patch-ac sed 's/^X//' >editors/biew/patches/patch-ac << 'END-of-editors/biew/patches/patch-ac' X--- makefile.inc.orig Fri Mar 3 11:02:14 2000 X+++ makefile.inc Sat Mar 4 15:17:21 2000 X@@ -72,7 +72,7 @@ X ### NCURSES VERSION X X USE_NCURSES = y # if system has ncurses library X-#USE_NCURSES_PSEUDO = y # ncurses pseudographics support X+USE_NCURSES_PSEUDO = y # ncurses pseudographics support X #USE_MOUSE = y # use ncurses mouse (doesnot work yet) X X ### VT100 VERSION X@@ -162,3 +162,6 @@ X #-ffunction-sections X LDFLAGS = -s $(OSLDEF) X X+#if _FreeBSD_version < 40010 X+LDFLAGS+= -L/usr/local/lib X+#endif END-of-editors/biew/patches/patch-ac echo x - editors/biew/patches/patch-ad sed 's/^X//' >editors/biew/patches/patch-ad << 'END-of-editors/biew/patches/patch-ad' X--- makefile.orig Fri Mar 3 12:33:02 2000 X+++ makefile Sat Mar 4 15:41:12 2000 X@@ -51,6 +51,9 @@ X ########################################################################## X X INCS = -I. -I./lib -I./lib/sysdep -I./plugins/bin -I./plugins/mod X+#if __FreeBSD_version < 400010 X+INCS += -I/usr/local/include X+#endif X LIBS = $(OS_LIBS) X OBJS = \ X addendum.o\ END-of-editors/biew/patches/patch-ad echo x - editors/biew/patches/patch-ae sed 's/^X//' >editors/biew/patches/patch-ae << 'END-of-editors/biew/patches/patch-ae' X--- lib/sysdep/generic/unix/kbd_code.h Fri Mar 3 11:02:00 2000 X+++ lib/sysdep/generic/unix/kbd_code.h Sat Mar 4 15:59:28 2000 X@@ -58,8 +58,11 @@ X */ X X #ifdef HAVE_NCURSES X- X+#if defined(__FreeBSD__) && __FreeBSD_version < 400010 X+#include X+#else X #include X+#endif X X /* X All non-symbol keys (function keys, arrows, etc) must be xx00 END-of-editors/biew/patches/patch-ae echo x - editors/biew/patches/patch-af sed 's/^X//' >editors/biew/patches/patch-af << 'END-of-editors/biew/patches/patch-af' X--- lib/sysdep/generic/unix/keyboard.c Fri Mar 3 11:08:20 2000 X+++ lib/sysdep/generic/unix/keyboard.c Sat Mar 4 15:36:23 2000 X@@ -25,7 +25,11 @@ X X #ifdef HAVE_NCURSES X X+#if defined(__FreeBSD__) && __FreeBSD_version < 400010 X+#include X+#else X #include X+#endif X X #ifdef HAVE_MOUSE X #include END-of-editors/biew/patches/patch-af echo x - editors/biew/patches/patch-ag sed 's/^X//' >editors/biew/patches/patch-ag << 'END-of-editors/biew/patches/patch-ag' X--- lib/sysdep/generic/unix/mouse.c Fri Mar 3 11:08:20 2000 X+++ lib/sysdep/generic/unix/mouse.c Sat Mar 4 15:44:04 2000 X@@ -19,7 +19,11 @@ X #include X X #ifdef HAVE_NCURSES X+#if defined (__FreeBSD__) &&__FreeBSD_version < 400010 X+#include X+#else X #include X+#endif X #endif X X #ifdef HAVE_MOUSE END-of-editors/biew/patches/patch-ag echo x - editors/biew/patches/patch-ah sed 's/^X//' >editors/biew/patches/patch-ah << 'END-of-editors/biew/patches/patch-ah' X--- lib/sysdep/generic/unix/vio.c Fri Mar 3 11:08:20 2000 X+++ lib/sysdep/generic/unix/vio.c Sat Mar 4 15:36:46 2000 X@@ -32,8 +32,11 @@ X #define VMAX_Y 100 X X #ifdef HAVE_NCURSES X- X+#if defined(__FreeBSD__) && __FreeBSD_version < 400010 X+#include X+#else X #include X+#endif X X const static int __ncurses_color[8] = { X COLOR_BLACK, END-of-editors/biew/patches/patch-ah echo c - editors/biew/pkg mkdir -p editors/biew/pkg > /dev/null 2>&1 echo x - editors/biew/pkg/COMMENT sed 's/^X//' >editors/biew/pkg/COMMENT << 'END-of-editors/biew/pkg/COMMENT' XBinary vIEWer + editor for binary, hexadecimal and dis-asm modes. END-of-editors/biew/pkg/COMMENT echo x - editors/biew/pkg/DESCR sed 's/^X//' >editors/biew/pkg/DESCR << 'END-of-editors/biew/pkg/DESCR' X Biew is Binary vIEWer with built-in editor for binary, Xhexadecimal and disassembler modes. The program also has text viewer Xwith different Russia codepages support (Windows-1251, MSDOS-866, Xetc.). Run the program with -? or without arguments for help on Xprogram switches. END-of-editors/biew/pkg/DESCR echo x - editors/biew/pkg/PLIST sed 's/^X//' >editors/biew/pkg/PLIST << 'END-of-editors/biew/pkg/PLIST' Xbin/biew Xshare/biew/biew.hlp END-of-editors/biew/pkg/PLIST exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 8:20:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C35637B80F for ; Sat, 4 Mar 2000 08:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA10852; Sat, 4 Mar 2000 08:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C506C37B78A for ; Sat, 4 Mar 2000 08:13:15 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA10385; Sat, 4 Mar 2000 08:13:15 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003041613.IAA10385@freefall.freebsd.org> Date: Sat, 4 Mar 2000 08:13:15 -0800 (PST) From: gonza@techline.ru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17180: update ports: mail/popa3d Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17180 >Category: ports >Synopsis: update ports: mail/popa3d >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 08:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Sergey Samoyloff >Release: 3.3-STABLE >Organization: TECHLine Systems >Environment: >Description: the popa3d goals ================ Is a POP3 daemon by Solar Designer. Well, the goals themselves are obvious; they're probably the same for most other POP3 servers as well. It's their priority that differs. For popa3d, the goals are: 1. Security (to the extent that is possible with POP3 at all, of course). 2. Reliability (again, as limited by the mailbox format and the protocol). 3. RFC compliance (slightly relaxed to work with real-world POP3 clients). 4. Performance (limited by the more important goals, above). This port is installed to be run from inetd, which is sufficient for normal usage. However, it is possible to build a stand-alone version, should you need better performance. WWW: http://www.openwall.com/popa3d/ -- Sergey Samoyloff gonza@techline.ru >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: # # popa3d # popa3d/files # popa3d/files/md5 # popa3d/patches # popa3d/patches/patch-aa # popa3d/patches/patch-ab # popa3d/pkg # popa3d/pkg/COMMENT # popa3d/pkg/DESCR # popa3d/pkg/PLIST # popa3d/pkg/INSTALL # popa3d/pkg/MESSAGE # popa3d/pkg/DEINSTALL # popa3d/Makefile # echo c - popa3d mkdir -p popa3d > /dev/null 2>&1 echo c - popa3d/files mkdir -p popa3d/files > /dev/null 2>&1 echo x - popa3d/files/md5 sed 's/^X//' >popa3d/files/md5 << 'END-of-popa3d/files/md5' XMD5 (popa3d-0.4.tar.gz) = 4ce2ed209abeaeaae7724d8d24bb7dbf END-of-popa3d/files/md5 echo c - popa3d/patches mkdir -p popa3d/patches > /dev/null 2>&1 echo x - popa3d/patches/patch-aa sed 's/^X//' >popa3d/patches/patch-aa << 'END-of-popa3d/patches/patch-aa' X--- params.h.orig Tue Feb 1 09:16:24 2000 X+++ params.h Sat Mar 4 16:12:48 2000 X@@ -33,7 +33,7 @@ X * An unprivileged dummy user to run as before authentication. The user X * and its UID must not be used for any other purpose. X */ X-#define POP_USER "popa3d" X+#define POP_USER "pop" X X /* X * Sessions will be closed if idle for longer than POP_TIMEOUT seconds. X@@ -62,7 +62,7 @@ X * Do we have shadow passwords? (Not for *BSD.) X * Note: password aging is not supported. X */ X-#define AUTH_SHADOW 1 X+#define AUTH_SHADOW 0 X X /* X * A salt used to waste some CPU time on dummy crypt(3) calls and make X@@ -81,14 +81,14 @@ X * Your mail spool directory. Note: only local (non-NFS) mode 775 mail X * spools are currently supported. X */ X-#define MAIL_SPOOL_PATH "/var/spool/mail" X+#define MAIL_SPOOL_PATH "/var/mail" X X /* X * How do we talk to syslogd? These should be fine for most systems. X */ X #define SYSLOG_IDENT "popa3d" X #define SYSLOG_OPTIONS LOG_PID X-#define SYSLOG_FACILITY LOG_DAEMON X+#define SYSLOG_FACILITY LOG_MAIL X #define SYSLOG_PRIORITY LOG_NOTICE X X /* END-of-popa3d/patches/patch-aa echo x - popa3d/patches/patch-ab sed 's/^X//' >popa3d/patches/patch-ab << 'END-of-popa3d/patches/patch-ab' X--- Makefile.orig Tue Feb 1 06:56:46 2000 X+++ Makefile Sat Mar 4 18:34:28 2000 X@@ -1,9 +1,8 @@ X-CC = gcc X-LD = gcc X+CC?= gcc X RM = rm -f X CFLAGS = -c -Wall -O2 -fomit-frame-pointer X-LDFLAGS = -s X-#LDFLAGS = -s -lcrypt X+#LDFLAGS = -s X+LDFLAGS = -s -lcrypt X X PROJ = popa3d X OBJS = md5/md5.o \ X@@ -13,7 +12,7 @@ X misc.o X X popa3d: $(OBJS) X- $(LD) $(LDFLAGS) $(OBJS) -o popa3d X+ $(CC) $(LDFLAGS) $(OBJS) -o popa3d X X md5/md5.o: md5/md5.c md5/md5.h X $(CC) $(CFLAGS) -D_LIBC md5/md5.c -o md5/md5.o END-of-popa3d/patches/patch-ab echo c - popa3d/pkg mkdir -p popa3d/pkg > /dev/null 2>&1 echo x - popa3d/pkg/COMMENT sed 's/^X//' >popa3d/pkg/COMMENT << 'END-of-popa3d/pkg/COMMENT' XSecure, performance, tiny POP3 daemon END-of-popa3d/pkg/COMMENT echo x - popa3d/pkg/DESCR sed 's/^X//' >popa3d/pkg/DESCR << 'END-of-popa3d/pkg/DESCR' Xthe popa3d goals X================ X XIs a POP3 daemon by Solar Designer. X XWell, the goals themselves are obvious; they're probably the same for most Xother POP3 servers as well. It's their priority that differs. For popa3d, Xthe goals are: X X1. Security (to the extent that is possible with POP3 at all, of course). X2. Reliability (again, as limited by the mailbox format and the protocol). X3. RFC compliance (slightly relaxed to work with real-world POP3 clients). X4. Performance (limited by the more important goals, above). X XThis port is installed to be run from inetd, which is sufficient Xfor normal usage. However, it is possible to build a stand-alone Xversion, should you need better performance. X XWWW: http://www.openwall.com/popa3d/ X X-- Sergey Samoyloff Xgonza@techline.ru END-of-popa3d/pkg/DESCR echo x - popa3d/pkg/PLIST sed 's/^X//' >popa3d/pkg/PLIST << 'END-of-popa3d/pkg/PLIST' X@comment $FreeBSD$ Xlibexec/popa3d Xshare/doc/popa3d/DESIGN Xshare/doc/popa3d/COPYING X@dirrm share/doc/popa3d END-of-popa3d/pkg/PLIST echo x - popa3d/pkg/INSTALL sed 's/^X//' >popa3d/pkg/INSTALL << 'END-of-popa3d/pkg/INSTALL' X# $FreeBSD$ X# X Xif [ "$2" != "PRE-INSTALL" ]; then X exit 0 Xfi X XPATH=/bin:/usr/bin X Xuse_vipw () { X X cat << EOF X XYou need an account "pop" to install this package. XPlease add it by hand (try "man vipw") and try again. X XAn example passwd entry is: Xpop:*:68:6::0:0:Post Office Owner:/nonexistent:/nonexistent X XEOF X X} X Xif ! id -u "pop" > /dev/null 2>&1; then X use_vipw X exit 1 Xfi X Xexit 0 X END-of-popa3d/pkg/INSTALL echo x - popa3d/pkg/MESSAGE sed 's/^X//' >popa3d/pkg/MESSAGE << 'END-of-popa3d/pkg/MESSAGE' X=========================================================================== X1. Edit your /etc/inetd.conf to use popa3d. The line should look like this: X Xpop3 stream tcp nowait root /usr/local/libexec/popa3d popa3d X XNote: when started via an inetd clone, the logging of connections is left Xup to that inetd clone or TCP wrappers. X X2. Restart inetd by sending it a SIGHUP: X X# killall -HUP inetd X=========================================================================== END-of-popa3d/pkg/MESSAGE echo x - popa3d/pkg/DEINSTALL sed 's/^X//' >popa3d/pkg/DEINSTALL << 'END-of-popa3d/pkg/DEINSTALL' X# $FreeBSD$ X# X Xif [ "$2" != "POST-DEINSTALL" ]; then X exit 0 Xfi X XPATH=/bin X Xecho "Remember to remove popa3d from /etc/inetd.conf and restart inetd" END-of-popa3d/pkg/DEINSTALL echo x - popa3d/Makefile sed 's/^X//' >popa3d/Makefile << 'END-of-popa3d/Makefile' X# New ports collection makefile for: popa3d X# Version required: 0.4 X# Date created: Sat Mar 4 15:12:56 MSK 2000 X# Whom: Sergey Samoyloff X# X# $FreeBSD$ X# X XDISTNAME= popa3d-0.4 XCATEGORIES= mail XMASTER_SITES= http://www.openwall.com/popa3d/ \ X ftp://ftp.openwall.com/popa3d/ \ X ftp://ftp.dataforce.net/pub/solar/ \ X ftp://ftp.false.com/pub/security/popa3d/ X XMAINTAINER= gonza@techline.ru X XALL_TARGET= popa3d X Xdo-install: X ${INSTALL} ${COPY} -o root -g wheel -m 500 \ X ${WRKSRC}/popa3d ${PREFIX}/libexec/popa3d X X.if !defined(NOPORTDOCS) X ${MKDIR} ${PREFIX}/share/doc/popa3d X ${INSTALL_MAN} ${WRKSRC}/DESIGN ${PREFIX}/share/doc/popa3d X ${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/popa3d X.endif X Xpre-install: X @ ${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL X Xpost-install: X @ ${CAT} ${PKGDIR}/MESSAGE X X.include END-of-popa3d/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 8:40:11 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B05337B81D for ; Sat, 4 Mar 2000 08:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA12174; Sat, 4 Mar 2000 08:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from elbas.partitur.se (elbas.partitur.se [193.219.246.222]) by hub.freebsd.org (Postfix) with ESMTP id 5A77837B806 for ; Sat, 4 Mar 2000 08:38:23 -0800 (PST) (envelope-from girgen@elbas.partitur.se) Received: (from girgen@localhost) by elbas.partitur.se (8.9.3/8.9.3) id RAA08836; Sat, 4 Mar 2000 17:38:20 +0100 (CET) (envelope-from girgen) Message-Id: <200003041638.RAA08836@elbas.partitur.se> Date: Sat, 4 Mar 2000 17:38:20 +0100 (CET) From: girgen@partitur.se Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17182: Update port: netscape-linux-4.72 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17182 >Category: ports >Synopsis: Update port: netscape-linux-4.72 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 08:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.0-CURRENT i386 >Organization: Partitur >Environment: Tested with current-4.0. I cannot get this beast running with NIS, probably due to pilot error, so I have not tested it with 3-RELENG. >Description: This set of patches updates the linux-communicator to the latest version, 4.72. >How-To-Repeat: >Fix: Index: linux-netscape47-communicator/Makefile =================================================================== RCS file: /net/elbas/opt/ncvs/ports/www/linux-netscape47-communicator/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- linux-netscape47-communicator/Makefile 2000/02/28 08:34:01 1.17 +++ linux-netscape47-communicator/Makefile 2000/03/04 12:58:54 @@ -7,11 +7,11 @@ # $FreeBSD: ports/www/linux-netscape47-communicator/Makefile,v 1.17 2000/02/28 08:34:01 asami Exp $ # -DISTNAME= linux-netscape-${BROWSER}-${BROWSER_VER} +DISTNAME= linux-netscape-communicator-${BROWSER_VER} CATEGORIES= www linux -MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.7/unix/supported/linux20_glibc2/complete_install/ \ - ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.7/unix/supported/linux20_glibc2/complete_install/ -DISTFILES= communicator-v47-export.x86-unknown-linuxglibc2.0.tar.gz +MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.72/unix/supported/linux20_glibc2/complete_install/ \ + ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.72/unix/supported/linux20_glibc2/complete_install/ +DISTFILES= communicator-v472-export.x86-unknown-linuxglibc2.0.tar.gz MAINTAINER= girgen@partitur.se @@ -19,7 +19,10 @@ ONLY_FOR_ARCHS= i386 -WRKSRC= ${WRKDIR}/${BROWSER}-v47.x86-unknown-linux2.0 +# don't overwrite the native FreeBSD port's shell script wrapper in ${PREFIX}/bin +BROWSER= communicator-linux + +WRKSRC= ${WRKDIR}/communicator-v472.x86-unknown-linux2.0 # use fake shell REQ script, since we don't require X aout libs. PKGREQ= ${.CURDIR}/pkg/REQ Index: linux-netscape47-communicator/pkg/PLIST =================================================================== RCS file: /net/elbas/opt/ncvs/ports/www/linux-netscape47-communicator/pkg/PLIST,v retrieving revision 1.8 diff -u -r1.8 PLIST --- linux-netscape47-communicator/pkg/PLIST 1999/10/10 18:33:02 1.8 +++ linux-netscape47-communicator/pkg/PLIST 2000/03/04 13:04:23 @@ -10,7 +10,7 @@ %%NSUBDIR%%/java/classes/joptio40.jar %%NSUBDIR%%/java/classes/jio40.jar %%NSUBDIR%%/java/classes/jsd10.jar -%%NSUBDIR%%/java/classes/ldap30.jar +%%NSUBDIR%%/java/classes/ldap40.jar %%NSUBDIR%%/java/classes/resource.jar %%NSUBDIR%%/java/classes/scd10.jar %%NSUBDIR%%/java/classes/awt.properties @@ -178,7 +178,7 @@ %%NSUBDIR%%/spell/netscape.dic %%NSUBDIR%%/spell/pen4s324.dat %%NSUBDIR%%/registry -%%NSUBDIR%%/communicator-4.7.bin +%%NSUBDIR%%/%%BROWSER%%-%%BROWSER%%.bin %%NSUBDIR%%/mailcap @dirrm %%NSUBDIR%%/java/classes/aix @dirrm %%NSUBDIR%%/java/classes/hpux Index: netscape4-communicator/files/md5 =================================================================== RCS file: /net/elbas/opt/ncvs/ports/www/netscape4-communicator/files/md5,v retrieving revision 1.32 diff -u -r1.32 md5 --- netscape4-communicator/files/md5 2000/03/01 21:27:51 1.32 +++ netscape4-communicator/files/md5 2000/03/04 11:58:00 @@ -11,3 +11,4 @@ MD5 (Fortify-1.4.6-unix-x86.tar.gz) = 93fd03a90dcfbf8d55ce0785d2a42ffc MD5 (communicator-v472-export.alpha-dec-osf4.0.tar.gz) = 474e77c256c7aff48268d58b3682372e MD5 (navigator-v472-export.alpha-dec-osf4.0.tar.gz) = 685a6614d81a2b8a632bc3f39e7fc070 +MD5 (communicator-v472-export.x86-unknown-linuxglibc2.0.tar.gz) = c287d5c1322a752773bc552a1dbc44c1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 8:47:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from elbas.partitur.se (elbas.partitur.se [193.219.246.222]) by hub.freebsd.org (Postfix) with ESMTP id E42FA37B81A; Sat, 4 Mar 2000 08:47:38 -0800 (PST) (envelope-from girgen@partitur.se) Received: from partitur.se (localhost [127.0.0.1]) by elbas.partitur.se (8.9.3/8.9.3) with ESMTP id RAA08867; Sat, 4 Mar 2000 17:47:29 +0100 (CET) (envelope-from girgen@partitur.se) Message-ID: <38C13E21.86FAB883@partitur.se> Date: Sat, 04 Mar 2000 17:47:29 +0100 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17182: Update port: netscape-linux-4.72 References: <200003041640.IAA12170@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------A6ED16C6CF07CFF83127F6A4" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------A6ED16C6CF07CFF83127F6A4 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I don't how this slipped through... -%%NSUBDIR%%/communicator-4.7.bin +%%NSUBDIR%%/%%BROWSER%%-%%BROWSER%%.bin Should of course be -%%NSUBDIR%%/communicator-4.7.bin +%%NSUBDIR%%/%%BROWSER%%-%%BROWSER_VER%%.bin Here's a patch to the patch [sic], or grab the attachment to this mail. --- netscape.diff Sat Mar 4 14:06:27 2000 +++ new.diff Sat Mar 4 17:44:58 2000 @@ -54,7 +54,7 @@ %%NSUBDIR%%/spell/pen4s324.dat %%NSUBDIR%%/registry -%%NSUBDIR%%/communicator-4.7.bin -+%%NSUBDIR%%/%%BROWSER%%-%%BROWSER%%.bin ++%%NSUBDIR%%/%%BROWSER%%-%%BROWSER_VER%%.bin %%NSUBDIR%%/mailcap @dirrm %%NSUBDIR%%/java/classes/aix @dirrm %%NSUBDIR%%/java/classes/hpux Sorry for the inconvenience. /Palle --------------A6ED16C6CF07CFF83127F6A4 Content-Type: text/plain; charset=us-ascii; name="new.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="new.diff" Index: linux-netscape47-communicator/Makefile =================================================================== RCS file: /net/elbas/opt/ncvs/ports/www/linux-netscape47-communicator/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- linux-netscape47-communicator/Makefile 2000/02/28 08:34:01 1.17 +++ linux-netscape47-communicator/Makefile 2000/03/04 12:58:54 @@ -7,11 +7,11 @@ # $FreeBSD: ports/www/linux-netscape47-communicator/Makefile,v 1.17 2000/02/28 08:34:01 asami Exp $ # -DISTNAME= linux-netscape-${BROWSER}-${BROWSER_VER} +DISTNAME= linux-netscape-communicator-${BROWSER_VER} CATEGORIES= www linux -MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.7/unix/supported/linux20_glibc2/complete_install/ \ - ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.7/unix/supported/linux20_glibc2/complete_install/ -DISTFILES= communicator-v47-export.x86-unknown-linuxglibc2.0.tar.gz +MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.72/unix/supported/linux20_glibc2/complete_install/ \ + ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.72/unix/supported/linux20_glibc2/complete_install/ +DISTFILES= communicator-v472-export.x86-unknown-linuxglibc2.0.tar.gz MAINTAINER= girgen@partitur.se @@ -19,7 +19,10 @@ ONLY_FOR_ARCHS= i386 -WRKSRC= ${WRKDIR}/${BROWSER}-v47.x86-unknown-linux2.0 +# don't overwrite the native FreeBSD port's shell script wrapper in ${PREFIX}/bin +BROWSER= communicator-linux + +WRKSRC= ${WRKDIR}/communicator-v472.x86-unknown-linux2.0 # use fake shell REQ script, since we don't require X aout libs. PKGREQ= ${.CURDIR}/pkg/REQ Index: linux-netscape47-communicator/pkg/PLIST =================================================================== RCS file: /net/elbas/opt/ncvs/ports/www/linux-netscape47-communicator/pkg/PLIST,v retrieving revision 1.8 diff -u -r1.8 PLIST --- linux-netscape47-communicator/pkg/PLIST 1999/10/10 18:33:02 1.8 +++ linux-netscape47-communicator/pkg/PLIST 2000/03/04 16:42:29 @@ -10,7 +10,7 @@ %%NSUBDIR%%/java/classes/joptio40.jar %%NSUBDIR%%/java/classes/jio40.jar %%NSUBDIR%%/java/classes/jsd10.jar -%%NSUBDIR%%/java/classes/ldap30.jar +%%NSUBDIR%%/java/classes/ldap40.jar %%NSUBDIR%%/java/classes/resource.jar %%NSUBDIR%%/java/classes/scd10.jar %%NSUBDIR%%/java/classes/awt.properties @@ -178,7 +178,7 @@ %%NSUBDIR%%/spell/netscape.dic %%NSUBDIR%%/spell/pen4s324.dat %%NSUBDIR%%/registry -%%NSUBDIR%%/communicator-4.7.bin +%%NSUBDIR%%/%%BROWSER%%-%%BROWSER_VER%%.bin %%NSUBDIR%%/mailcap @dirrm %%NSUBDIR%%/java/classes/aix @dirrm %%NSUBDIR%%/java/classes/hpux Index: netscape4-communicator/files/md5 =================================================================== RCS file: /net/elbas/opt/ncvs/ports/www/netscape4-communicator/files/md5,v retrieving revision 1.32 diff -u -r1.32 md5 --- netscape4-communicator/files/md5 2000/03/01 21:27:51 1.32 +++ netscape4-communicator/files/md5 2000/03/04 11:58:00 @@ -11,3 +11,4 @@ MD5 (Fortify-1.4.6-unix-x86.tar.gz) = 93fd03a90dcfbf8d55ce0785d2a42ffc MD5 (communicator-v472-export.alpha-dec-osf4.0.tar.gz) = 474e77c256c7aff48268d58b3682372e MD5 (navigator-v472-export.alpha-dec-osf4.0.tar.gz) = 685a6614d81a2b8a632bc3f39e7fc070 +MD5 (communicator-v472-export.x86-unknown-linuxglibc2.0.tar.gz) = c287d5c1322a752773bc552a1dbc44c1 --------------A6ED16C6CF07CFF83127F6A4-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 8:50: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B87E37B826 for ; Sat, 4 Mar 2000 08:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA12866; Sat, 4 Mar 2000 08:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A2BF837B722 for ; Sat, 4 Mar 2000 08:44:56 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA12461; Sat, 4 Mar 2000 08:44:56 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200003041644.IAA12461@freefall.freebsd.org> Date: Sat, 4 Mar 2000 08:44:56 -0800 (PST) From: gonza@techline.ru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17183: update ports: www/cgi-lib (please close PR misc/17181, is mistake) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17183 >Category: ports >Synopsis: update ports: www/cgi-lib (please close PR misc/17181, is mistake) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 08:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Sergey Samoyloff >Release: 3.3-STABLE i386 >Organization: TECHLine Systems >Environment: >Description: make available Main Web Site on http://www.freebsd.org/ports/www.html >How-To-Repeat: >Fix: --- pkg/DESCR.orig Sat Jan 29 09:05:34 2000 +++ pkg/DESCR Sat Mar 4 19:23:57 2000 @@ -5,4 +5,4 @@ C functions. The functions are easy to use and the source code is included. -http://www.geocities.com/SiliconValley/Vista/6493/projects/cgi-lib.html +WWW: http://www.geocities.com/SiliconValley/Vista/6493/projects/cgi-lib.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 10: 0: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BC74837B83A for ; Sat, 4 Mar 2000 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA18845; Sat, 4 Mar 2000 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 9AFFA37B85A for ; Sat, 4 Mar 2000 09:50:09 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@d60-024.leach.ucdavis.edu [169.237.60.24]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id JAA57158 for ; Sat, 4 Mar 2000 09:50:09 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id JAA36725; Sat, 4 Mar 2000 09:50:13 -0800 (PST) (envelope-from obrien) Message-Id: <200003041750.JAA36725@dragon.nuxi.com> Date: Sat, 4 Mar 2000 09:50:13 -0800 (PST) From: "David O'Brien" Reply-To: obrien@NUXI.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17184: adzapper (port) does not have an RC startup script Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17184 >Category: ports >Synopsis: adzapper (port) does not have an RC startup script >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 10:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: David O'Brien >Release: FreeBSD 4.0-CURRENT i386 >Organization: The FreeBSD Project >Environment: /usr/ports/www as of 3-March-2000 >Description: The adzapper port installs PREFIX/sbin/adzapper which is intended to be run as a daemon. However, the port does not install a PREFIX/etc/rc.d/adzapper.sh startup script. >How-To-Repeat: more /usr/ports/www/adzapper/pkg/PLIST >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 10:10:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4646737B80F for ; Sat, 4 Mar 2000 10:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA19703; Sat, 4 Mar 2000 10:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from stalker.stu.cn.ua (cinet-gw.stu.cn.ua [212.86.102.3]) by hub.freebsd.org (Postfix) with ESMTP id E296B37B806 for ; Sat, 4 Mar 2000 10:08:03 -0800 (PST) (envelope-from acid@stalker.stu.cn.ua) Received: (from acid@localhost) by stalker.stu.cn.ua (8.9.3/8.9.3) id UAA92815; Sat, 4 Mar 2000 20:07:26 +0200 (EET) Message-Id: <200003041807.UAA92815@stalker.stu.cn.ua> Date: Sat, 4 Mar 2000 20:07:26 +0200 (EET) From: acid@stu.cn.ua Reply-To: acid@stu.cn.ua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17186: BIEW (binary viewer+editor) port - working version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17186 >Category: ports >Synopsis: BIEW (binary viewer+editor) port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 10:10:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Michael Vasilenko >Release: FreeBSD 3.4-STABLE i386 >Organization: Chernigiv State Technological University >Environment: >Description: Biew is Binary vIEWer with built-in editor for binary, hexadecimal and disassembler modes. The program also has text viewer with different Russia codepages support (Windows-1251, MSDOS-866, etc.). Run the program with -? or without arguments for help on program switches. Port has been tested on 3.4 and 4.0-CURRENT, sorry for my previous posting (ports/17179), this one should work, REALLY. >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: # # editors/biew # editors/biew/files # editors/biew/files/md5 # editors/biew/patches # editors/biew/patches/patch-aa # editors/biew/patches/patch-ab # editors/biew/patches/patch-ae # editors/biew/patches/patch-af # editors/biew/patches/patch-ag # editors/biew/patches/patch-ah # editors/biew/patches/patch-ac # editors/biew/patches/patch-ad # editors/biew/pkg # editors/biew/pkg/COMMENT # editors/biew/pkg/DESCR # editors/biew/pkg/PLIST # editors/biew/Makefile # echo c - editors/biew mkdir -p editors/biew > /dev/null 2>&1 echo c - editors/biew/files mkdir -p editors/biew/files > /dev/null 2>&1 echo x - editors/biew/files/md5 sed 's/^X//' >editors/biew/files/md5 << 'END-of-editors/biew/files/md5' XMD5 (biew-501.tar.bz2) = b2ce070901ee1e0b2949a595bf3c087f END-of-editors/biew/files/md5 echo c - editors/biew/patches mkdir -p editors/biew/patches > /dev/null 2>&1 echo x - editors/biew/patches/patch-aa sed 's/^X//' >editors/biew/patches/patch-aa << 'END-of-editors/biew/patches/patch-aa' X--- lib/sysdep/generic/unix/os_dep.c.orig Fri Mar 3 11:08:20 2000 X+++ lib/sysdep/generic/unix/os_dep.c Sat Mar 4 14:35:49 2000 X@@ -46,7 +46,7 @@ X X char * __get_help_name(void) X { X- return "/usr/lib/biew/biew.hlp"; X+ return "/usr/local/share/biew/biew.hlp"; X } X X static void cleanup(int sig) END-of-editors/biew/patches/patch-aa echo x - editors/biew/patches/patch-ab sed 's/^X//' >editors/biew/patches/patch-ab << 'END-of-editors/biew/patches/patch-ab' X--- tools/biewhlp/biewhlp.c.orig Fri Mar 3 11:08:24 2000 X+++ tools/biewhlp/biewhlp.c Sat Mar 4 15:00:57 2000 X@@ -29,7 +29,7 @@ X BGLOBAL bOutput; X X #define BBIO_CACHE_SIZE 0x1000 X-#define ARCHIVER "lzss e" X+#define ARCHIVER "./lzss e" X #define TEMPFNAME "temp_hlp.tmp" X X void MyCallBack(IniInfo *ini) END-of-editors/biew/patches/patch-ab echo x - editors/biew/patches/patch-ae sed 's/^X//' >editors/biew/patches/patch-ae << 'END-of-editors/biew/patches/patch-ae' X--- lib/sysdep/generic/unix/kbd_code.h Fri Mar 3 11:02:00 2000 X+++ lib/sysdep/generic/unix/kbd_code.h Sat Mar 4 15:59:28 2000 X@@ -58,8 +58,11 @@ X */ X X #ifdef HAVE_NCURSES X- X+#if defined(__FreeBSD_version) && __FreeBSD_version < 400010 X+#include X+#else X #include X+#endif X X /* X All non-symbol keys (function keys, arrows, etc) must be xx00 END-of-editors/biew/patches/patch-ae echo x - editors/biew/patches/patch-af sed 's/^X//' >editors/biew/patches/patch-af << 'END-of-editors/biew/patches/patch-af' X--- lib/sysdep/generic/unix/keyboard.c Fri Mar 3 11:08:20 2000 X+++ lib/sysdep/generic/unix/keyboard.c Sat Mar 4 15:36:23 2000 X@@ -25,7 +25,11 @@ X X #ifdef HAVE_NCURSES X X+#if defined(__FreeBSD_version) && __FreeBSD_version < 400010 X+#include X+#else X #include X+#endif X X #ifdef HAVE_MOUSE X #include END-of-editors/biew/patches/patch-af echo x - editors/biew/patches/patch-ag sed 's/^X//' >editors/biew/patches/patch-ag << 'END-of-editors/biew/patches/patch-ag' X--- lib/sysdep/generic/unix/mouse.c Fri Mar 3 11:08:20 2000 X+++ lib/sysdep/generic/unix/mouse.c Sat Mar 4 15:44:04 2000 X@@ -19,7 +19,11 @@ X #include X X #ifdef HAVE_NCURSES X+#if defined (__FreeBSD_version) && __FreeBSD_version < 400010 X+#include X+#else X #include X+#endif X #endif X X #ifdef HAVE_MOUSE END-of-editors/biew/patches/patch-ag echo x - editors/biew/patches/patch-ah sed 's/^X//' >editors/biew/patches/patch-ah << 'END-of-editors/biew/patches/patch-ah' X--- bconsole.c.orig Fri Mar 3 11:08:17 2000 X+++ bconsole.c Sat Mar 4 19:44:57 2000 X@@ -33,9 +33,6 @@ X unsigned short Width,Height; X extern TWindow * ErrorWnd; X X-#define TRUE 1 X-#define FALSE 0 X- X #define MAXINPUT 79 X X #define FORMFEED 12 END-of-editors/biew/patches/patch-ah echo x - editors/biew/patches/patch-ac sed 's/^X//' >editors/biew/patches/patch-ac << 'END-of-editors/biew/patches/patch-ac' X--- makefile.inc.orig Fri Mar 3 11:02:14 2000 X+++ makefile.inc Sat Mar 4 19:32:28 2000 X@@ -158,7 +158,7 @@ X # LDFLAGS set it for link method # X ########################################################################### X CFLAGS = -Wall -O2 -fomit-frame-pointer -fcaller-saves\ X- -DNDEBUG=1 $(CDEFOS) $(CDEFSYS) X+ -DNDEBUG=1 $(CDEFOS) $(CDEFSYS) $(CSYSFLAGS) X #-ffunction-sections X LDFLAGS = -s $(OSLDEF) X END-of-editors/biew/patches/patch-ac echo x - editors/biew/patches/patch-ad sed 's/^X//' >editors/biew/patches/patch-ad << 'END-of-editors/biew/patches/patch-ad' X--- lib/sysdep/generic/unix/vio.c Fri Mar 3 11:08:20 2000 X+++ lib/sysdep/generic/unix/vio.c Sat Mar 4 15:36:46 2000 X@@ -32,8 +32,11 @@ X #define VMAX_Y 100 X X #ifdef HAVE_NCURSES X- X+#if defined(__FreeBSD_version) && __FreeBSD_version < 400010 X+#include X+#else X #include X+#endif X X const static int __ncurses_color[8] = { X COLOR_BLACK, END-of-editors/biew/patches/patch-ad echo c - editors/biew/pkg mkdir -p editors/biew/pkg > /dev/null 2>&1 echo x - editors/biew/pkg/COMMENT sed 's/^X//' >editors/biew/pkg/COMMENT << 'END-of-editors/biew/pkg/COMMENT' XBinary vIEWer + editor for binary, hexadecimal and dis-asm modes. END-of-editors/biew/pkg/COMMENT echo x - editors/biew/pkg/DESCR sed 's/^X//' >editors/biew/pkg/DESCR << 'END-of-editors/biew/pkg/DESCR' X Biew is Binary vIEWer with built-in editor for binary, Xhexadecimal and disassembler modes. The program also has text viewer Xwith different Russia codepages support (Windows-1251, MSDOS-866, Xetc.). Run the program with -? or without arguments for help on Xprogram switches. END-of-editors/biew/pkg/DESCR echo x - editors/biew/pkg/PLIST sed 's/^X//' >editors/biew/pkg/PLIST << 'END-of-editors/biew/pkg/PLIST' Xbin/biew Xshare/biew/biew.hlp END-of-editors/biew/pkg/PLIST echo x - editors/biew/Makefile sed 's/^X//' >editors/biew/Makefile << 'END-of-editors/biew/Makefile' X# New ports collection makefile for: biew X# Version required: 5.0.1 X# Date created: 04 February 2000 X# Whom: Michael Vasilenko X# X# $FreeBSD$ X# X XDISTNAME= biew-501 XPKGNAME= biew-5.01 XCATEGORIES= editors XMASTER_SITES= ftp://biew.sourceforge.net/pub/biew/5.x/src/ \ X http://download.sourceforge.net/biew/ X XMAINTAINER= ports@FreeBSD.org X XUSE_BZIP2= yes XUSE_GMAKE= yes XMAKE_ARGS= "USE_NCURSES_PSEUDO=y" X X.include X.if ${OSVERSION} < 400010 XLIB_DEPENDS= ncurses.4:${PORTSDIR}/devel/ncurses XMAKE_ARGS+= "CSYSFLAGS=-D__FreeBSD_version=${OSVERSION} -I${LOCALBASE}/include" XMAKE_ARGS+= "OSLDEF=-L${LOCALBASE}/lib" X.endif X Xpre-build: X ${LN} -sf ${WRKSRC}/makefile ${WRKSRC}/Makefile X Xpost-build: X @ ${LN} -sf ${WRKSRC}/tools/biewhlp/makefile ${WRKSRC}/tools/biewhlp/Makefile X @ ${LN} -sf ${WRKSRC}/tools/lzss/makefile ${WRKSRC}/tools/lzss/Makefile X @ ${LN} -sf ${WRKSRC}/lib ${WRKSRC}/tools/biewhlp/lib X @ ${LN} -sf ${WRKSRC}/lib ${WRKSRC}/tools/lzss/lib X @ (cd ${WRKSRC}/tools/biewhlp;${GMAKE}) X @ (cd ${WRKSRC}/tools/lzss;${GMAKE}) X @ (cd ${WRKSRC}/hlp;${LN} -sf ../tools/biewhlp/biewhlp ./;\ X ${LN} -sf ../tools/lzss/lzss ./;./biewhlp biewhlp.prj) X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/biew ${PREFIX}/bin X @ ${MKDIR} ${PREFIX}/share/biew X @ ${INSTALL_DATA} ${WRKSRC}/hlp/biew.hlp ${PREFIX}/share/biew X X.include END-of-editors/biew/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 11:40: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABE5437B86A for ; Sat, 4 Mar 2000 11:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA26167; Sat, 4 Mar 2000 11:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Mar 2000 11:40:03 -0800 (PST) Message-Id: <200003041940.LAA26167@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Adam Laurie Subject: Re: ports/16703: port update from apache-ssl-1.3.9+1.37 to apache-ssl-1.3.11+1.38 Reply-To: Adam Laurie Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16703; it has been noted by GNATS. From: Adam Laurie To: freebsd-gnats-submit@FreeBSD.org, adam@algroup.co.uk Cc: Subject: Re: ports/16703: port update from apache-ssl-1.3.9+1.37 to apache-ssl-1.3.11+1.38 Date: Sat, 04 Mar 2000 19:33:03 +0000 As this has not been acted upon, and apache-1.3.12 is now out, do you want a patch from this update to the new one, or from the current port to the new one? Since this fixes a security problem (in apache, not apache-ssl), I would regard it as resonably urgent... cheers, Adam -- Adam Laurie Tel: +44 (181) 742 0755 A.L. Digital Ltd. Fax: +44 (181) 742 5995 Voysey House Barley Mow Passage http://www.aldigital.co.uk London W4 4GB mailto:adam@algroup.co.uk UNITED KINGDOM PGP key on keyservers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 12: 9:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 293DF37B70C; Sat, 4 Mar 2000 12:09:17 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (postfix@16-158.008.popsite.net [209.69.13.158]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id MAA05579; Sat, 4 Mar 2000 12:08:59 -0800 (PST) Received: by shadow.blackdawn.com (Postfix, from userid 1000) id 5ACE819D1; Sat, 4 Mar 2000 15:08:56 -0500 (EST) Date: Sat, 4 Mar 2000 15:08:56 -0500 From: Will Andrews To: Satoshi Asami Cc: rvb@cs.cmu.edu, ports@FreeBSD.ORG Subject: Re: coda-4 ports failing on 4-current Message-ID: <20000304150856.A62408@shadow.blackdawn.com> References: <200003040229.SAA13994@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200003040229.SAA13994@silvia.hip.berkeley.edu>; from asami@FreeBSD.ORG on Fri, Mar 03, 2000 at 06:29:20PM -0800 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Mar 03, 2000 at 06:29:20PM -0800, Satoshi Asami wrote: > http://bento.FreeBSD.org/errorlogs/errorlogs/e.4.20000302/coda-client-4.6.6.1.log > http://bento.FreeBSD.org/errorlogs/errorlogs/e.4.20000302/coda-server-4.6.6.1.log According to http://www.coda.cs.cmu.edu/download.html, "The old packages can remain on your system as net/coda_client and net/coda_server. We will not be enhancing/maintaining any of this old code." I say we nuke these ports in favor of net/coda5_[client,server]. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 12:10: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B0F7037B871 for ; Sat, 4 Mar 2000 12:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA28319; Sat, 4 Mar 2000 12:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from c62443-a.frmt1.sfba.home.com (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id 3AC3037B878 for ; Sat, 4 Mar 2000 12:02:55 -0800 (PST) (envelope-from adsharma@sharmas.dhs.org) Received: from sharmas.dhs.org (astra.sharmas.org [192.168.0.12]) by c62443-a.frmt1.sfba.home.com (8.9.3/8.9.3) with ESMTP id MAA08936 for ; Sat, 4 Mar 2000 12:02:55 -0800 Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id MAA23997; Sat, 4 Mar 2000 12:03:09 -0800 (PST) (envelope-from adsharma) Message-Id: <200003042003.MAA23997@sharmas.dhs.org> Date: Sat, 4 Mar 2000 12:03:09 -0800 (PST) From: Arun Sharma Reply-To: adsharma@sharmas.dhs.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17187: Zope doesn't build. ${CHMOD} not defined Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17187 >Category: ports >Synopsis: Zope doesn't build. ${CHMOD} not defined >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 12:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Arun Sharma >Release: FreeBSD 4.0-CURRENT i386 >Organization: Myself >Environment: FreeBSD 4.0 >Description: make install on the Zope port fails because CHMOD is not defined. >How-To-Repeat: make install on 4.0 current >Fix: Define ${CHMOD} somewhere >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 13:50:29 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D073A37B89E; Sat, 4 Mar 2000 13:50:27 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA36314; Sat, 4 Mar 2000 13:50:27 -0800 (PST) (envelope-from sada@FreeBSD.org) Date: Sat, 4 Mar 2000 13:50:27 -0800 (PST) From: Message-Id: <200003042150.NAA36314@freefall.freebsd.org> To: cjh@kr.FreeBSD.ORG, sada@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17126: Ports fix: korean/hlatexpsfonts-wansungstd Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ports fix: korean/hlatexpsfonts-wansungstd State-Changed-From-To: open->closed State-Changed-By: sada State-Changed-When: Sat Mar 4 13:49:54 PST 2000 State-Changed-Why: Committed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 14: 5:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3414337B897; Sat, 4 Mar 2000 14:05:42 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA37570; Sat, 4 Mar 2000 14:05:42 -0800 (PST) (envelope-from kris@FreeBSD.org) Date: Sat, 4 Mar 2000 14:05:42 -0800 (PST) From: Message-Id: <200003042205.OAA37570@freefall.freebsd.org> To: assar@stacken.kth.se, kris@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17036: working port for arla-0.31 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: working port for arla-0.31 State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Mar 4 14:05:31 PST 2000 State-Changed-Why: Upgrade committed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 14:10: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9053237B8BB for ; Sat, 4 Mar 2000 14:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA38029; Sat, 4 Mar 2000 14:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Mar 2000 14:10:03 -0800 (PST) Message-Id: <200003042210.OAA38029@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Piazza Subject: Re: ports/17187: Zope doesn't build. ${CHMOD} not defined Reply-To: Chris Piazza Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17187; it has been noted by GNATS. From: Chris Piazza To: Arun Sharma Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/17187: Zope doesn't build. ${CHMOD} not defined Date: Sat, 4 Mar 2000 14:02:02 -0800 On Sat, Mar 04, 2000 at 12:03:09PM -0800, Arun Sharma wrote: > > >Description: > > make install on the Zope port fails because CHMOD is not defined. > > >How-To-Repeat: > > make install on 4.0 current > > >Fix: > > Define ${CHMOD} somewhere ${CHMOD} and ${CHOWN} were added to bsd.port.mk in rev 1.316 on Aug. 22 '99. % grep CHMOD\?= bsd.port.mk CHMOD?= /bin/chmod % ident bsd.port.mk bsd.port.mk: $FreeBSD: ports/Mk/bsd.port.mk,v 1.330 2000/03/03 01:23:49 asami Exp $ What revision of bsd.port.mk do you have? -Chris -- cpiazza@jaxon.net cpiazza@FreeBSD.org Abbotsford, BC, Canada To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 14:40: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 957B437B8CA for ; Sat, 4 Mar 2000 14:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA40068; Sat, 4 Mar 2000 14:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Mar 2000 14:40:03 -0800 (PST) Message-Id: <200003042240.OAA40068@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/17187: Zope doesn't build. ${CHMOD} not defined Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17187; it has been noted by GNATS. From: Will Andrews To: Arun Sharma Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/17187: Zope doesn't build. ${CHMOD} not defined Date: Sat, 4 Mar 2000 15:26:47 -0500 On Sat, Mar 04, 2000 at 12:03:09PM -0800, Arun Sharma wrote: > >Description: > > make install on the Zope port fails because CHMOD is not defined. Update your ports collection. <2 5013-0> (00-03-04 15:25:43) [will@shadow /usr/ports/Mk]% grep chmod bsd.port.mk CHMOD?= /bin/chmod -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 14:50: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C84937B8C5 for ; Sat, 4 Mar 2000 14:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA40716; Sat, 4 Mar 2000 14:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from alchemy.oven.org (sh-adm2.ksl.co.il [199.203.25.4]) by hub.freebsd.org (Postfix) with ESMTP id 1EE9537B8A0 for ; Sat, 4 Mar 2000 14:46:03 -0800 (PST) (envelope-from mapc@alchemy.oven.org) Received: (from mapc@localhost) by alchemy.oven.org (8.9.3/8.9.3) id AAA51424; Sun, 5 Mar 2000 00:46:21 +0200 (IST) (envelope-from mapc) Message-Id: <200003042246.AAA51424@alchemy.oven.org> Date: Sun, 5 Mar 2000 00:46:21 +0200 (IST) From: Roman Shterenzon To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17189: new ipfm port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17189 >Category: ports >Synopsis: new ipfm port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 14:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: New port for ipfm - IP Flow Meter is a bandwidth analysis tool, that measures how much bandwidth specified hosts use on their Internet link. >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: # # ipfm # ipfm/Makefile # ipfm/files # ipfm/files/md5 # ipfm/patches # ipfm/patches/patch-aa # ipfm/pkg # ipfm/pkg/PLIST # ipfm/pkg/DESCR # ipfm/pkg/COMMENT # echo c - ipfm mkdir -p ipfm > /dev/null 2>&1 echo x - ipfm/Makefile sed 's/^X//' >ipfm/Makefile << 'END-of-ipfm/Makefile' X# New ports collection makefile for: ipfm X# Version required: 0.10.4 X# Date Created: 4 Mar 2000 X# Whom: Roman Shterenzon X# X# $FreeBSD$ X# X XDISTNAME= ipfm-0.10.4 XCATEGORIES= net XMASTER_SITES= http://www.via.ecp.fr/~tibob/ipfm/archive/ XEXTRACT_SUFX=.tgz X XMAINTAINER= roman@xpert.com X XWRKSRC= ${WRKDIR}/${PKGNAME} XPATCH_STRIP= -p1 X XGNU_CONFIGURE= yes X X.include END-of-ipfm/Makefile echo c - ipfm/files mkdir -p ipfm/files > /dev/null 2>&1 echo x - ipfm/files/md5 sed 's/^X//' >ipfm/files/md5 << 'END-of-ipfm/files/md5' XMD5 (ipfm-0.10.4.tgz) = bf5b0adc9301449dce2da0d42a0116d0 END-of-ipfm/files/md5 echo c - ipfm/patches mkdir -p ipfm/patches > /dev/null 2>&1 echo x - ipfm/patches/patch-aa sed 's/^X//' >ipfm/patches/patch-aa << 'END-of-ipfm/patches/patch-aa' X--- ipfm-0.10.4.orig/configure Sat Oct 16 17:18:30 1999 X+++ ipfm-0.10.4/configure Sat Mar 4 23:57:54 2000 X@@ -1370,7 +1370,7 @@ X done X X X-sysconfdir=/etc X+sysconfdir=$prefix/etc X X trap '' 1 2 15 X cat > confcache <<\EOF END-of-ipfm/patches/patch-aa echo c - ipfm/pkg mkdir -p ipfm/pkg > /dev/null 2>&1 echo x - ipfm/pkg/PLIST sed 's/^X//' >ipfm/pkg/PLIST << 'END-of-ipfm/pkg/PLIST' Xsbin/ipfm Xman/man5/ipfm.conf.5 Xman/man8/ipfm.8 Xetc/ipfm.conf END-of-ipfm/pkg/PLIST echo x - ipfm/pkg/DESCR sed 's/^X//' >ipfm/pkg/DESCR << 'END-of-ipfm/pkg/DESCR' XIP Flow Meter is a bandwidth analysis tool, that measures how much bandwidth Xspecified hosts use on their Internet link. X XIt is written using libpcap ( ftp://ftp.ee.lbl.gov/libpcap.tar.Z ), Xso it ought to be portable. END-of-ipfm/pkg/DESCR echo x - ipfm/pkg/COMMENT sed 's/^X//' >ipfm/pkg/COMMENT << 'END-of-ipfm/pkg/COMMENT' XIP Flow Meter is a bandwidth analysis tool END-of-ipfm/pkg/COMMENT exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 14:55:21 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 495A537B8C1; Sat, 4 Mar 2000 14:55:18 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA41030; Sat, 4 Mar 2000 14:55:18 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 14:55:18 -0800 (PST) From: Message-Id: <200003042255.OAA41030@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: ports/17154: need to raise file descriptor limit, its 1024 now. i did sysctl but cant get FD_SETSIZE to raise Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: need to raise file descriptor limit, its 1024 now. i did sysctl but cant get FD_SETSIZE to raise Responsible-Changed-From-To: freebsd-ports->freebsd-bugs Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Mar 4 14:54:45 PST 2000 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 14:56:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35EC237B898; Sat, 4 Mar 2000 14:56:35 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA41186; Sat, 4 Mar 2000 14:56:35 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 14:56:35 -0800 (PST) From: Message-Id: <200003042256.OAA41186@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, reg@FreeBSD.org Subject: Re: ports/17106: gnomemedia fails on vu-meter build Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gnomemedia fails on vu-meter build Responsible-Changed-From-To: freebsd-ports->reg Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Mar 4 14:56:26 PST 2000 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 14:57:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83AC437B8AE; Sat, 4 Mar 2000 14:57:19 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA41335; Sat, 4 Mar 2000 14:57:19 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 14:57:19 -0800 (PST) From: Message-Id: <200003042257.OAA41335@freefall.freebsd.org> To: patl@phoenix.volant.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17053: Latest 34upgrade has wrong version number Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Latest 34upgrade has wrong version number State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Mar 4 14:57:03 PST 2000 State-Changed-Why: Recently fixed by Satoshi Asami To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 15: 0:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FF1337B97F for ; Sat, 4 Mar 2000 15:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA41682; Sat, 4 Mar 2000 15:00:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Mar 2000 15:00:04 -0800 (PST) Message-Id: <200003042300.PAA41682@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/17189: new ipfm port Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17189; it has been noted by GNATS. From: Will Andrews To: Roman Shterenzon Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/17189: new ipfm port Date: Sat, 4 Mar 2000 17:55:22 -0500 On Sun, Mar 05, 2000 at 12:46:21AM +0200, Roman Shterenzon wrote: > IP Flow Meter is a bandwidth analysis tool, that measures how much > bandwidth specified hosts use on their Internet link. Cool! > sed 's/^X//' >ipfm/pkg/DESCR << 'END-of-ipfm/pkg/DESCR' > XIP Flow Meter is a bandwidth analysis tool, that measures how much bandwidth > Xspecified hosts use on their Internet link. > X > XIt is written using libpcap ( ftp://ftp.ee.lbl.gov/libpcap.tar.Z ), > Xso it ought to be portable. WWW: http://www.via.ecp.fr/~tibob/ipfm/ > END-of-ipfm/pkg/DESCR > echo x - ipfm/pkg/COMMENT > sed 's/^X//' >ipfm/pkg/COMMENT << 'END-of-ipfm/pkg/COMMENT' > XIP Flow Meter is a bandwidth analysis tool Do not include the name of the program. pkg/COMMENT should look more like: Bandwidth analysis tool Simple enough. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 15: 0:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C62137B940 for ; Sat, 4 Mar 2000 15:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA41677; Sat, 4 Mar 2000 15:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from alchemy.oven.org (sh-adm2.ksl.co.il [199.203.25.4]) by hub.freebsd.org (Postfix) with ESMTP id 76EED37B6F7 for ; Sat, 4 Mar 2000 14:55:01 -0800 (PST) (envelope-from mapc@alchemy.oven.org) Received: (from mapc@localhost) by alchemy.oven.org (8.9.3/8.9.3) id AAA53807; Sun, 5 Mar 2000 00:55:28 +0200 (IST) (envelope-from mapc) Message-Id: <200003042255.AAA53807@alchemy.oven.org> Date: Sun, 5 Mar 2000 00:55:28 +0200 (IST) From: Roman Shterenzon To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17190: new port: ipfm, ignore prev report Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17190 >Category: ports >Synopsis: new port: ipfm, ignore prev report >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 15:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Roman Shterenzon >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: new port: ipfm - ip flood meter >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: # # ipfm # ipfm/Makefile # ipfm/files # ipfm/files/md5 # ipfm/patches # ipfm/patches/patch-aa # ipfm/patches/patch-ab # ipfm/pkg # ipfm/pkg/PLIST # ipfm/pkg/DESCR # ipfm/pkg/COMMENT # echo c - ipfm mkdir -p ipfm > /dev/null 2>&1 echo x - ipfm/Makefile sed 's/^X//' >ipfm/Makefile << 'END-of-ipfm/Makefile' X# New ports collection makefile for: ipfm X# Version required: 0.10.4 X# Date Created: 4 Mar 2000 X# Whom: Roman Shterenzon X# X# $FreeBSD$ X# X XDISTNAME= ipfm-0.10.4 XCATEGORIES= net XMASTER_SITES= http://www.via.ecp.fr/~tibob/ipfm/archive/ XEXTRACT_SUFX=.tgz X XMAINTAINER= roman@xpert.com X XWRKSRC= ${WRKDIR}/${PKGNAME} XPATCH_STRIP= -p1 X XGNU_CONFIGURE= yes X X.include END-of-ipfm/Makefile echo c - ipfm/files mkdir -p ipfm/files > /dev/null 2>&1 echo x - ipfm/files/md5 sed 's/^X//' >ipfm/files/md5 << 'END-of-ipfm/files/md5' XMD5 (ipfm-0.10.4.tgz) = bf5b0adc9301449dce2da0d42a0116d0 END-of-ipfm/files/md5 echo c - ipfm/patches mkdir -p ipfm/patches > /dev/null 2>&1 echo x - ipfm/patches/patch-aa sed 's/^X//' >ipfm/patches/patch-aa << 'END-of-ipfm/patches/patch-aa' X--- ipfm-0.10.4.orig/configure Sat Oct 16 17:18:30 1999 X+++ ipfm-0.10.4/configure Sat Mar 4 23:57:54 2000 X@@ -1370,7 +1370,7 @@ X done X X X-sysconfdir=/etc X+sysconfdir=$prefix/etc X X trap '' 1 2 15 X cat > confcache <<\EOF END-of-ipfm/patches/patch-aa echo x - ipfm/patches/patch-ab sed 's/^X//' >ipfm/patches/patch-ab << 'END-of-ipfm/patches/patch-ab' X--- ipfm-0.10.4/Makefile.in Mon Oct 11 15:45:58 1999 X+++ ipfm-0.10.4.orig/Makefile.in Sun Mar 5 00:48:36 2000 X@@ -15,7 +15,7 @@ X X install: all X $(INSTALL) -d -m 755 $(SBINDIR) X- $(INSTALL) -m 755 source/ipfm $(SBINDIR)/ipfm X+ $(INSTALL) -s -m 755 source/ipfm $(SBINDIR)/ipfm X $(INSTALL) -d -m 755 $(ETCDIR) X [ -f $(CONFIGURATION_FILE) ] || \ X $(INSTALL) -m 644 ipfm.conf.sample $(CONFIGURATION_FILE) END-of-ipfm/patches/patch-ab echo c - ipfm/pkg mkdir -p ipfm/pkg > /dev/null 2>&1 echo x - ipfm/pkg/PLIST sed 's/^X//' >ipfm/pkg/PLIST << 'END-of-ipfm/pkg/PLIST' Xsbin/ipfm Xman/man5/ipfm.conf.5 Xman/man8/ipfm.8 Xetc/ipfm.conf END-of-ipfm/pkg/PLIST echo x - ipfm/pkg/DESCR sed 's/^X//' >ipfm/pkg/DESCR << 'END-of-ipfm/pkg/DESCR' XIP Flow Meter is a bandwidth analysis tool, that measures how much bandwidth Xspecified hosts use on their Internet link. X XIt is written using libpcap ( ftp://ftp.ee.lbl.gov/libpcap.tar.Z ), Xso it ought to be portable. END-of-ipfm/pkg/DESCR echo x - ipfm/pkg/COMMENT sed 's/^X//' >ipfm/pkg/COMMENT << 'END-of-ipfm/pkg/COMMENT' XIP Flow Meter is a bandwidth analysis tool END-of-ipfm/pkg/COMMENT exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 15: 3: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A9FC37B8C1; Sat, 4 Mar 2000 15:03:07 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42014; Sat, 4 Mar 2000 15:03:07 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 15:03:07 -0800 (PST) From: Message-Id: <200003042303.PAA42014@freefall.freebsd.org> To: tony.maher@eBioinformatics.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17012: Port Update: net/generic-nqs URL fix (MASTER_SITE) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Port Update: net/generic-nqs URL fix (MASTER_SITE) State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Mar 4 15:02:51 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 15: 4:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E690537B8D3; Sat, 4 Mar 2000 15:04:20 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42161; Sat, 4 Mar 2000 15:04:20 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 15:04:20 -0800 (PST) From: Message-Id: <200003042304.PAA42161@freefall.freebsd.org> To: roman@xpert.com, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17189: new ipfm port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new ipfm port State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Mar 4 15:03:58 PST 2000 State-Changed-Why: Superseded by PR 17190 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 15: 9:55 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3372C37B8F5; Sat, 4 Mar 2000 15:09:54 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA42686; Sat, 4 Mar 2000 15:09:54 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 15:09:54 -0800 (PST) From: Message-Id: <200003042309.PAA42686@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org, jseger@FreeBSD.org Subject: Re: ports/16836: graphics/ImageMagick: configured with LZW enabled Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: graphics/ImageMagick: configured with LZW enabled Responsible-Changed-From-To: freebsd-ports->jseger Responsible-Changed-By: cpiazza Responsible-Changed-When: Sat Mar 4 15:09:45 PST 2000 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 15:41:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1656237B7B5; Sat, 4 Mar 2000 15:41:48 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA45110; Sat, 4 Mar 2000 15:41:47 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 15:41:47 -0800 (PST) From: Message-Id: <200003042341.PAA45110@freefall.freebsd.org> To: andrew@sign.chg.ru, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17088: Unable to build kdenetwork Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Unable to build kdenetwork State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Mar 4 15:41:15 PST 2000 State-Changed-Why: This was just recently fixed, please update your ports and try again. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 15:50: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0791237B8F6 for ; Sat, 4 Mar 2000 15:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA45655; Sat, 4 Mar 2000 15:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by hub.freebsd.org (Postfix) with ESMTP id C6E6137B8D1 for ; Sat, 4 Mar 2000 15:46:03 -0800 (PST) (envelope-from girgen@partitur.se) Received: from d1o90.telia.com (root@d1o90.telia.com [195.67.216.241]) by maile.telia.com (8.9.3/8.9.3) with ESMTP id AAA21064 for ; Sun, 5 Mar 2000 00:45:57 +0100 (CET) Received: from stordatan.telia.com (t1o90p64.telia.com [195.67.216.64]) by d1o90.telia.com (8.8.8/8.8.8) with ESMTP id AAA26271 for ; Sun, 5 Mar 2000 00:45:57 +0100 (CET) Received: (from girgen@localhost) by stordatan.telia.com (8.9.3/8.9.1) id AAA01270; Sun, 5 Mar 2000 00:45:30 +0100 (CET) (envelope-from girgen@partitur.se) Message-Id: <200003042345.AAA01270@stordatan.telia.com> Date: Sun, 5 Mar 2000 00:45:30 +0100 (CET) From: girgen@partitur.se Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17192: doc bug for gnujsp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17192 >Category: ports >Synopsis: doc bug for gnujsp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 15:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.0-CURRENT i386 >Organization: Partitur >Environment: >Description: Gnu JSP 1.0 is actually released. The DESCR contradicts this. >How-To-Repeat: >Fix: --- www/gnujsp/pkg/DESCR~ Fri Dec 31 21:26:27 1999 +++ www/gnujsp/pkg/DESCR Sun Mar 5 00:41:53 2000 @@ -1,8 +1,6 @@ GNUJSP is a free implementation of Sun's Java Server Pages. Once the GNUJSP servlet is correctly installed, files with the extension .jsp -are translated into java source files, compiled, and run. Although -this software is quite stable, there is no 1.0 release yet, because -the JSP specification has not been finalized yet. +are translated into java source files, compiled, and run. WWW: http://www.klomp.org/gnujsp/ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 15:53:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 390A637B8D1; Sat, 4 Mar 2000 15:53:52 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA46062; Sat, 4 Mar 2000 15:53:52 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 15:53:52 -0800 (PST) From: Message-Id: <200003042353.PAA46062@freefall.freebsd.org> To: lioux@uol.com.br, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17097: update port mail/qmail (not working) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update port mail/qmail (not working) State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Mar 4 15:52:14 PST 2000 State-Changed-Why: This was fixed by asami right before your submitted this PR Thanks anyway! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 15:58:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A7D1C37B8F9; Sat, 4 Mar 2000 15:58:23 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA46561; Sat, 4 Mar 2000 15:58:23 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 15:58:23 -0800 (PST) From: Message-Id: <200003042358.PAA46561@freefall.freebsd.org> To: girgen@partitur.se, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17182: Update port: netscape-linux-4.72 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: netscape-linux-4.72 State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Mar 4 15:58:12 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 16: 0: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C5FF437B927 for ; Sat, 4 Mar 2000 16:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA46686; Sat, 4 Mar 2000 16:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mfo01.iij.ad.jp (mfo01.iij.ad.jp [202.232.2.118]) by hub.freebsd.org (Postfix) with ESMTP id 9EAF137B91E for ; Sat, 4 Mar 2000 15:54:00 -0800 (PST) (envelope-from sada@rr.iij4u.or.jp) Received: from rr.iij4u.or.jp (rr.iij4u.or.jp [210.130.0.42]) by mfo01.iij.ad.jp (8.8.8/MFO1.3) with ESMTP id IAA16479 for ; Sun, 5 Mar 2000 08:53:59 +0900 (JST) Received: from localhost (h138.p104.iij4u.or.jp [210.130.104.138]) by rr.iij4u.or.jp (8.8.8+2.2IIJ/4U1.1) with ESMTP id IAA09671 for ; Sun, 5 Mar 2000 08:53:58 +0900 (JST) Message-Id: <20000305085346J.sada@rr.iij4u.or.jp> Date: Sun, 05 Mar 2000 08:53:46 +0900 From: sada@FreeBSD.ORG Reply-To: sada@FreeBSD.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17193: leafnode+ package doesn't build spool dir. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17193 >Category: ports >Synopsis: leafnode+ package doesn't build spool dir. now. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 16:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: SADA Kenji >Release: FreeBSD 3.4-STABLE i386 >Organization: Nagoya.Aichi.Japan >Environment: FreeBSD 3.4-STABLE i386 XFree86 3.3.5 >Description: Tom, the port maintainer has removed description about variable 'LEAFNODE_SETUP_WRKDIRS' and make the port to always setup spool directory. But forgot about package and now package users have no way to setup spool directory. >How-To-Repeat: pkg_add without setting the environment 'LEAFNODE_SETUP_WRKDIRS'. >Fix: Port and package should act in same way as far as it can. I believe that one function should be written in one place and it would be better that ports makefile calls INSTALL script. I recommend below patch if Tom decided to cancel 'LEAFNODE_SETUP_WRKDIRS' works. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/news/leafnode+/Makefile,v retrieving revision 1.13 diff -u -w -r1.13 Makefile --- Makefile 2000/01/24 21:26:47 1.13 +++ Makefile 2000/03/04 23:15:57 @@ -47,19 +47,8 @@ @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/leafnode+ .endfor .endif -.if !exists{LEAFSPOOLDIR} || !exists{{LEAFLIBDIR} - @${MKDIR} ${LEAFSPOOLDIR} ${LEAFLIBDIR} - @${MKDIR} ${LEAFSPOOLDIR}/interesting.groups - @${MKDIR} ${LEAFSPOOLDIR}/out.going -.for dir_a in 0 1 2 3 4 5 6 7 8 9 -.for dir_b in 0 1 2 3 4 5 6 7 8 9 -.for dir_c in 0 1 2 3 4 5 6 7 8 9 - @${MKDIR} ${LEAFSPOOLDIR}/message.id/${dir_a}${dir_b}${dir_c} -.endfor -.endfor -.endfor - @${CHOWN} -R news:news ${LEAFSPOOLDIR} ${LEAFLIBDIR} - @${CHMOD} 2750 ${LEAFSPOOLDIR} -.endif + +post-install: + @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include Index: files/INSTALL.in =================================================================== RCS file: /home/ncvs/ports/news/leafnode+/files/INSTALL.in,v retrieving revision 1.3 diff -u -w -r1.3 INSTALL.in --- files/INSTALL.in 1999/08/30 14:31:42 1.3 +++ files/INSTALL.in 2000/03/04 23:17:48 @@ -1,8 +1,8 @@ #!/bin/sh -# $FreeBSD: /home/ncvs/ports/news/leafnode+/files/INSTALL.in,v 1.3 1999/08/30 14:31:42 peter Exp $ +# $FreeBSD: ports/news/leafnode+/files/INSTALL.in,v 1.3 1999/08/30 14:31:42 peter Exp $ LIBDIR=@LIBDIR@ SPOOLDIR=@SPOOLDIR@ -if [ x$2 = xPOST-INSTALL -a x$LEAFNODE_SETUP_WRKDIRS != x ]; then +if [ x$2 = xPOST-INSTALL ]; then if [ ! -d $LIBDIR ]; then mkdir -p $LIBDIR chown -R news.news $LIBDIR/. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 16: 0:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 86BDE37B8E9; Sat, 4 Mar 2000 16:00:53 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA46824; Sat, 4 Mar 2000 16:00:53 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 16:00:53 -0800 (PST) From: Message-Id: <200003050000.QAA46824@freefall.freebsd.org> To: girgen@partitur.se, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17192: doc bug for gnujsp Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: doc bug for gnujsp State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Mar 4 16:00:41 PST 2000 State-Changed-Why: Committed, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 16: 4:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06D8F37B8E9; Sat, 4 Mar 2000 16:04:34 -0800 (PST) (envelope-from sada@FreeBSD.org) Received: (from sada@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA47136; Sat, 4 Mar 2000 16:04:33 -0800 (PST) (envelope-from sada@FreeBSD.org) Date: Sat, 4 Mar 2000 16:04:33 -0800 (PST) From: Message-Id: <200003050004.QAA47136@freefall.freebsd.org> To: sada@FreeBSD.org, freebsd-ports@FreeBSD.org, tom@FreeBSD.org Subject: Re: ports/17193: leafnode+ package doesn't build spool dir. now. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: leafnode+ package doesn't build spool dir. now. Responsible-Changed-From-To: freebsd-ports->tom Responsible-Changed-By: sada Responsible-Changed-When: Sat Mar 4 16:03:58 PST 2000 Responsible-Changed-Why: Over to maintainer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 16:22: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id BAB1837B912 for ; Sat, 4 Mar 2000 16:22:06 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@d60-024.leach.ucdavis.edu [169.237.60.24]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id QAA59092 for ; Sat, 4 Mar 2000 16:22:05 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id QAA38769 for ports@freebsd.org; Sat, 4 Mar 2000 16:22:10 -0800 (PST) (envelope-from obrien) Date: Sat, 4 Mar 2000 16:22:10 -0800 From: "David O'Brien" To: ports@freebsd.org Subject: rename of "ijb" to "junkbuster" desired Message-ID: <20000304162210.A38757@dragon.nuxi.com> Reply-To: obrien@NUXI.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can we rename the Junkbuster port dir from "ijb" to "junkbuster"? Only the distfile is known as "ijb", the daemon is "junkbuster", you read the manpage by ``man junkbuster'', etc... The name "ibj" is obtuse. -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 16:28: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 29AE037B8A4 for ; Sat, 4 Mar 2000 16:28:04 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (postfix@[209.69.196.170]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id QAA08448; Sat, 4 Mar 2000 16:27:58 -0800 (PST) Received: by shadow.blackdawn.com (Postfix, from userid 1000) id 05BAC1897; Sat, 4 Mar 2000 19:27:50 -0500 (EST) Date: Sat, 4 Mar 2000 19:27:50 -0500 From: Will Andrews To: "David O'Brien" Cc: ports@FreeBSD.ORG Subject: Re: rename of "ijb" to "junkbuster" desired Message-ID: <20000304192750.C82012@shadow.blackdawn.com> References: <20000304162210.A38757@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000304162210.A38757@dragon.nuxi.com>; from obrien@NUXI.com on Sat, Mar 04, 2000 at 04:22:10PM -0800 X-Operating-System: FreeBSD 3.4-STABLE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Mar 04, 2000 at 04:22:10PM -0800, David O'Brien wrote: > Can we rename the Junkbuster port dir from "ijb" to "junkbuster"? Only > the distfile is known as "ijb", the daemon is "junkbuster", you read the > manpage by ``man junkbuster'', etc... > > The name "ibj" is obtuse. Yes, "ijb" does seem obtuse. I think this would be no problem. -- Will Andrews GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w--- ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ G++>+++ e->++++ h! r-->+++ y? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 16:30: 4 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AAA7E37B92A for ; Sat, 4 Mar 2000 16:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA48830; Sat, 4 Mar 2000 16:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 4 Mar 2000 16:30:02 -0800 (PST) Message-Id: <200003050030.QAA48830@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Arun Sharma Subject: Re: ports/17187: Zope doesn't build. ${CHMOD} not defined Reply-To: Arun Sharma Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17187; it has been noted by GNATS. From: Arun Sharma To: Chris Piazza Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/17187: Zope doesn't build. ${CHMOD} not defined Date: Sat, 4 Mar 2000 16:25:58 -0800 On Sat, Mar 04, 2000 at 02:02:02PM -0800, Chris Piazza wrote: > > ${CHMOD} and ${CHOWN} were added to bsd.port.mk in rev 1.316 on Aug. 22 '99. > > % grep CHMOD\?= bsd.port.mk > CHMOD?= /bin/chmod > > % ident bsd.port.mk > bsd.port.mk: > $FreeBSD: ports/Mk/bsd.port.mk,v 1.330 2000/03/03 01:23:49 asami Exp $ > > What revision of bsd.port.mk do you have? Thanks. I had: # $Id: bsd.port.mk,v 1.313 1999/05/10 23:11:07 asami Exp $ I'm moving to a new version now. -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 16:32:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AE2237B91A; Sat, 4 Mar 2000 16:32:34 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA49096; Sat, 4 Mar 2000 16:32:34 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Sat, 4 Mar 2000 16:32:34 -0800 (PST) From: Message-Id: <200003050032.QAA49096@freefall.freebsd.org> To: adsharma@sharmas.dhs.org, cpiazza@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17187: Zope doesn't build. ${CHMOD} not defined Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Zope doesn't build. ${CHMOD} not defined State-Changed-From-To: open->closed State-Changed-By: cpiazza State-Changed-When: Sat Mar 4 16:32:18 PST 2000 State-Changed-Why: Problem was an out of date bsd.port.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 16:40:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3439337B938 for ; Sat, 4 Mar 2000 16:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA49548; Sat, 4 Mar 2000 16:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from snapple.webct.com (snapple.webct.com [209.87.17.45]) by hub.freebsd.org (Postfix) with ESMTP id BFC1937B91E for ; Sat, 4 Mar 2000 16:36:34 -0800 (PST) (envelope-from varju@snapple.webct.com) Received: (from root@localhost) by snapple.webct.com (8.9.3/8.9.3) id QAA30853; Sat, 4 Mar 2000 16:35:08 -0800 (PST) (envelope-from varju) Message-Id: <200003050035.QAA30853@snapple.webct.com> Date: Sat, 4 Mar 2000 16:35:08 -0800 (PST) From: Alex Varju Reply-To: varju@snapple.webct.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17195: palm/jpilot ports update to version 0.98 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17195 >Category: ports >Synopsis: palm/jpilot ports update to version 0.98 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 16:40:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alex Varju >Release: FreeBSD 4.0-CURRENT i386 >Organization: WebCT Canada >Environment: >Description: palm/jpilot ports update to version 0.98 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /webct2/Admin/cvsroot/ports/palm/jpilot/Makefile,v retrieving revision 1.7 diff -u -w -r1.7 Makefile --- Makefile 1999/12/25 15:45:40 1.7 +++ Makefile 2000/03/05 00:31:54 @@ -7,14 +7,15 @@ # # "?=" and "+=" are for including this Makefile from japanese/jpilot -DISTNAME= jpilot-0.97 +DISTNAME= jpilot-0.98 CATEGORIES= palm comms MASTER_SITES= http://jpilot.linuxbox.com/ MAINTAINER?= varju@webct.com LIB_DEPENDS= pisock.3:${PORTSDIR}/palm/pilot-link \ - gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + intl.1:${PORTSDIR}/devel/gettext PREFIX= ${LOCALBASE}/pilot GNU_CONFIGURE= yes Index: files/md5 =================================================================== RCS file: /webct2/Admin/cvsroot/ports/palm/jpilot/files/md5,v retrieving revision 1.6 diff -u -w -r1.6 md5 --- files/md5 1999/12/25 15:45:40 1.6 +++ files/md5 2000/03/05 00:03:54 @@ -1 +1 @@ -MD5 (jpilot-0.97.tar.gz) = db31cf7de1b7a93add662f295c04def2 +MD5 (jpilot-0.98.tar.gz) = d997b8abc4c06b3f9a1035cfd65add3b Index: patches/patch-ba =================================================================== RCS file: /webct2/Admin/cvsroot/ports/palm/jpilot/patches/patch-ba,v retrieving revision 1.1 diff -u -w -r1.1 patch-ba --- patches/patch-ba 1999/12/25 15:45:41 1.1 +++ patches/patch-ba 2000/03/05 00:09:40 @@ -1,22 +1,19 @@ ---- Makefile.in.orig Sun Dec 12 13:23:05 1999 -+++ Makefile.in Fri Dec 24 11:04:06 1999 -@@ -22,7 +22,7 @@ - GTKLIBS = @GTK_LIBS@ +--- Makefile.in.orig Wed Mar 1 18:00:14 2000 ++++ Makefile.in Sat Mar 4 16:08:46 2000 +@@ -43,7 +43,7 @@ + INTLLIBS = @INTLLIBS@ # Targets --all: jpilot -+all: jpilot libplugin +-all: po_dir intl_dir jpilot ++all: po_dir intl_dir jpilot libplugin jpilot: jpilot.o datebook.o address.o todo.o memo.o \ utils.o sync.o prefs.o log.o plugins.o \ -@@ -132,8 +132,10 @@ - ./install-sh -c -m 755 -g bin -o bin empty/AddressDB.pdb $(prefix)/share/jpilot/ - ./install-sh -c -m 755 -g bin -o bin empty/ToDoDB.pdb $(prefix)/share/jpilot/ - ./install-sh -c -m 755 -g bin -o bin empty/MemoDB.pdb $(prefix)/share/jpilot/ +@@ -192,6 +192,7 @@ + ./install-sh -c -m 755 empty/AddressDB.pdb $(prefix)/share/jpilot/ + ./install-sh -c -m 755 empty/ToDoDB.pdb $(prefix)/share/jpilot/ + ./install-sh -c -m 755 empty/MemoDB.pdb $(prefix)/share/jpilot/ + ./install-sh -c -m 644 libplugin.a $(prefix)/lib/ + cd intl; make install + cd po; make install - uninstall: - rm $(prefix)/share/jpilot/* - rm $(prefix)/bin/jpilot - rm $(prefix)/jpilot -+ rm $(prefix)/lib/libplugin.a Index: patches/patch-bb =================================================================== RCS file: /webct2/Admin/cvsroot/ports/palm/jpilot/patches/patch-bb,v retrieving revision 1.1 diff -u -w -r1.1 patch-bb --- patches/patch-bb 1999/12/25 15:45:41 1.1 +++ patches/patch-bb 2000/03/05 00:11:08 @@ -1,11 +1,11 @@ ---- configure.orig Wed Nov 10 09:59:25 1999 -+++ configure Fri Dec 24 10:58:01 1999 -@@ -951,7 +951,7 @@ +--- configure.orig Sat Mar 4 16:10:48 2000 ++++ configure Sat Mar 4 16:10:54 2000 +@@ -3779,7 +3779,7 @@ echo $ac_n "checking for dlopen""... $ac_c" 1>&6 - echo "configure:953: checking for dlopen" >&5 + echo "configure:3781: checking for dlopen" >&5 save_LIBS="$LIBS" - LIBS="$LIBS -ldl" + LIBS="$LIBS" cat > conftest.$ac_ext <Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 16:40:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E84E37B935 for ; Sat, 4 Mar 2000 16:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA49539; Sat, 4 Mar 2000 16:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id E1C8437B921 for ; Sat, 4 Mar 2000 16:30:50 -0800 (PST) (envelope-from will@blackdawn.com) Received: from shadow.blackdawn.com (postfix@[209.69.196.170]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id QAA08476 for ; Sat, 4 Mar 2000 16:30:44 -0800 (PST) Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3]) by shadow.blackdawn.com (Postfix) with ESMTP id 4376B1886 for ; Sat, 4 Mar 2000 19:30:39 -0500 (EST) Received: by argon.blackdawn.com (Postfix, from userid 1000) id C8CD71A68; Sat, 4 Mar 2000 19:30:34 -0500 (EST) Message-Id: <20000305003034.C8CD71A68@argon.blackdawn.com> Date: Sat, 4 Mar 2000 19:30:34 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/17194: new port: games/heretic Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17194 >Category: ports >Synopsis: new port: games/heretic >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 16:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sat Feb 12 13:20:47 EST 2000 root@argon.blackdawn.com:/usr/src/sys/compile/KRYPTON i386 >Description: New port for the Heretic game (v1.0). Port accomodations: 1) X11-libs-only build. I'm sorry, but I don't have enough time before 4.0-RELEASE to make Heretic compile with MesaGL (and whatever other libraries it supports). My priority is to get a working copy of this game in the ports tree beforehand. 2) Broken HTTP protocol at raven-games.com. 3) Gets and installs the shareware WAD for you by default. I believe the license is OK with this. I have provided a knob to disable the installing of this WAD (in case someone has a non-shareware WAD or something). 4) May or may not support sound. I don't know since my system doesn't have sound. Additional notes: 1) Portlint doesn't like the conditional in the DISTFILES section. This is not my fault, it's the portlint script. ;-) 2) I have no idea why portlint is complaining about the WRKSRC, since I don't specify one. It is generated by WRKSRC=${WRKDIR}/${DISTNAME}. 3) I had some fun playing this game in 24-bit color on my laptop with its ATI Rage Pro 8MB graphics card. It has relatively good frame rate although it does slow down a bit sometimes. It's nice that people won't be forced to conform to a specific color depth in order to play the game! 4) I'm not sure the name for the port is appropriate. The people at Raven Games call it "GLHeretic" so perhaps the port should be called "glheretic" instead. However, it doesn't need GL to build, and that's why I chose to call it "heretic". This game would provide a lot of fun for many people and should be committed (IMO) before 4.0-RELEASE. >How-To-Repeat: Use the shar below to import the new port to the tree. >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: # # heretic # heretic/files # heretic/files/md5 # heretic/pkg # heretic/pkg/COMMENT # heretic/pkg/DESCR # heretic/pkg/PLIST # heretic/pkg/PLIST.nowad # heretic/patches # heretic/patches/patch-aa # heretic/patches/patch-ab # heretic/patches/patch-ac # heretic/patches/patch-ad # heretic/patches/patch-ae # heretic/patches/patch-af # heretic/patches/patch-ag # heretic/patches/patch-ah # heretic/patches/patch-ai # heretic/Makefile # echo c - heretic mkdir -p heretic > /dev/null 2>&1 echo c - heretic/files mkdir -p heretic/files > /dev/null 2>&1 echo x - heretic/files/md5 sed 's/^X//' >heretic/files/md5 << 'END-of-heretic/files/md5' XMD5 (glheretic-1.0.tar.gz) = 82874571b280c6907a2c781377393f6e XMD5 (heretic_share.wad.gz) = 8aa0b891681fc04726bbeae031bddea5 END-of-heretic/files/md5 echo c - heretic/pkg mkdir -p heretic/pkg > /dev/null 2>&1 echo x - heretic/pkg/COMMENT sed 's/^X//' >heretic/pkg/COMMENT << 'END-of-heretic/pkg/COMMENT' XUnix source-port of the famous Heretic game by id Software END-of-heretic/pkg/COMMENT echo x - heretic/pkg/DESCR sed 's/^X//' >heretic/pkg/DESCR << 'END-of-heretic/pkg/DESCR' XThis is the "Linux" port of the great Heretic game Xby id Software. It is an addicting game of sorcery Xwith blood and gore that reminds people of the old XDoom and Wolfenstein 3D games. X XWWW: http://www.raven-games.com/linuxheretic/ X X--Will END-of-heretic/pkg/DESCR echo x - heretic/pkg/PLIST sed 's/^X//' >heretic/pkg/PLIST << 'END-of-heretic/pkg/PLIST' Xbin/heretic Xshare/heretic/heretic_share.wad X@dirrm share/heretic END-of-heretic/pkg/PLIST echo x - heretic/pkg/PLIST.nowad sed 's/^X//' >heretic/pkg/PLIST.nowad << 'END-of-heretic/pkg/PLIST.nowad' Xbin/heretic END-of-heretic/pkg/PLIST.nowad echo c - heretic/patches mkdir -p heretic/patches > /dev/null 2>&1 echo x - heretic/patches/patch-aa sed 's/^X//' >heretic/patches/patch-aa << 'END-of-heretic/patches/patch-aa' X--- Makefile Thu Feb 3 17:56:16 2000 X+++ Makefile.new Sun Feb 13 04:15:18 2000 X@@ -1,24 +1,24 @@ X # Makefile for Linux Heretic/GLHeretic X X # Comment the line below if you don't want to build GLHeretic. X-WANT_OGL = yes X+WANT_OGL ?= yes X X # Comment the line below if you don't want fullscreen X # support under GLHeretic. X # (Only if you have WANT_OGL !) X-WANT_OGL_FULLSCREEN = yes X+WANT_OGL_FULLSCREEN ?= yes X X # Comment this if you don't want to build GLHeretic X # with highest quality options. X # (Only if you have WANT_OGL !) X-WANT_NICE_OGL = yes X+WANT_NICE_OGL ?= yes X X X # Uncomment the line below if you want to use GSI for sound. X # (doesn't really work yet. :-() X #WANT_GSI = yes X X-CC = gcc X+CC ?= gcc X X # X # For old SVGALIB, comment out -D__NEWVGALIB__ X@@ -26,7 +26,7 @@ X CDEFS.ipx = -DUNIX -DHAVE_USLEEP -DHAVE_MATH_H -DHAVE_VALUES_H -DLINUX_MOUSE \ X -DIPX_PROTOCOL -DI_GGI_HERETIC -DNEED_SHMGETEVENTBASE \ X -D__NEWVGALIB__ # -DIPX_DEBUG -DEXTRA_WADS X-CDEFS.udp = -DUNIX -DHAVE_USLEEP -DHAVE_MATH_H -DHAVE_VALUES_H -DLINUX_MOUSE \ X+CDEFS.udp = -DUNIX -DHAVE_USLEEP -DHAVE_MATH_H -DLINUX_MOUSE -DHOMEDIR="\"/usr/X11R6/share/heretic\"" \ X -DUDP_PROTOCOL -DI_GGI_HERETIC -DNEED_SHMGETEVENTBASE \ X -D__NEWVGALIB__ # -DEXTRA_WADS X X@@ -61,11 +61,11 @@ X endif X X # Change this to change the platform X-COPT.arch = $(COPT.x86) X+COPT.arch = $(COPT.FreeBSD) X X # If you want IPX-netcode compiled, replace $(CDEFS.udp) with $(CDEFS.ipx) X X-CFLAGS = -Wall $(CDEFS.udp) $(COPT.arch) \ X+CFLAGS = $(PCFLAGS) -Wall $(CDEFS.udp) $(COPT.arch) \ X -I. -I.. -I/usr/X11R6/include $(COPT.sound) $(COPT.opengl) X X # Uncomment the line below if you want to use original "[" and "]" keys X@@ -94,10 +94,10 @@ X X endif X X-X_LDFLAGS = -L/usr/X11R6/lib X+X_LDFLAGS = -L$(X11BASE)/lib X X X11LIBS = -lXext -lX11 X-GLLIBS = -lXmu -lXi -lm -ldl X+GLLIBS = -lXmu -lXi -lm -lGL -lGLU X GGILIBS = -lggi -lm X VGALIBS = -lvga X SDLLIBS = -lSDL -lpthread X@@ -108,7 +108,7 @@ X p_spec.o p_switch.o p_telept.o p_tick.o p_user.o r_bsp.o r_data.o \ X r_draw.o r_plane.o r_segs.o r_things.o r_main.o mn_menu.o sb_bar.o \ X tables.o v_video.o w_wad.o z_zone.o in_lude.o \ X- info.o i_net.o i_system.o i_udp.o i_ipx.o i_main.o $(SOUND_OBJS) X+ info.o i_net.o i_system.o i_udp.o i_main.o $(SOUND_OBJS) X X GLOBJS = opengl/gl_effects.o opengl/gl_floorceil.o opengl/gl_fonts.o \ X opengl/gl_func.o opengl/gl_init.o opengl/gl_lights.o \ X@@ -184,17 +184,17 @@ X $(CC) -E -M $(CFLAGS) $(X_LDFLAGS) *.c $(SOUND_REFS) \ X graphics/i_sdl.c > .depend X X-x11: depx11 $(OBJS) graphics/i_x11.o $(MUSSERV) $(SNDSERV) X+x11: depx11 $(OBJS) graphics/i_x11.o X $(CC) $(CFLAGS) $(X_LDFLAGS) $(X11LIBS) $(OBJS) \ X graphics/i_x11.o -o xheretic X X-fastx11:depx11f $(OBJS) graphics/i_x11_fast.o $(MUSSERV) $(SNDSERV) X- $(CC) $(CFLAGS) $(X_LDFLAGS) $(X11LIBS) $(OBJS) \ X+fastx11:depx11f $(OBJS) graphics/i_x11_fast.o X+ $(CC) $(CFLAGS) $(X_LDFLAGS) $(GLLIBS) $(X11LIBS) $(OBJS) \ X graphics/i_x11_fast.o -o xaheretic X X X glheretic:depx11ogl $(OBJS) $(GLOBJS) graphics/i_x11_ogl.o \ X- $(MUSSERV) $(SNDSERV) sgi-libtess X+ sgi-libtess X ifeq ($(WANT_OGL_FULLSCREEN),yes) X $(CC) $(CFLAGS) $(X_LDFLAGS) $(X11LIBS) $(GLLIBS) \ X $(OBJS) $(GLOBJS) /usr/X11R6/lib/libXxf86vm.a \ X@@ -205,15 +205,15 @@ X endif X X X-ggi: depggi $(OBJS) graphics/i_ggi.o $(MUSSERV) $(SNDSERV) X+ggi: depggi $(OBJS) graphics/i_ggi.o X $(CC) $(CFLAGS) $(GGILIBS) $(OBJS) \ X graphics/i_ggi.o -o ggiheretic X X-vga: depvga $(OBJS) graphics/i_vga.o $(MUSSERV) $(SNDSERV) X+vga: depvga $(OBJS) graphics/i_vga.o X $(CC) $(CFLAGS) $(VGALIBS) $(OBJS) \ X graphics/i_vga.o -o vgaheretic X X-sdl: depsdl $(OBJS) graphics/i_sdl.o $(MUSSERV) $(SNDSERV) X+sdl: depsdl $(OBJS) graphics/i_sdl.o X $(CC) $(CFLAGS) $(X_LDFLAGS) $(SDLLIBS) $(OBJS) \ X graphics/i_sdl.o -o sdlheretic X END-of-heretic/patches/patch-aa echo x - heretic/patches/patch-ab sed 's/^X//' >heretic/patches/patch-ab << 'END-of-heretic/patches/patch-ab' X--- doomtype.h Fri Jan 7 15:42:41 2000 X+++ doomtype.h.new Sun Feb 13 03:51:40 2000 X@@ -36,7 +36,7 @@ X X /* Predefined with some OS. */ X #ifdef HAVE_VALUES_H X-#include X+#include X #ifndef MININT X #define MININT ((-(MAXINT)) - 1) X #endif END-of-heretic/patches/patch-ab echo x - heretic/patches/patch-ac sed 's/^X//' >heretic/patches/patch-ac << 'END-of-heretic/patches/patch-ac' X--- w_wad.c Sat Oct 23 05:02:21 1999 X+++ w_wad.c.new Sun Feb 13 03:52:25 2000 X@@ -15,7 +15,6 @@ X #include X #include X #include X-#include X #include X #include X #include X@@ -26,8 +25,6 @@ X X #define O_BINARY 0 X #endif /* UNIX */ X- X-#include X X #ifdef __GLIBC__ X #include END-of-heretic/patches/patch-ac echo x - heretic/patches/patch-ad sed 's/^X//' >heretic/patches/patch-ad << 'END-of-heretic/patches/patch-ad' X--- opengl/sgi-si/libtess/memalloc.h Wed Jan 26 05:30:44 2000 X+++ opengl/sgi-si/libtess/memalloc.h.new Sun Feb 13 03:54:46 2000 X@@ -42,7 +42,7 @@ X #ifndef __memalloc_simple_h_ X #define __memalloc_simple_h_ X X-#include X+#include X X #define memRealloc realloc X #define memFree free END-of-heretic/patches/patch-ad echo x - heretic/patches/patch-ae sed 's/^X//' >heretic/patches/patch-ae << 'END-of-heretic/patches/patch-ae' X--- opengl/gl_struct.h Wed Jan 26 14:38:19 2000 X+++ opengl/gl_struct.h.new Sun Feb 13 03:54:46 2000 X@@ -2,7 +2,7 @@ X #define __GL_STRUCT_H__ X X #include X-#include X+#include X #include X #include X #include END-of-heretic/patches/patch-ae echo x - heretic/patches/patch-af sed 's/^X//' >heretic/patches/patch-af << 'END-of-heretic/patches/patch-af' X--- sndserv/soundsrv.c Mon Mar 22 20:06:59 1999 X+++ sndserv/soundsrv.c.new Sun Feb 13 03:54:46 2000 X@@ -43,7 +43,7 @@ X #include X #include X #include X-#include X+#include X #include X #include X END-of-heretic/patches/patch-af echo x - heretic/patches/patch-ag sed 's/^X//' >heretic/patches/patch-ag << 'END-of-heretic/patches/patch-ag' X--- sndserv/wadread.c Thu Nov 25 05:24:49 1999 X+++ sndserv/wadread.c.new Sun Feb 13 03:54:46 2000 X@@ -39,7 +39,7 @@ X */ X X X-#include X+#include X #include X #include X #include END-of-heretic/patches/patch-ag echo x - heretic/patches/patch-ah sed 's/^X//' >heretic/patches/patch-ah << 'END-of-heretic/patches/patch-ah' X--- opengl/gl_fonts.c Sun Jan 30 05:58:21 2000 X+++ opengl/gl_fonts.c.new Sun Feb 13 03:54:46 2000 X@@ -1,5 +1,5 @@ X #include X-#include X+#include X #include X #include X END-of-heretic/patches/patch-ah echo x - heretic/patches/patch-ai sed 's/^X//' >heretic/patches/patch-ai << 'END-of-heretic/patches/patch-ai' X--- i_ipx.c Sat Oct 23 05:02:21 1999 X+++ i_ipx.c.new Sun Feb 13 03:59:27 2000 X@@ -20,7 +20,7 @@ X #include X #else X #define MYSOCKLEN_T int X-#include X+#include X #endif /* __GLIBC__ */ X X #define IPXSETUP_COMPAT /* be compatible with ipxsetup.exe */ END-of-heretic/patches/patch-ai echo x - heretic/Makefile sed 's/^X//' >heretic/Makefile << 'END-of-heretic/Makefile' X# New ports collection makefile for: glheretic X# Version required: 1.0 X# Date created: 04 Feb 2000 X# Whom: Will Andrews X# X# $FreeBSD$ X# X XDISTNAME= glheretic-1.0 XPKGNAME= heretic-1.0 XCATEGORIES= games XMASTER_SITES= http://www.raven-games.com/linuxheretic/heretic/src/ \ X http://www.raven-games.com/linuxheretic/wad/ X.if !defined(NO_WAD) XDISTFILES+= heretic_share.wad.gz XEXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} X.endif X XMAINTAINER= andrews@technologist.com X XFETCH_BEFORE_ARGS+= -b XUSE_X_PREFIX= yes XUSE_GMAKE= yes XALL_TARGET= fastx11 XMAKE_ENV= WANT_OGL="no" WANT_OGL_FULLSCREEN="no" WANT_NICE_OGL="no" XBINARY= xaheretic X.if !defined(NO_WAD) XPLIST= ${PKGDIR}/PLIST.nowad X.endif X Xdo-install: X @${MKDIR} ${PREFIX}/share/heretic X @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY} ${PREFIX}/bin/heretic X.if !defined(NO_WAD) X @${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/heretic_share.wad.gz \ X > ${PREFIX}/share/heretic/heretic_share.wad X.endif X X.include END-of-heretic/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 20:35:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from matrix.42.org (matrix.42.org [194.246.250.200]) by hub.freebsd.org (Postfix) with ESMTP id 8D6A837B6F7 for ; Sat, 4 Mar 2000 20:35:05 -0800 (PST) (envelope-from sec@42.org) Received: (from sec@localhost) by matrix.42.org (8.8.8/8.8.5) id FAA10728 (sender ); Sun, 5 Mar 2000 05:34:46 +0100 (CET) Date: Sun, 5 Mar 2000 05:34:45 +0100 From: Stefan `Sec` Zehl To: Jim Dutton Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: sendfile-2.1 Message-ID: <20000305053445.P4519@matrix.42.org> X-Current-Backlog: 312 messages References: <200001202122.PAA89606@dutton3.it.siu.edu> <36191549.97E80555@dutton3.it.siu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <36191549.97E80555@dutton3.it.siu.edu>; from jimd@dutton3.it.siu.edu on Mon, Oct 05, 1998 at 01:51:53PM -0500 I-love-doing-this: really Accept-Languages: de, en X-URL: http://sec.42.org/ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Oct 05, 1998 at 01:51:53PM -0500, Jim Dutton wrote: > Fetchfile requires PGP, but this requirement is not mentioned in the > FBSD PORTS entry. [...] > Even if PGP is not listed as a PORTS requirement, it would be nice to > somewhere indicate that PGP MAY be required or is required for the > FETCHFILE command. I've added two lines to the ports DESCR, to document this fact. Ulli Horlacher wrote: > On Thu 2000-01-20 (15:04), Jim Dutton wrote: > > It appears that it is not Y2K compliant. I just used Sendfile and the > > received file had a 1969 date. > This bug has been fixed 2000-01-01 > See ftp://ftp.belwue.de/pub/unix/sendfile-2.1.tar.gz Now that the MASTER_SITE is back again, i have updated the port, and will submit it shortly :-) CU & Thanks for your patience, Sec -- | Kevin Dalley on Melissa being Open Source: While the Melissa license is a bit unclear, Melissa aggressively encourages free distribution of its source code. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 20:50: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B0A337B96F for ; Sat, 4 Mar 2000 20:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA65598; Sat, 4 Mar 2000 20:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from matrix.42.org (matrix.42.org [194.246.250.200]) by hub.freebsd.org (Postfix) with ESMTP id 297AE37B96F for ; Sat, 4 Mar 2000 20:42:42 -0800 (PST) (envelope-from sec@42.org) Received: (from sec@localhost) by matrix.42.org (8.8.8/8.8.5) id FAA11054 (sender ); Sun, 5 Mar 2000 05:42:39 +0100 (CET) Message-Id: <200003050442.FAA11054@matrix.42.org> Date: Sun, 5 Mar 2000 05:42:39 +0100 (CET) From: Stefan `Sec` Zehl Reply-To: sec@42.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17197: Update of net/sendfile port (by maintainer) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17197 >Category: ports >Synopsis: Update of net/sendfile port (by maintainer) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 20:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Stefan `Sec` Zehl >Release: FreeBSD 2.2.7-STABLE i386 >Organization: >Environment: >Description: This updates the net/sendfile port to the most current version, which fixes a (minor) y2k bug, and a slight documentation ommision. >How-To-Repeat: apply the patch from below. >Fix: diff -burP /usr/ports/net/sendfile/Makefile sendfile/Makefile --- /usr/ports/net/sendfile/Makefile Tue Aug 31 23:54:35 1999 +++ sendfile/Makefile Sun Mar 5 04:55:05 2000 @@ -6,12 +6,10 @@ # $FreeBSD: ports/net/sendfile/Makefile,v 1.12 1999/08/30 14:24:08 peter Exp $ # -DISTNAME= sendfile-19990215 +DISTNAME= sendfile-20000102 PKGNAME= sendfile-2.1 CATEGORIES= net -MASTER_SITES= ftp://ftp.uni-stuttgart.de/pub/unix/comm/sendfile/current/ \ - ftp://infodrom.north.de/pub/unix/network/sendfile/ \ - ftp://ftp.fu-berlin.de/unix/network/sendfile/current/ +MASTER_SITES= ftp://ftp.belwue.de/pub/unix/sendfile/current/ MAINTAINER= sec@42.org diff -burP /usr/ports/net/sendfile/files/md5 sendfile/files/md5 --- /usr/ports/net/sendfile/files/md5 Wed Feb 24 14:11:03 1999 +++ sendfile/files/md5 Sun Mar 5 04:58:16 2000 @@ -1 +1 @@ -MD5 (sendfile-19990215.tar.gz) = 89d142b12ce005599842f11c59e840cc +MD5 (sendfile-20000102.tar.gz) = 4deaa00bf9a2e3f1c15abb54b30f2de0 diff -burP /usr/ports/net/sendfile/pkg/DESCR sendfile/pkg/DESCR --- /usr/ports/net/sendfile/pkg/DESCR Tue Feb 24 21:28:17 1998 +++ sendfile/pkg/DESCR Sun Mar 5 05:25:44 2000 @@ -9,3 +9,6 @@ the local sendfile spool to the recipient's current directory) and a sendfiled server (which receives files and messages and stores them in the local sendfile spool). + +NOTE: If you wish to use fetchfile (which is an optional extension to + sendfile,) you need to have pgp installed, too. diff -burP /usr/ports/net/sendfile/pkg/PLIST sendfile/pkg/PLIST --- /usr/ports/net/sendfile/pkg/PLIST Wed Feb 24 14:11:03 1999 +++ sendfile/pkg/PLIST Sun Mar 5 05:39:47 2000 @@ -2,11 +2,14 @@ bin/ewl bin/fetchfile bin/receive +bin/rf bin/sendfile bin/sendmsg +bin/sf bin/sf_cleanup bin/sfconf bin/sfdconf +bin/sm bin/utf7decode bin/utf7encode bin/wlock >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 23:20: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 73FF137B986 for ; Sat, 4 Mar 2000 23:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA74285; Sat, 4 Mar 2000 23:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 701C837B990 for ; Sat, 4 Mar 2000 23:18:13 -0800 (PST) (envelope-from dm@home.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.3/8.9.3) with UUCP id IAA17950 for FreeBSD-gnats-submit@freebsd.org; Sun, 5 Mar 2000 08:18:01 +0100 (CET) Received: (from uucp@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id GAA06098 for FreeBSD-gnats-submit@freebsd.org; Sun, 5 Mar 2000 06:32:41 +0100 (CET) Received: (from dm@localhost) by home.dinoex.sub.org (8.9.3/8.9.3) id GAA56759; Sun, 5 Mar 2000 06:14:04 +0100 (CET) Message-Id: <200003050514.GAA56759@home.dinoex.sub.org> Date: Sun, 5 Mar 2000 06:14:04 +0100 (CET) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17199: emulators/mtools configure fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17199 >Category: ports >Synopsis: emulators/mtools configure fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 23:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.4-STABLE i386 >Organization: privat >Environment: build port mtools >Description: mtools build with non-fatal errors >How-To-Repeat: while configure run you get an error: checking declaration of sys_errlist... yes [: linux: unexpected operator checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include >Fix: add this patch: --- configure.in.orig Thu Jun 3 19:51:33 1999 +++ configure.in Sun Mar 5 05:27:49 2000 @@ -271,7 +271,7 @@ fi -if [ $host_vendor = linux ] ; then +if [ $host_vendor1 = linux ] ; then LDFLAGS="$LDFLAGS -z" fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 23:20:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3A9B37B98E for ; Sat, 4 Mar 2000 23:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA74294; Sat, 4 Mar 2000 23:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 8323C37B8EA for ; Sat, 4 Mar 2000 23:18:19 -0800 (PST) (envelope-from dm@home.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.3/8.9.3) with UUCP id IAA17951 for FreeBSD-gnats-submit@freebsd.org; Sun, 5 Mar 2000 08:18:19 +0100 (CET) Received: (from uucp@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id HAA07495 for FreeBSD-gnats-submit@freebsd.org; Sun, 5 Mar 2000 07:32:43 +0100 (CET) Received: (from dm@localhost) by home.dinoex.sub.org (8.9.3/8.9.3) id HAA20368; Sun, 5 Mar 2000 07:13:58 +0100 (CET) Message-Id: <200003050613.HAA20368@home.dinoex.sub.org> Date: Sun, 5 Mar 2000 07:13:58 +0100 (CET) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17200: irc/zircon update to 1.18.240 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17200 >Category: ports >Synopsis: irc/zircon update to 1.18.240 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 23:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.4-STABLE i386 >Organization: privat >Environment: zircon with tcl/tk 8.2 >Description: old Distfile is not availible on MASTER_SITE secondary Master-Site has changed >How-To-Repeat: try to make ports/zircon >Fix: apply the patch diff zircon/Makefile zircon-1.18.240/Makefile --- zircon/Makefile Wed Nov 24 07:40:03 1999 +++ zircon-1.18.240/Makefile Sun Mar 5 07:13:14 2000 @@ -1,15 +1,15 @@ # New ports collection makefile for: zircon -# Version required: 1.18.227 +# Version required: 1.18.240 # Date created: 19 Aug 1995 # Whom: jkh / pst # # $FreeBSD: ports/irc/zircon/Makefile,v 1.44 1999/11/21 20:53:14 jseger Exp $ # -DISTNAME= zircon-1.18.227 +DISTNAME= zircon-1.18.240 CATEGORIES= irc tk82 MASTER_SITES= ftp://catless.ncl.ac.uk/pub/ \ - ftp://ftp.lan-ks.de/pub/approved/ + ftp://ftp.lan-ks.de/pub/FreeBSD/distfiles/ MAINTAINER= jseger@FreeBSD.org diff zircon/files/md5 zircon-1.18.240/files/md5 --- zircon/files/md5 Wed Nov 10 22:41:46 1999 +++ zircon-1.18.240/files/md5 Sun Mar 5 06:52:19 2000 @@ -1 +1 @@ -MD5 (zircon-1.18.227.tar.gz) = 9b54770041f3bc7851546906ca6864bd +MD5 (zircon-1.18.240.tar.gz) = 26687992362fa1563f5ae3a9ef38e436 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 23:20:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5179B37B990 for ; Sat, 4 Mar 2000 23:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA74303; Sat, 4 Mar 2000 23:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 53CC937B8C2 for ; Sat, 4 Mar 2000 23:18:25 -0800 (PST) (envelope-from dm@home.dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.3/8.9.3) with UUCP id IAA17952 for FreeBSD-gnats-submit@freebsd.org; Sun, 5 Mar 2000 08:18:25 +0100 (CET) Received: (from uucp@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with UUCP id HAA07497 for FreeBSD-gnats-submit@freebsd.org; Sun, 5 Mar 2000 07:32:45 +0100 (CET) Received: (from dm@localhost) by home.dinoex.sub.org (8.9.3/8.9.3) id HAA92986; Sun, 5 Mar 2000 07:02:31 +0100 (CET) Message-Id: <200003050602.HAA92986@home.dinoex.sub.org> Date: Sun, 5 Mar 2000 07:02:31 +0100 (CET) From: dirk.meyer@dinoex.sub.org Reply-To: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17201: news/fidogate update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17201 >Category: ports >Synopsis: news/fidogate fix for 2.2.x >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 23:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 3.3-RELEASE i386 >Organization: privat >Environment: ifmail, fidogate >Description: Make fidogate compile under FreeBSD 2.2.x fix a wrong default directory >How-To-Repeat: >Fix: apply this patches diff fidogate/Makefile fidogate-4.4.0/Makefile --- fidogate/Makefile Sat Feb 26 12:21:57 2000 +++ fidogate-4.4.0/Makefile Sun Mar 5 07:01:06 2000 @@ -26,6 +26,12 @@ USE_GMAKE= yes USE_PERL5= yes +.include + +.if ${OSVERSION} < 300000 +EXTRA_PATCHES+= ${FILESDIR}/patch-perl +.endif + pre-configure: @${MV} ${WRKSRC}/config.make ${WRKSRC}/config.make.sed @${SED} -e 's/\$${PREFIX}/${PREFIX:S/\//\\\//g}/g' \ @@ -63,4 +69,4 @@ (cd ${PREFIX}/share/examples/fidogate; tar xf -) .endif -.include +.include diff fidogate/files/patch-perl fidogate-4.4.0/files/patch-perl --- fidogate/files/patch-perl Thu Jan 1 01:00:00 1970 +++ fidogate-4.4.0/files/patch-perl Fri Jul 30 23:31:05 1999 @@ -0,0 +1,11 @@ +--- config.make.orig Fri Jul 30 23:29:26 1999 ++++ config.make Fri Jul 30 23:30:56 1999 +@@ -141,7 +141,7 @@ + + + # The perl interpreter used by subst.pl +-PERL = /usr/bin/perl ++PERL = /usr/local/bin/perl + + # Directories for installing documentation, not used by subst.pl + INFODIR = /usr/local/share/doc/fidogate/info diff fidogate/patches/patch-aa fidogate-4.4.0/patches/patch-aa --- fidogate/patches/patch-aa Sat Feb 26 12:21:58 2000 +++ fidogate-4.4.0/patches/patch-aa Wed Feb 23 06:25:42 2000 @@ -15,7 +15,7 @@ +DEFAULT_V_LOCKDIR = /var/spool/fidogate/lock DEFAULT_V_SPOOLDIR = /var/spool/fidogate -DEFAULT_V_BTBASEDIR = /var/spool/bt -+DEFAULT_V_BTBASEDIR = /var/spool/fidogate/out ++DEFAULT_V_BTBASEDIR = /var/spool/fidogate/bt DEFAULT_V_INBOUND = $(DEFAULT_V_BTBASEDIR)/in DEFAULT_V_PINBOUND = $(DEFAULT_V_BTBASEDIR)/pin DEFAULT_V_UUINBOUND = $(DEFAULT_V_BTBASEDIR)/uuin >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Mar 4 23:40: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A36A337B99A for ; Sat, 4 Mar 2000 23:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA75125; Sat, 4 Mar 2000 23:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 216C237B975 for ; Sat, 4 Mar 2000 23:31:02 -0800 (PST) (envelope-from root@blackdawn.com) Received: from shadow.blackdawn.com (postfix@16-121.008.popsite.net [209.69.13.121]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id XAA12325 for ; Sat, 4 Mar 2000 23:30:58 -0800 (PST) Received: by shadow.blackdawn.com (Postfix, from userid 0) id 800881949; Sun, 5 Mar 2000 02:30:54 -0500 (EST) Message-Id: <20000305073054.800881949@shadow.blackdawn.com> Date: Sun, 5 Mar 2000 02:30:54 -0500 (EST) From: Will Andrews Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/17203: update port: irc/scrollz: 1.8i5 -> 1.8i6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17203 >Category: ports >Synopsis: update port: irc/scrollz: 1.8i5 -> 1.8i6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 4 23:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Will Andrews >Release: FreeBSD 3.4-STABLE i386 >Organization: none >Environment: FreeBSD shadow.blackdawn.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Sun Jan 23 13:41:02 EST 2000 root@shadow.blackdawn.com:/usr/src/sys/compile/SHADOW i386 FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sun Mar 5 00:42:00 EST 2000 root@argon.blackdawn.com:/usr/src/sys/compile/KRYPTON i386 >Description: Update irc/scrollz to new version (scrollz 1.8i6). Changes in port: 1) Unfortunately, the mirror sites have basically fallen in disrepair. This works OK on 4.0-CURRENT so it should be good to go for the -RELEASE. >How-To-Repeat: Use the patch below to fix the current port. >Fix: Index: Makefile =================================================================== RCS file: /extra/cvsroot/ports/irc/scrollz/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 1999/09/05 01:13:42 1.3 +++ Makefile 2000/03/05 06:39:19 @@ -1,18 +1,15 @@ # New ports collection makefile for: ScrollZ -# Version required: 1.8i5 +# Version required: 1.8i6 # Date created: 10 Aug 1999 # Whom: Will Andrews # # $FreeBSD: ports/irc/scrollz/Makefile,v 1.3 1999/09/05 01:13:42 cpiazza Exp $ # -DISTNAME= ScrollZ-1.8i5-FreeBSD-3.2 -PKGNAME= scrollz-1.8i5 +DISTNAME= scrollz-18i6-fbsd-3.4 +PKGNAME= scrollz-1.8i6 CATEGORIES= irc -MASTER_SITES= ftp://ftp.scrollz.net/pub/ScrollZ/ \ - ftp://scrollz.unixpower.com/ScrollZ/ \ - http://white.hole.org/Bins/ \ - ftp://ftp.enlighte.nu/pub/ScrollZ/Bins/ +MASTER_SITES= ftp://ns0.hole.org/pub/ScrollZ/Bins/ EXTRACT_SUFX= .bz2 MAINTAINER= andrews@technologist.com Index: files/md5 =================================================================== RCS file: /extra/cvsroot/ports/irc/scrollz/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- files/md5 1999/08/14 03:34:42 1.1.1.1 +++ files/md5 2000/03/05 06:42:21 @@ -1 +1 @@ -MD5 (ScrollZ-1.8i5-FreeBSD-3.2.bz2) = 00dc85854ffff1fe2d3ab1a8cb0d8ca2 +MD5 (scrollz-18i6-fbsd-3.4.bz2) = 5a7af5fe5d9bcd14614b20bf7a09c552 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message