From owner-freebsd-ports Sun Apr 2 3:50:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id 9507837B7BF for ; Sun, 2 Apr 2000 03:50:11 -0700 (PDT) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id MAA09955; Sun, 2 Apr 2000 12:50:08 +0200 (CEST) Received: (from j@localhost) by uriah.heep.sax.de (8.9.3/8.9.3) id MAA13221; Sun, 2 Apr 2000 12:38:32 +0200 (MET DST) (envelope-from j) Message-ID: <20000402123831.23393@uriah.heep.sax.de> Date: Sun, 2 Apr 2000 12:38:31 +0200 From: J Wunsch To: John_David_Galt@acm.org Cc: freebsd-ports@freebsd.org Subject: Re: misc/16825: "team.c" won't compile Reply-To: Joerg Wunsch References: <200002192056.MAA75521@freefall.freebsd.org> <20000402095705.05247@uriah.heep.sax.de> <38E7054D.180389D9@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <38E7054D.180389D9@acm.org>; from John_David_Galt@acm.org on Sun, Apr 02, 2000 at 12:31:09AM -0800 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (Removed freebsd-gnats-submit, this doesn't belong into the PR trail anymore, and redirected to freebsd-ports so the ports folks can actually read it. I therefore also provide a full quote which i normally wouldn't do.) As John_David_Galt@acm.org wrote: > J Wunsch wrote: > > > > As John_David_Galt@acm.org wrote: > > > >> "team.c", in /cdrom/distfiles/team-3.1.tar.gz of CD #4, won't compile. > >> cc complains that the type "sys_errlist" is already defined. > > > > I'm afraid i can't follow you. You are actually trying to compile the > > port, or are you just picking the distfile, and rolling your own? The > > port takes care of setting the required -D switches to the compiler: > > I'm "picking the distfile and rolling my own", and not by choice. But then, you should not provide PRs for a port that is working properly. Note that the purpose of the `patches' subdirectory is just to collect all the fixes and tweaks people have found to be necessary to make something FreeBSD-compliant. If you then omit them, you should not be surprised. Modifying the distfiles directly is something that is i) outside of our power, and ii) we don't even want (so we can easily pick the distfiles from whomever is maintaining them in their original form). > FreeBSD's ports installation program is basically broken, because it > assumes and requires that the machine be connected to the Internet > successfully before it can be used. The problem is that if the install > program fails to find a file it wants in /usr/ports/distfiles, it tries > to download it from www.freebsd.org, rather than first looking in /cdrom > (or telling you to mount the correct CD if the file is not on the one > you have in the CD drive). (Btw., you can always install the binary packages that don't require any distfile at all.) Last time i tried it, it _did_ first try to fetch it from /cdrom/distfiles/, if that directory was present in the system. Alas, space on the CD-ROM is scarce these days, so only few distfiles are actually present, precompiled binary packages get precedence on the CD. Also, you can always manually carry the distfiles over to /usr/ports/distfiles/, wherever you've got them from. Finally, there's an option to just fetch distfiles only (e. g. if you can carry the machine to another location with Internet connectivity and just wanna get all the required stuff from the net), by saying `make fetch'. > Since several of the ports packages must be installed before a machine > using PPP is capable of connecting to the Internet, this makes the Huh? /usr/bin/ppp, /usr/bin/pppd and /usr/sbin/slattach are in the base system, so even if your Internet connectivity is not provided by Ethernet, you've got some options. Even sysinstall itself can already use PPP over a modem to fetch whatever is needed to install the machine. Sorry, but did you actually read the documentation? > program completely unusable. FreeBSD should not be limited to people > whose employers or schools provide dedicated net connections! I've been using dialup connections to the network for something like eight years now, and it all works fine for me. I cannot follow your bitching, sorry. (These days, i'm connected through ISDN which requires a customized kernel, but trust me, i've been using modem SLIP and PPP for years, too. And yes, i have to pay for my connectivity, per minute.) > Furthermore, examining the makefiles provided in the ports packages does > not offer any clue as to how the installation process works, so one is > simply forced to guess as I have done. Well, you need some ability to read Makefiles... In particular, if you pretend you know nothing and there were not any documentation (just for a minute -- there's of course enough documentation in the handbook about how it works), so you've just got the port's Makefile only, you should at least spot the line saying: .include If you don't know where to find make(1)'s includes, run the command `man make' then. It'll tell you it's under /usr/share/mk/. Looking into the file bsd.port.mk there, you'll see that's actually only a redirect to /usr/ports/Mk/bsd.port.mk (that redirection has simply proven to be useful so the ports-related Makefile stuff can be managed together with the ports). If you finally browse through that file, it starts with some 400 lines of documentation about what all the various variables and targets mean. But admittedly, the description in the handbook is probably easier to read. And no, you don't necessarily need an Internet connection for the handbook, /usr/share/doc/en_US.ISO_8859-1/books/handbook/book.txt provides a plain text form you can read with more(1) if you didn't install any Web browser to more comfortably read the HTML version. -- cheers, J"org / 73 de DL8DTL joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 2 5: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 D854137B631 for ; Sun, 2 Apr 2000 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA26368; Sun, 2 Apr 2000 05:40:01 -0700 (PDT) (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 ADDF637BA20 for ; Sun, 2 Apr 2000 05:37:20 -0700 (PDT) (envelope-from cjh@kr.FreeBSD.ORG) Received: from gradius.myhome (adsl-backup-210205034253.usr.hananet.net [210.205.34.253]) by kfug.kr.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA10408 for ; Sun, 2 Apr 2000 21:37:20 +0900 (KST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from cjh@localhost) by gradius.myhome (8.9.3/8.9.3) id VAA03046; Sun, 2 Apr 2000 21:37:18 +0900 (KST) (envelope-from cjh) Message-Id: <200004021237.VAA03046@gradius.myhome> Date: Sun, 2 Apr 2000 21:37:18 +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/17748: Update: www/qdecoder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17748 >Category: ports >Synopsis: Update ports: www/qdecoder >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 Apr 2 05:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 4.0-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 4.0-STABLE FreeBSD 4.0-STABLE #3: Sun Apr 2 15:50:53 KST 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: Regular version update. >How-To-Repeat: build it! >Fix: diff -uNr /usr/ports/www/qdecoder/Makefile qdecoder/Makefile --- /usr/ports/www/qdecoder/Makefile Sun Jan 30 07:38:41 2000 +++ qdecoder/Makefile Tue Mar 28 01:55:45 2000 @@ -6,7 +6,7 @@ # $FreeBSD: ports/www/qdecoder/Makefile,v 1.1 2000/01/29 22:38:41 steve Exp $ # -DISTNAME= qDecoder-5.0.7 +DISTNAME= qDecoder-5.0.8 CATEGORIES= www MASTER_SITES= ftp://ftp.hongik.com/pub/qDecoder/ EXTRACT_SUFX= .tar.Z diff -uNr /usr/ports/www/qdecoder/files/md5 qdecoder/files/md5 --- /usr/ports/www/qdecoder/files/md5 Sun Jan 30 07:38:42 2000 +++ qdecoder/files/md5 Tue Mar 28 01:35:43 2000 @@ -1 +1 @@ -MD5 (qDecoder-5.0.7.tar.Z) = 266648aef83566ffc572d825141b4397 +MD5 (qDecoder-5.0.8.tar.Z) = a0dfc2ba42020d911882791607dd0d34 >Release-Note: >Audit-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 Apr 2 5: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 2EAF137B61F for ; Sun, 2 Apr 2000 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA26359; Sun, 2 Apr 2000 05:40:01 -0700 (PDT) (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 2C21B37B574 for ; Sun, 2 Apr 2000 05:35:52 -0700 (PDT) (envelope-from cjh@kr.FreeBSD.ORG) Received: from gradius.myhome (adsl-backup-210205034253.usr.hananet.net [210.205.34.253]) by kfug.kr.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA10383 for ; Sun, 2 Apr 2000 21:35:52 +0900 (KST) (envelope-from cjh@kr.FreeBSD.ORG) Received: (from cjh@localhost) by gradius.myhome (8.9.3/8.9.3) id VAA02915; Sun, 2 Apr 2000 21:35:50 +0900 (KST) (envelope-from cjh) Message-Id: <200004021235.VAA02915@gradius.myhome> Date: Sun, 2 Apr 2000 21:35:50 +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/17747: Ports update: korean/ami Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17747 >Category: ports >Synopsis: Ports Update: korean/ami >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 Apr 2 05:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: CHOI Junho >Release: FreeBSD 4.0-STABLE i386 >Organization: Web Data Bank Co. >Environment: FreeBSD gradius.myhome 4.0-STABLE FreeBSD 4.0-STABLE #3: Sun Apr 2 15:50:53 KST 2000 root@gradius.myhome:/usr/src/sys/compile/GRADIUS i386 >Description: Regular ports update. >How-To-Repeat: build it! >Fix: diff -uNr /usr/ports/korean/ami/Makefile ami/Makefile --- /usr/ports/korean/ami/Makefile Sun Jan 30 06:34:39 2000 +++ ami/Makefile Sat Apr 1 23:04:00 2000 @@ -24,7 +24,7 @@ GTK_CONFIG=${X11BASE}/bin/gtk12-config CONFIGURE_ARGS+= --with-hangul-keyboard=2 -AMI_VER= 1.0.4 +AMI_VER= 1.0.5 # Korean input in dvorak keyboard .if defined(WITH_DVORAK) diff -uNr /usr/ports/korean/ami/files/md5 ami/files/md5 --- /usr/ports/korean/ami/files/md5 Sun Jan 30 06:34:43 2000 +++ ami/files/md5 Sat Apr 1 23:04:06 2000 @@ -1,3 +1,3 @@ -MD5 (ami-1.0.4.tar.gz) = e670aed5410af953aa166b45c5e703a5 +MD5 (ami-1.0.5.tar.gz) = 8ea2fd3e09988850c20653a6090d12f2 MD5 (hanja.dic.gz) = 3f114405753ad0596c4127df36e35710 MD5 (ami.dic) = 27ca7f0208f8fbf685f9496d0b435303 diff -uNr /usr/ports/korean/ami/patches/patch-aa ami/patches/patch-aa --- /usr/ports/korean/ami/patches/patch-aa Sun Jan 30 06:34:44 2000 +++ ami/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- Ximd/Makefile.in~ Sun Jan 2 11:49:20 2000 -+++ Ximd/Makefile.in Mon Jan 17 23:29:02 2000 -@@ -86,7 +86,7 @@ - cflags_set = @cflags_set@ - cxxflags_set = @cxxflags_set@ - --INCLUDES = $(IMDKIT_DEFINES) $(GTK_CFLAGS) -+INCLUDES = $(IMDKIT_DEFINES) $(GTK_CFLAGS) $(GNOME_INCLUDEDIR) - - noinst_LIBRARIES = libXimd.a - >Release-Note: >Audit-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 Apr 2 6: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 F391C37B99F for ; Sun, 2 Apr 2000 06:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA27803; Sun, 2 Apr 2000 06:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 2 Apr 2000 06:10:02 -0700 (PDT) Message-Id: <200004021310.GAA27803@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: CHOI Junho Subject: Re: ports/17332: New Ports: korean/gtkcomm Reply-To: CHOI Junho Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17332; it has been noted by GNATS. From: CHOI Junho To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/17332: New Ports: korean/gtkcomm Date: 02 Apr 2000 22:01:11 +0900 >>>>> "c" == cjh writes: > Description: c> gtkcomm is a serial/socket communication software. > How-To-Repeat: Here is updated diff of gtkcomm(0.5.5 -> 0.5.7). Since gtkcomm is not commited now, I post the diff in reply to this report. If someone commit this, please apply this patch also! diff -uNr gtkcomm.old/Makefile gtkcomm/Makefile --- gtkcomm.old/Makefile Sun Apr 2 21:57:31 2000 +++ gtkcomm/Makefile Sun Apr 2 21:41:11 2000 @@ -22,6 +22,6 @@ CONFIGURE_ENV= GLIB_CONFIG=${LOCALBASE}/bin/glib12-config \ GTK_CONFIG=${X11BASE}/bin/gtk12-config -VER= 0.5.5 +VER= 0.5.7 .include diff -uNr gtkcomm.old/files/md5 gtkcomm/files/md5 --- gtkcomm.old/files/md5 Sun Apr 2 21:57:31 2000 +++ gtkcomm/files/md5 Sun Apr 2 21:41:17 2000 @@ -1 +1 @@ -MD5 (gtkcomm-0.5.5.tar.gz) = 9350f26c6189286f0341a5852f12ecb7 +MD5 (gtkcomm-0.5.7.tar.gz) = 252f5b0f22de50b36f8690aba5a4a2c1 diff -uNr gtkcomm.old/patches/patch-aa gtkcomm/patches/patch-aa --- gtkcomm.old/patches/patch-aa Sun Apr 2 21:57:31 2000 +++ gtkcomm/patches/patch-aa Thu Jan 1 09:00:00 1970 @@ -1,29 +0,0 @@ ---- configure~ Thu Mar 2 17:18:46 2000 -+++ configure Wed Mar 8 22:52:14 2000 -@@ -2332,14 +2332,14 @@ - fi - - --echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 --echo "configure:2337: checking for pthread_create in -lpthread" >&5 -+echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6 -+echo "configure:2337: checking for pthread_create in -lc_r" >&5 - ac_lib_var=`echo pthread'_'pthread_create | 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="-lpthread $LIBS" -+LIBS="-lc_r $LIBS" - cat > conftest.$ac_ext <&6 -- UTIL_LIBS="${UTIL_LIBS} -lpthread" -+ UTIL_LIBS="${UTIL_LIBS} -lc_r" - cat >> confdefs.h <<\EOF - #define HAVE_PTHREAD_LIB 1 - EOF diff -uNr gtkcomm.old/patches/patch-ab gtkcomm/patches/patch-ab --- gtkcomm.old/patches/patch-ab Sun Apr 2 21:57:31 2000 +++ gtkcomm/patches/patch-ab Thu Jan 1 09:00:00 1970 @@ -1,15 +0,0 @@ ---- src/pcPTY.c.bak Wed Mar 8 22:56:18 2000 -+++ src/pcPTY.c Wed Mar 8 22:56:08 2000 -@@ -15,7 +15,12 @@ - ========================================================================== */ - #include "config.h" - #include /* SIGINT */ -+#if defined(__FreeBSD__) -+#include -+#include -+#else - #include /* openpty() */ -+#endif - #include /* login_tty() */ - - #include "pcMain.h" diff -uNr gtkcomm.old/patches/patch-ac gtkcomm/patches/patch-ac --- gtkcomm.old/patches/patch-ac Sun Apr 2 21:57:31 2000 +++ gtkcomm/patches/patch-ac Thu Jan 1 09:00:00 1970 @@ -1,11 +0,0 @@ ---- res/Makefile.in.bak Wed Mar 8 23:12:30 2000 -+++ res/Makefile.in Wed Mar 8 23:12:48 2000 -@@ -76,7 +76,7 @@ - UTIL_LIBS = @UTIL_LIBS@ - VERSION = @VERSION@ - --rc_all = bookmarks gtkcommrc iselrc chatrc capture/DEFAULT_CAPTURE_DIR down/DEFAULT_DOWNLOAD_DIR pixmap/bg.xpm pixmap/tb_close.xpm pixmap/tb_down.xpm pixmap/tb_exit.xpm pixmap/tb_macro.xpm pixmap/tb_open.xpm pixmap/tb_save.xpm pixmap/tb_up.xpm pixmap/tux-anim.png pixmap/tux-anim.xpm script/SCRIPT.txt script/chol-login.scr script/chol-logout.scr script/com-login.scr script/dialog.scr script/hitel-login.scr script/local-login.scr script/local-logout.scr script/monitor.scr script/startup.scr.in script/now-login.scr up/DEFAULT_UPLOAD_DIR -+rc_all = bookmarks gtkcommrc iselrc chatrc capture/DEFAULT_CAPTURE_DIR down/DEFAULT_DOWNLOAD_DIR pixmap/bg.xpm pixmap/tb_close.xpm pixmap/tb_down.xpm pixmap/tb_exit.xpm pixmap/tb_macro.xpm pixmap/tb_open.xpm pixmap/tb_save.xpm pixmap/tb_up.xpm pixmap/tux-anim.png pixmap/tux-anim.xpm script/SCRIPT.txt script/chol-login.scr script/chol-logout.scr script/com-login.scr script/dialog.scr script/hitel-login.scr script/local-login.scr script/local-logout.scr script/monitor.scr script/startup.scr script/now-login.scr up/DEFAULT_UPLOAD_DIR - - - EXTRA_DIST = $(rc_all) diff -uNr gtkcomm.old/patches/patch-ad gtkcomm/patches/patch-ad --- gtkcomm.old/patches/patch-ad Sun Apr 2 21:57:31 2000 +++ gtkcomm/patches/patch-ad Sun Apr 2 21:54:55 2000 @@ -1,5 +1,25 @@ ---- res/gtkcommrc.bak Wed Mar 8 23:22:26 2000 -+++ res/gtkcommrc Wed Mar 8 23:21:57 2000 +--- gtkcommrc Mon Mar 27 15:10:49 2000 ++++ res/gtkcommrc Sun Apr 2 21:54:18 2000 +@@ -18,7 +18,7 @@ + # chown root gtkcomm; chgrp uucp gtkcomm; chmod 2755 gtkcomm + # ¹°·Ð /var/lock directoryÀÇ permissionµµ ÀûÀýÇÏ°Ô ¼³Á¤µÇ¾î ÀÖ¾î¾ß + # ÇÕ´Ï´Ù. +-#DoLock TRUE ++#DoLock FALSE + + # telnet ¸í·É¾î + #TelnetCommand "telnet -8 -e ''" +@@ -35,8 +35,8 @@ + # ¹öÆ°µî¿¡ ¾²ÀÌ´Â ÆùÆ®´Â gtkrcÆÄÀÏ¿¡¼­ ¼³Á¤ÇØÁֽʽÿä. + # Çü½ÄÀº "english_font_name,hangul_font_name" + # ¿©±â¿¡¼­ ÇÑ±Û ÆùÆ®ÀÇ ÆøÀÌ ¿µ¹®ÆùÆ®ÆøÀÇ µÎ¹èÀÌ¿©¾ßÇÕ´Ï´Ù. +-#TermFontName "-*-fixed-medium-r-*--16-*-*-*-*-80-iso8859-1,\ +-# -*-gulim-medium-r-normal--16-*-*-*-*-160-ksc5601.1987-0" ++TermFontName "-sony-fixed-medium-r-*--16-*-*-*-*-80-iso8859-1,\ ++ -*-gulim-medium-r-normal--16-*-*-*-*-160-ksc5601.1987-0" + + # prevent ^G -> beep translation + # if you want really silent environment, @@ -70,8 +70,8 @@ #TermISelFG "0.90 0.50 0.70" # iselect foreground -- +++ Any opinions in this posting are my own and not those of my employers +++ CHOI Junho - Korea FreeBSD Users Group - Public Service, Youido Post Office - Web Data Bank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 2 6:10: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 CAC0037BB28 for ; Sun, 2 Apr 2000 06:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA27815; Sun, 2 Apr 2000 06:10:03 -0700 (PDT) (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 7379837B99A for ; Sun, 2 Apr 2000 06:08:48 -0700 (PDT) (envelope-from martti.kuparinen@piuha.net) Received: by ws2.piuha.net (Postfix, from userid 10402) id B88EA76327; Sun, 2 Apr 2000 16:08:46 +0300 (EEST) Message-Id: <20000402130846.B88EA76327@ws2.piuha.net> Date: Sun, 2 Apr 2000 16:08:46 +0300 (EEST) From: martti.kuparinen@piuha.net Reply-To: martti.kuparinen@piuha.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17749: [PATCH] ports/mail/postfix upgrade and fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17749 >Category: ports >Synopsis: [PATCH] ports/mail/postfix upgrade and fixes >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 Apr 2 06:10:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Martti Kuparinen >Release: FreeBSD 4.0-RELEASE i386 >Organization: >Environment: >Description: I have updated the postfix port to the latest version. This patch fixes also PRs 16472, 16753, 16753 and 17087. Could someone take a look at this as the port maintainner seems to be overloaded with other work (i.e. his response time is loooong). >How-To-Repeat: >Fix: diff -cr /usr/ports/mail/postfix/Makefile postfix/Makefile *** /usr/ports/mail/postfix/Makefile Sun Feb 13 22:17:39 2000 --- postfix/Makefile Sun Apr 2 16:01:59 2000 *************** *** 6,13 **** # $FreeBSD: ports/mail/postfix/Makefile,v 1.14 2000/02/13 20:17:39 torstenb Exp $ # ! DISTNAME= postfix-19991231-pl04 ! PKGNAME= postfix-19991231.04 CATEGORIES= mail MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \ ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \ --- 6,13 ---- # $FreeBSD: ports/mail/postfix/Makefile,v 1.14 2000/02/13 20:17:39 torstenb Exp $ # ! DISTNAME= postfix-19991231-pl06 ! PKGNAME= postfix-19991231.06 CATEGORIES= mail MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \ ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \ *************** *** 47,53 **** MAN8= bounce.8 cleanup.8 defer.8 local.8 master.8 pickup.8 pipe.8 qmgr.8 \ showq.8 smtp.8 smtpd.8 trivial-rewrite.8 error.8 ! SHAREMODE= 0644 do-install: @${MKDIR} -m 755 ${PREFIX}/etc/postfix --- 47,54 ---- MAN8= bounce.8 cleanup.8 defer.8 local.8 master.8 pickup.8 pipe.8 qmgr.8 \ showq.8 smtp.8 smtpd.8 trivial-rewrite.8 error.8 ! SHAREMODE= 0444 ! PDOC= ${PREFIX}/share/doc/postfix do-install: @${MKDIR} -m 755 ${PREFIX}/etc/postfix *************** *** 93,98 **** --- 94,103 ---- ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/man/man8/$$f \ ${PREFIX}/man/man8/$$f ;\ done + @${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${PDOC} + @cd ${WRKSRC} && ${INSTALL_DATA} \ + html/*.html html/*.gif ${PDOC} && \ + ${ECHO_MSG} "Installed HTML documentation in ${PDOC}" @${MKDIR} -m 0755 /var/spool/postfix @${ECHO_MSG} "--------------------------------------------------" @${ECHO_MSG} "- To replace your existing sendmail with postfix -" diff -cr /usr/ports/mail/postfix/files/md5 postfix/files/md5 *** /usr/ports/mail/postfix/files/md5 Sun Feb 13 22:17:41 2000 --- postfix/files/md5 Sun Apr 2 15:45:38 2000 *************** *** 1 **** ! MD5 (postfix-19991231-pl04.tar.gz) = 4a57993049e0e1a092494272398a78e7 --- 1 ---- ! MD5 (postfix-19991231-pl06.tar.gz) = 7630d7466569c08f1fdf7c437cef0a14 diff -cr /usr/ports/mail/postfix/pkg/PLIST postfix/pkg/PLIST *** /usr/ports/mail/postfix/pkg/PLIST Sun Feb 13 22:17:43 2000 --- postfix/pkg/PLIST Sun Apr 2 15:51:11 2000 *************** *** 43,48 **** --- 43,101 ---- sbin/sendmail sbin/smtp-sink sbin/smtp-source + share/doc/postfix/access.5.html + share/doc/postfix/aliases.5.html + share/doc/postfix/architecture.html + share/doc/postfix/backstage.html + share/doc/postfix/basic.html + share/doc/postfix/big-picture.gif + share/doc/postfix/big-picture.html + share/doc/postfix/bounce.8.html + share/doc/postfix/canonical.5.html + share/doc/postfix/cleanup.8.html + share/doc/postfix/commands.html + share/doc/postfix/defer.8.html + share/doc/postfix/delivering.html + share/doc/postfix/error.8.html + share/doc/postfix/faq.html + share/doc/postfix/goals.html + share/doc/postfix/inbound.gif + share/doc/postfix/index.html + share/doc/postfix/local.8.html + share/doc/postfix/mailq.1.html + share/doc/postfix/master.8.html + share/doc/postfix/motivation.html + share/doc/postfix/newaliases.1.html + share/doc/postfix/outbound.gif + share/doc/postfix/pickup.8.html + share/doc/postfix/pipe.8.html + share/doc/postfix/postalias.1.html + share/doc/postfix/postcat.1.html + share/doc/postfix/postconf.1.html + share/doc/postfix/postdrop.1.html + share/doc/postfix/postfix.1.html + share/doc/postfix/postkick.1.html + share/doc/postfix/postlock.1.html + share/doc/postfix/postlog.1.html + share/doc/postfix/postmap.1.html + share/doc/postfix/postsuper.1.html + share/doc/postfix/qmgr.8.html + share/doc/postfix/queuing.html + share/doc/postfix/rate.html + share/doc/postfix/receiving.html + share/doc/postfix/relocated.5.html + share/doc/postfix/resource.html + share/doc/postfix/rewrite.html + share/doc/postfix/security.html + share/doc/postfix/sendmail.1.html + share/doc/postfix/showq.8.html + share/doc/postfix/small-picture.gif + share/doc/postfix/smtp.8.html + share/doc/postfix/smtpd.8.html + share/doc/postfix/transport.5.html + share/doc/postfix/trivial-rewrite.8.html + share/doc/postfix/uce.html + share/doc/postfix/virtual.5.html @exec mkdir -p -m 0755 /var/spool/postfix @exec chown root:wheel /var/spool/postfix @dirrm libexec/postfix >Release-Note: >Audit-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 Apr 2 8:54: 9 2000 Delivered-To: freebsd-ports@freebsd.org Received: from heidegger.uol.com.br (heidegger.uol.com.br [200.230.198.88]) by hub.freebsd.org (Postfix) with ESMTP id C8FD837BB3A for ; Sun, 2 Apr 2000 08:53:59 -0700 (PDT) (envelope-from lioux-alias-ppp-freebsd-ports=FreeBSD.ORG@uol.com.br) Received: from bsa-1-as01-7-a39.gd.uol.com.br (bsa-1-as01-7-a39.gd.uol.com.br [200.197.118.39]) by heidegger.uol.com.br (8.9.1/8.9.1) with ESMTP id MAA15167 for ; Sun, 2 Apr 2000 12:53:50 -0300 (BRT) Received: (qmail 20407 invoked by uid 1001); 2 Apr 2000 15:50:38 -0000 From: lioux@uol.com.br Date: Sun, 2 Apr 2000 12:50:38 -0300 To: Jay Krell Cc: ade@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: ports/15481: ports/devel/codecrusader slightly broken Message-ID: <20000402125038.B20347@Fedaykin.here> References: <006b01bf9c50$6715c560$0201a8c0@jayk_home4nt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <006b01bf9c50$6715c560$0201a8c0@jayk_home4nt>; from jay.krell@cornell.edu on Sat, Apr 01, 2000 at 07:06:07PM -0800 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Apr 01, 2000 at 07:06:07PM -0800, Jay Krell wrote: > > >However, I'd rather send > >in full patches later on and take over if its okay with the maintainer. > > The patches should probably be sent to the original author besides just the > port maintainer. That should probably be the case for all ports in case it's > a real bug or the author is willing to maintain an #ifdef __FreeBSD__ or > #ifdef __BSD__ or #ifdef __unix__ or whatever the case may be.. I totally agree. However, I think that sending patches to original author should be handled preferebly by the original maintainer, for he/she is the one who knows what will get in/out of /patches. That's what I do for the few ports I maintain. I always try to coordinate all changes with the authors. At least, when they are willing to cooperate. :) -- regards, mferreira To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 2 9: 4:55 2000 Delivered-To: freebsd-ports@freebsd.org Received: from po4.glue.umd.edu (po4.glue.umd.edu [128.8.10.124]) by hub.freebsd.org (Postfix) with ESMTP id DCED637BD33; Sun, 2 Apr 2000 09:04:51 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (poseidon.student.umd.edu [129.2.220.99]) by po4.glue.umd.edu (8.9.3/8.9.3) with ESMTP id MAA21174; Sun, 2 Apr 2000 12:04:46 -0400 (EDT) Message-ID: <38E76F9E.30B968B9@glue.umd.edu> Date: Sun, 02 Apr 2000 12:04:46 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Kris Kennaway Cc: ports@FreeBSD.org, assar@stacken.kth.se Subject: Re: Once more: Arla References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kris Kennaway wrote: > > On Sat, 1 Apr 2000, Brandon Fosdick wrote: > > > Okay, it builds, it installs, but it just won't work. What am I doing > > wrong? When I run startarla it tells me that /dev/xfs0 doesn't exist. So > > i run xfs_makedev which doesnt work. Then I tried making the device node > > myself with mknod /dev/xfs0 c 3 0. Now I get "device not configured". > > Does anybody have this port working properly? If so please share with us > > less fortunate souls, namely me. > > > > BTW, I'm using 4.0-S as of today. > > I've CC'ed the message to Assar Westerlund who should know something about > the problem. Thanks. Am I the only one trying to use arla, or just the only one having problems? Brandon -- bfoz@glue.umd.edu "Lead, follow, or get run over" "In life there are those who steer, and those who push" "I'm not impatient, the world is too slow" "Life is short, so have fun, play hard, and leave a good looking corpse" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 2 9:11:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from assaris.sics.se (dyna225-150.nada.kth.se [130.237.225.150]) by hub.freebsd.org (Postfix) with ESMTP id AC3BA37BA47; Sun, 2 Apr 2000 09:11:13 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id SAA04351; Sun, 2 Apr 2000 18:11:22 +0200 (CEST) (envelope-from assar) From: assar@stacken.kth.se To: Brandon Fosdick Cc: Kris Kennaway , ports@FreeBSD.org Subject: Re: Once more: Arla References: Date: 02 Apr 2000 18:11:22 +0200 In-Reply-To: Kris Kennaway's message of "Sat, 1 Apr 2000 22:01:11 -0800 (PST)" Message-ID: <5log7seb4l.fsf@assaris.sics.se> Lines: 28 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 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, 1 Apr 2000, Brandon Fosdick wrote: > Okay, it builds, it installs, but it just won't work. What am I doing > wrong? When I run startarla it tells me that /dev/xfs0 doesn't exist. So > i run xfs_makedev which doesnt work. xfs_makedev is made to be called from modload/kldload, if you just run `xfs_makedev' it won't work. > Then I tried making the device node > myself with mknod /dev/xfs0 c 3 0. Where did you get `3' from? That's probably not the correct major device number. It should have gotten printed when the kld was loaded (and it's typically 128). > Now I get "device not configured". That's probably because it's using the wrong device major number. Can you try removing /dev/xfs0, make-deving it again with the number that got printed on the console and syslog when you loaded the KLD and telling us what happened then? And what major number you got. I'm sorry for the startarla script currently not working as automatically as we would like it to. This is due to a number of reasons and I'll make it better. /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 2 9:22:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from assaris.sics.se (dyna225-150.nada.kth.se [130.237.225.150]) by hub.freebsd.org (Postfix) with ESMTP id 8F1AB37BB3A; Sun, 2 Apr 2000 09:22:44 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id SAA04426; Sun, 2 Apr 2000 18:22:58 +0200 (CEST) (envelope-from assar) From: assar@stacken.kth.se To: Brandon Fosdick Cc: Kris Kennaway , ports@FreeBSD.org Subject: Re: Once more: Arla References: <38E76F9E.30B968B9@glue.umd.edu> Date: 02 Apr 2000 18:22:58 +0200 In-Reply-To: Brandon Fosdick's message of "Sun, 02 Apr 2000 12:04:46 -0400" Message-ID: <5lk8igeal9.fsf@assaris.sics.se> Lines: 9 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Brandon Fosdick writes: > Thanks. Am I the only one trying to use arla, or just the only one having > problems? I don't know how many there are that use the FreeBSD port/package. There are people that run Arla under FreeBSD but I think they mostly grab the tarboll and build it from there. /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 2 10:39: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 A4B1237B5F1; Sun, 2 Apr 2000 10:39:28 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA12308; Sun, 2 Apr 2000 10:38:55 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 2 Apr 2000 10:38:55 -0700 (PDT) From: Message-Id: <200004021738.KAA12308@freefall.freebsd.org> To: cjh@kr.FreeBSD.ORG, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17748: Update ports: www/qdecoder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update ports: www/qdecoder State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun Apr 2 10:38:34 PDT 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 Apr 2 11:30:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from poseidon.student.umd.edu (poseidon.student.umd.edu [129.2.220.99]) by hub.freebsd.org (Postfix) with ESMTP id 7F18A37B5D4; Sun, 2 Apr 2000 11:30:17 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (localhost [127.0.0.1]) by poseidon.student.umd.edu (8.9.3/8.9.3) with ESMTP id OAA00305; Sun, 2 Apr 2000 14:29:57 -0400 (EDT) (envelope-from bfoz@glue.umd.edu) Message-ID: <38E791A5.925478A4@glue.umd.edu> Date: Sun, 02 Apr 2000 14:29:57 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: assar@stacken.kth.se Cc: Kris Kennaway , ports@FreeBSD.org Subject: Re: Once more: Arla References: <5log7seb4l.fsf@assaris.sics.se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org assar@stacken.kth.se wrote: > > On Sat, 1 Apr 2000, Brandon Fosdick wrote: > > Okay, it builds, it installs, but it just won't work. What am I doing > > wrong? When I run startarla it tells me that /dev/xfs0 doesn't exist. So > > i run xfs_makedev which doesnt work. > > xfs_makedev is made to be called from modload/kldload, if you just run > `xfs_makedev' it won't work. > > > Then I tried making the device node > > myself with mknod /dev/xfs0 c 3 0. > > Where did you get `3' from? That's probably not the correct major > device number. It should have gotten printed when the kld was loaded > (and it's typically 128). > > > Now I get "device not configured". > > That's probably because it's using the wrong device major number. > > Can you try removing /dev/xfs0, make-deving it again with the number > that got printed on the console and syslog when you loaded the KLD and > telling us what happened then? And what major number you got. > > I'm sorry for the startarla script currently not working as > automatically as we would like it to. This is due to a number of > reasons and I'll make it better. > > /assar I got the 3 from looking at xfs_makedev and being stupid at the same time. $3 just didn't click for some reason... I tried mknod with 128 and now it works. Well, it mounts anyway. Now I'm off to reread the rest of the instructions. Thanks for the help. Sorry to bug ya with such a stupid problem. -Brandon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 2 11:31: 2 2000 Delivered-To: freebsd-ports@freebsd.org Received: from poseidon.student.umd.edu (poseidon.student.umd.edu [129.2.220.99]) by hub.freebsd.org (Postfix) with ESMTP id D119937BD9E; Sun, 2 Apr 2000 11:30:59 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (localhost [127.0.0.1]) by poseidon.student.umd.edu (8.9.3/8.9.3) with ESMTP id OAA00312; Sun, 2 Apr 2000 14:30:56 -0400 (EDT) (envelope-from bfoz@glue.umd.edu) Message-ID: <38E791E0.61BA1D58@glue.umd.edu> Date: Sun, 02 Apr 2000 14:30:56 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: assar@stacken.kth.se Cc: Kris Kennaway , ports@FreeBSD.org Subject: Re: Once more: Arla References: <38E76F9E.30B968B9@glue.umd.edu> <5lk8igeal9.fsf@assaris.sics.se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org assar@stacken.kth.se wrote: > > Brandon Fosdick writes: > > Thanks. Am I the only one trying to use arla, or just the only one having > > problems? > > I don't know how many there are that use the FreeBSD port/package. > There are people that run Arla under FreeBSD but I think they mostly > grab the tarboll and build it from there. > > /assar Now why didn't I think of that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 2 11: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 B7C1D37B6B5 for ; Sun, 2 Apr 2000 11:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA15490; Sun, 2 Apr 2000 11:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nobutaka.com (ppp-saijo-184.ipc.hiroshima-u.ac.jp [133.41.4.184]) by hub.freebsd.org (Postfix) with ESMTP id 7CA6E37BD5C for ; Sun, 2 Apr 2000 11:32:45 -0700 (PDT) (envelope-from nobutaka@nobutaka.com) Received: (from nobutaka@localhost) by nobutaka.com (8.9.3/8.9.3) id DAA31483; Mon, 3 Apr 2000 03:32:40 +0900 (JST) (envelope-from nobutaka) Message-Id: <200004021832.DAA31483@nobutaka.com> Date: Mon, 3 Apr 2000 03:32:40 +0900 (JST) From: nobutaka@nobutaka.com Reply-To: nobutaka@nobutaka.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17753: Update port: mail/wanderlust-emacs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17753 >Category: ports >Synopsis: Update port: mail/wanderlust-emacs >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 Apr 2 11:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 5.0-CURRENT i386 >Organization: Hiroshima University >Environment: >Description: Update to 1.1.0. Removed files: patches/ patch-ab patch-ac patch-ad >How-To-Repeat: >Fix: begin 644 wanderlust-emacs-20000330.diff.gz M'XL("`TSXC@``W=A;F1EX"ZO4%?'BCP19;E>JO5RE>< M%).[@UUET.OY8L?'2%)VE!YJT9_'QW7T&EW@![2P'<]%FFV:6/,,VT+ST/RI M[0QJOT9%H29<0+2\[;KT&OV"'9?@'?S[TG"P/J@I;;G]6&^Q;\%-4N2IZF&D M.1@^X')M'PT7#E(.#P_)S5]O[?D`U6KGPXOKX<49NK`G2T^]4]$/5O#M./S2 MUNSYCR!#+'GSWL'XW?ATX%>F,U<-LY/;1COW"*R1:;-TY&Y'H2VL[,-?Y*DV ME#9Z7*`WI!YK*#Z@E>DH77]'`!;*>$W7W\978W/+B^>ZZTR M#3?D[G-2!)T,KTNK$Q!WT6QVZ+09]40W7:ZM:^\NBLUA..A\N?NY0O8G6 M2\A2Y]SSO1,^^M0]B0EGX`=G%Z.KHQK3`4A#CD?G9S>_$`CT:J^]&UPYN;S\ M>`8-X>*YD6G$-U]#F>=VT,'20M7NU!EVZZV@98X"EVW56YD2]H,KN25$C5Q0 M#-2N;4S1*QT\Q\(Z:IZ-;\:?AK^,MLDXB`::`L/"5^QW:XU>K4MQ8=&U5L:` MH^!Z($_MKRF'[=YN>.G3V;O3,W+5!>_$G13U=Y\_7PU>G_V/\^=B6%%PF$C)51!;[[[^>S3 MZFLC>=^F;-\T?X)N M@=X^/[^\H##HHNPEXI\@A2W=F/K2S3=?LZ!G='2$&D_8;=!.UO$"\"Z">1)< M>0X?9)*I2U<_7T05(&WW\:$W*/\@4DQD;K>2X\@?G-C%KDZ)J5J_K.;6-[,Z[,:EXV#+ M2[7]-RP&YJB5L9,S;$3&&!I^^G1S/;SZ,(*Y)%@EZNCL8GR=O&%8L&::IA0! M`F_),\DO1&Z@?_T+K=[EL3-/0P+"J@$8B0QKFI@3ZPB:>3PZN:9K:^/Z%J,1 MT8W\AD<0%B#5=6W-()$A\FS;=!L@='DRIHM4MC]U6TO$$CX0EC)9OAH-3\]' M*/P"H0@ZN56M&?YDS^)O'YYT\CMG[\J,X7)G:3A80"L!K2FVU5UQWL MNMA%P07=]MH/9OB_*43T$`E#O"!64`=;29F;OPWYQ*!.K=#S^.;L#QQD$MCI(3+QJ!R&>_^+`% M,]7KN(:'I4QT"I5H\90?S-NMES/";[[WGX:@JR%-5$^[1=+O2+)LB6+HWDPR M83C^>O61BB:"?9@?'&^Y@+6L\8TFJJBB,,D&/UDFG%GUO#;CP6/7'1%+G;> M'`6)RB2$DU7T!:5:[0?HF?=G_M!E]DVJ1Z!=VAZ,9/1C68?66X*Z_5X4*`!F MA(6#I,W7T\^/Z=,NUG"^?]\-![#@">=\AJ9MJ::"(;/#'M0 M@:C*,(GQCQY1LP']O^@5DJ8,/TI.1W0N[>B&@_[O+?)NL>7/:B0"AO5(LC#Z M3MGIG&-K.>@LOD.=I>L$D44D^"-O$6^I[JE![4NT`I(DUT\JIM=V+KT/IO1% M;5,UG&;\N<)AXCUA_'XZO!X^)^9"&KRRZN?'S,*MF-]@*VU#4VW=_D[O`*8/ MDK`)UE+*'GSQN`N!KVE&G7;PISS,94GZ^YQ4],S)=/Z4I6M&MOX%L/X)OPG*E5:@/Q3,0B.Z.;SW%+YS>T;W6BH,#$?(G`5MC' M;"#\15T1)A5!_FQ#NS'1/'2Q^';3+M/<_%"J;,J*%OFB<4>KU)E,](GT8`HH MEW=_"R2EU7I`$X%#Z0&,(P/5ND M_X.D8]&"M>ERM<%B)>3@V9U4',[R&+F=V\2^$4F>BS8U6%YD1R::SF1Y7[#" MR7I&`/QF!\\ZM-[$U(XN45&_OJ52.5 MQR";N(NS]Z/Q]7/QF$X`R^;FQ=V,1LWLT<#*1O!,]1UV]Z^KSBD4DCYTH])6#C.D;N>?4TG!&(=5]@L.J^3*DA,K_4%O M+WEB99<<6-FE>Y2W;]^^?OU:77JV::MZ'34#&D1:./:]`>WP'8E44/;/X#XX MC:*TY5Z]571?D>LKM]'`>UJ`;@?/EJ;J;/.U[USOYU4<;I6U*T#6:M.,'&G/ M[J"?;$]H3=*6TOEI'S7#DR=M6.7:LW]NHR,T493)9!_W^_V]KCS%A^KAGK*K M]-3>87>"Y3ZT7RQ)9&/)J:+V#@Z[JJ+J4]SO]7H3=8K5@^[^9"+O]C'F:S?6 MVDLA818SI^9E4*OT5Z^@4:TCI(V5OL-L;*+O^62C?]_>([_O[ M\V;H]L3)4>/!;*!&?#2K@;SM#$;2'77JA4@'%@SD7WDPO%L4B[:IK-1TL?<[ M(L+20@5`DVYO&UM;_F2TM=7)9MZ9RWLC5K$-$=UF6LVT-M0,CI.A[RA)"[J7 M"VRF;DQ-"'U8-U2X$-]8UQ6#H%/4$Y-B:SAB4ORE_#"E,^.&,&4<5F[X)W;# M,.6^ABMF1==PQZR*EW))IE[JEKM4;W_03\V.)(&Y<_A'N*6``\$6E>5$>+[, M>A$UI3%Q[`<7@P^8C?CBW)ACWTL:T9AX\%.L$DG,%WIN.NG9B*P74^";$PJZ MR_E<=9ZD!XSO=/5)LE0PT%2M&>S>K132NW4PU-*`\BU/,O$]Q)A=!N!6OZRD!12$1, M_5XB)J0ELN#>H!L,$HD6*,,(:<%/_\BWA([=)XMTSB.Z=Y"V2%U9S/PK8-DQ M>`ETH/,$91X;4TI+P+>I[=J:IA=&GY)X*P10R`/2U*&#&Z.%TI MKD5!D4WT?Z&MB-3,,SP3+\A!*5+-!8+P7LRSM-(.U[@]2]O,L[0RS^K):<_" MYMSND!^2,5<7NV16I=YU#CL=XC!@A4*/I^_N)KQK5:KVWC'0&)/6(QXF'\!, MG/"PW;W#G7W4\C^HB]6@IYN3Y70*O8R:%DR7,H*)Q_(Y+)C[`@CLVC1P`A^B M,"':PY0Z#H5T,Q")0!SL+F`NQO#%D^Y5$TWP#($CP/T6\[Y_+W#()CEUU@2/ MA!]+TT3^T:BX?)*UI'=A9C*LV1$B!F5`*`(2#?X\%Y4:M-$!/=3>"C[]5J)_ M&BY6'>T6J29,N`F[TEJ:<8=(=/:,[@3-'#1E4@.QB-0N88H4F>M71YK3LT6- M?_SVV_=H/!I>G?S4B/#;80LR!/+PI#U(M\ZLL#"_(J1/FE16(F-4CG5G*^HN M)WY1B6LIP:C5:04S9ED)C<]@JGL@#F5!4*9F0S62D5.KI7[4#!) M-\%G,)7!WZ:.IU!$I$I],4W#) MQ-[WJ-E4'0=\3^^#YVFVCB/WBA0$TQK@+?IC!M,>"(67#?T1'-;_'A3>:*!M MOQ`HYN&6'`UL_H`($,3#&Z%SAP8'Q8;_]5=0"`KE[B/XN>K@*2F5:-F.)EJJ MLZFTXJODHJ^".CBB56/7B=F0]@);4CRE$QN=>YC,"+U`'X5`$+'?4B6+6T>% M(>:Z9M#&T*#0GN$*8AGEFZG%W2Q(4]-K#!]-`PK&0AHH.A0RTL0GB33$;\K! MH*>0Y3A*U_5V=B%\Z^TH:R^^3,,QL2QY-UB6N#G>!H>"5H MQY/%SK@GF0=-2$Y38?X0EM)5;PTA>R$L`WM:B&*%Q<(02U"*1,R6:@H+TO-J M$%.O)VCA!U=8DI!9ZY0X=V?Z1%QJ:7J&L)1E>>(]'BPI8D*$XQ,6NE<=X7;O MB@B$9#$O?CY?SWE].1$)F):")Q@$I70L7!!-_PC*X,<%+/2"0E-3G\^$1@01 MHGL.0:%;8W9KPC_1:LW]K;FHE#$7%O&3T"(B#GW26E`H2%\)2GEXOC`%5Y`H MP24HE#I2(2(G.*.`B.A\\N`7T"I,D2?C@1)D)@X0A)<:D@H7A,!\JH.80@3+ MJ=A><.L-0A0>;!2:B*'YE(=K@!"84W4($"@JA)6("OB#B\ M$H1SJ@^B,"$PI^H@5!,"\ZD.XCD1+)_BA;'@'OH!EE.Q'TR*8/D4!\N#")9/ M<;"(B&"Y%'N5&$F\A6$%F2@3+HSBYX1*$\ZB/3@;S8*,]G!"8RPQ_H\>/Y%+J;P4YD-$.4`3+ M8X*KV;Q^'$*YU$:;3R$PC^K$#E4,S:4\W,>*8'D4GAS%%1-1,/;Q2] MLJ23>N,(!Y8\$E$*BMZA4O3:$_ZB`VQQT0$H*IJCC$6`&X(L0J0HR%K0BQBA"K M"+&*$*L(,1:\(L1X2:YHTUAQ9Q5WED7^Y;BSG%UW19E5E-F?@#(C:QHLHHFJVBRBB;C M`5$KFJP`7-%D%4W&PE8T6463531919-5-!D+7M%D%4U6T619\'\^ M358]8E;Q97\!ONR1XQFS1X&'S!XW?+Z_L^6\" M7>F7]%O6.V&BZ7$Q+P=KINUBG0_K1U1<4!K;G,@PD\*%IDD+ M`2C-;W#!_5T_%Y1?*7E9*6^?P5:;#_C[$B\Y?<9S5/=6$@'S0<.@G?QZ:>S` MLF',+-5;.EA:J(^GV@[6Q$F$[A`6> M5.M.(J\A-L#G1<3QHR%4G+]&2-HMUNXD;>F0=^)+\,_PGM90`Q$:R/GN)"[] M93E?0!MGS;!LR7VRM)=3**[(PH\;2"\VZ.!DGM!L'DJ*SE.AW-1V'E1G+6.SLT%8^354P8\[274E8TY> M):Z*=5:HA#K;8DT+J/`:+H<=VBA'FBXY!B).1ZY9$*.!\_K$^P$'(\$[WR0DW#C M$2E)M/&HR$VP\0BO)-:XA03P*XDT;B$!O*@[I!)F_`+,1!F/>&Z"K.38R7_3 M@QEAOGOPH`%=/?E1/?K"PU9,??'ANQ0(65T]^5$]^!)0` M-[!ZF*1ZF"2-_8L]3%(]]Q&AJ^<^(NBW>.XCI)3XD?_F=ZZQW_\DRU>CX>GY MJ.1V_@ND7O@=5'_2!UW2QY>J!V(V>2#&SW#]IS\PHTAE;YI+`04>G?$%-GU^ M9E6+W!LHRD#I)U]"I_3H2^CH(S113WT>GGP9B7))TYD!RU"1- M/Q?K+.6@.<631#2G2`$;3<9`OTO?Q-C?VU%DI7P8\*7]N77DYOYS-(11P@V, M]U0PP8:I2\^6R`_35G4:S93H71'0RB18QW/+D%J9W1I,;-!AQ`@.H]/H4N59 M-J1$>SX;4H"/V!`>Y0PVI`"=9$-XM+/9D&(!$>4"BGTVA$MOE@TIP,9L"(]F M%AM2`(_R@CRZ&5G!(G2"#>'2SF1#"@22;`A/`6PVI$P@9$.X2UAE0PHD$FP( M3P%,-J0('[(A7,I7V9`B=,B&<*E>94,*T"$;PJ-YE0TI`*^P(>583L4!&\)C M\2H;4@`.\PD\BEC%=AL2'G-1)0SV1"V!(L-82.S;`@;M<*&%,)*S4NS(27]E<>& MY*)#-J1<[RH;D@^U>,)%%AN2CPS9$`ZEJVQ(+C9F0\KULMB07'#,AI0K9K$A M^>"(#>%0S&!#$R8;DHP,VA$/O"AN2"XW9 MD'*U+#8D%[S*AI1"N=3&;$BYP4PV)!>=9$/*=;/9D'QXQ(9PJ&8\7),+3C]4 M4VX(9[3#9$]RH9R1#I,]R86&[$FYTE7V)`_*I8\G;,HA4(Z7%G[$&C(LN&J: ML.&:VDB27*R1W,Y18VL+U(Q')]=GEQ=;6PVXY9\<1ENG'7:!1$/'IS^HLF(@ M;%S\=QO)Y/>"H):RU]M1^G_8KP?Y]U(S_YTD"LJ0)*Q\80GH3\>D_#^O-AMN $?-4``!O) ` 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 Sun Apr 2 11: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 0B8FD37BEA4 for ; Sun, 2 Apr 2000 11:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA16046; Sun, 2 Apr 2000 11:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nobutaka.com (ppp-saijo-184.ipc.hiroshima-u.ac.jp [133.41.4.184]) by hub.freebsd.org (Postfix) with ESMTP id A6D2C37BE39 for ; Sun, 2 Apr 2000 11:43:48 -0700 (PDT) (envelope-from nobutaka@nobutaka.com) Received: (from nobutaka@localhost) by nobutaka.com (8.9.3/8.9.3) id DAA31603; Mon, 3 Apr 2000 03:43:45 +0900 (JST) (envelope-from nobutaka) Message-Id: <200004021843.DAA31603@nobutaka.com> Date: Mon, 3 Apr 2000 03:43:45 +0900 (JST) From: nobutaka@nobutaka.com Reply-To: nobutaka@nobutaka.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17754: Update ports: mail/wanderlust-{mule,emacs20,xemacs20,xemacs21-mule} Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17754 >Category: ports >Synopsis: Update ports: mail/wanderlust-{mule,emacs20,xemacs20,xemacs21-mule} >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 Apr 2 11:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: MANTANI Nobutaka >Release: FreeBSD 5.0-CURRENT i386 >Organization: Hiroshima University >Environment: >Description: Changed a variable name from EMACS_PORT to EMACS_PORT_NAME. Updated "Version required" field. >How-To-Repeat: >Fix: diff -urN wanderlust-mule.old/Makefile wanderlust-mule/Makefile --- wanderlust-mule.old/Makefile Tue Mar 28 23:50:49 2000 +++ wanderlust-mule/Makefile Thu Mar 30 01:44:11 2000 @@ -1,5 +1,5 @@ # New ports collection makefile for: Wanderlust (for mule) -# Version required: 1.0.x +# Version required: 1.1.0 # Date created: 7 Apr 1999 # Whom: MANTANI Nobutaka # @@ -11,7 +11,7 @@ MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs EMACS_NAME= mule -EMACS_PORT= mule +EMACS_PORT_NAME= mule EMACS_VER= 19.34 MULE_VER= 2.3 EMACS_LIBDIR= share/mule diff -urN wanderlust-emacs20.old/Makefile wanderlust-emacs20/Makefile --- wanderlust-emacs20.old/Makefile Tue Mar 28 23:50:24 2000 +++ wanderlust-emacs20/Makefile Thu Mar 30 01:42:53 2000 @@ -1,5 +1,5 @@ # New ports collection makefile for: Wanderlust (for emacs20) -# Version required: 1.0.x +# Version required: 1.1.0 # Date created: 7 Apr 1999 # Whom: MANTANI Nobutaka # @@ -10,11 +10,11 @@ MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs -EMACS_NAME= emacs -EMACS_PORT= emacs20 -EMACS_VER= 20.6 -EMACS_LIBDIR= share/emacs +EMACS_NAME= emacs +EMACS_PORT_NAME= emacs20 +EMACS_VER= 20.6 +EMACS_LIBDIR= share/emacs -IS_SLAVE= yes +IS_SLAVE= yes .include <${MASTERDIR}/Makefile> diff -urN wanderlust-xemacs20.old/Makefile wanderlust-xemacs20/Makefile --- wanderlust-xemacs20.old/Makefile Tue Mar 28 23:50:30 2000 +++ wanderlust-xemacs20/Makefile Thu Mar 30 01:43:22 2000 @@ -1,5 +1,5 @@ # New ports collection makefile for: Wanderlust (for xemacs20) -# Version required: 1.0.x +# Version required: 1.1.0 # Date created: 7 Apr 1999 # Whom: MANTANI Nobutaka # @@ -11,7 +11,7 @@ MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs EMACS_NAME= xemacs -EMACS_PORT= xemacs20 +EMACS_PORT_NAME= xemacs20 EMACS_VER= 20.4 EMACS_LIBDIR= lib/xemacs diff -urN wanderlust-xemacs21-mule.old/Makefile wanderlust-xemacs21-mule/Makefile --- wanderlust-xemacs21-mule.old/Makefile Tue Mar 28 23:50:41 2000 +++ wanderlust-xemacs21-mule/Makefile Thu Mar 30 01:43:47 2000 @@ -1,5 +1,5 @@ # New ports collection makefile for: Wanderlust (for xemacs-mule) -# Version required: 1.0.x +# Version required: 1.1.10 # Date created: 7 Apr 1999 # Whom: MANTANI Nobutaka # @@ -11,7 +11,7 @@ MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs EMACS_NAME= xemacs -EMACS_PORT= xemacs21-mule +EMACS_PORT_NAME= xemacs21-mule EMACS_VER= 21.1.9 MULE_VER= 21.1.9 EMACS_LIBDIR= lib/xemacs >Release-Note: >Audit-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 Apr 2 12:47: 2 2000 Delivered-To: freebsd-ports@freebsd.org Received: from assaris.sics.se (dyna225-150.nada.kth.se [130.237.225.150]) by hub.freebsd.org (Postfix) with ESMTP id A0D3D37BAE9; Sun, 2 Apr 2000 12:46:53 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id VAA04895; Sun, 2 Apr 2000 21:46:28 +0200 (CEST) (envelope-from assar) From: assar@stacken.kth.se To: Brandon Fosdick Cc: Kris Kennaway , ports@FreeBSD.org Subject: Re: Once more: Arla References: <38E76F9E.30B968B9@glue.umd.edu> <5lk8igeal9.fsf@assaris.sics.se> <38E791E0.61BA1D58@glue.umd.edu> Date: 02 Apr 2000 21:46:28 +0200 In-Reply-To: Brandon Fosdick's message of "Sun, 02 Apr 2000 14:30:56 -0400" Message-ID: <5lg0t48ewb.fsf@assaris.sics.se> Lines: 19 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Brandon Fosdick writes: > assar@stacken.kth.se wrote: > > I don't know how many there are that use the FreeBSD port/package. > > There are people that run Arla under FreeBSD but I think they mostly > > grab the tarboll and build it from there. > > Now why didn't I think of that. Well, I, as an Arla-hacker, try to make things build smoothly (or as smoothly as it can be done) on all supported platforms, including FreeBSD. But it doesn't hurt to have an even easier to install pkg/package in my view. But the real reason that I submitted upgrades to the FreeBSD port was that someone else had done the port some time ago and then it hadn't been kept up-to-date with either -current or newer Arla versions. This seemed a pity to me, so I submitted the patches to make it working again. /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 2 13: 4:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from lanturn.express.ru (lanturn.kmost.express.ru [212.24.37.109]) by hub.freebsd.org (Postfix) with ESMTP id 5E32637B535 for ; Sun, 2 Apr 2000 13:04:08 -0700 (PDT) (envelope-from vova@express.ru) Received: from vova (helo=localhost) by lanturn.express.ru with local-esmtp (Exim 3.11 #1) id 12bqag-0006q8-00 for ports@FreeBSD.org; Mon, 03 Apr 2000 00:03:22 +0400 Date: Mon, 3 Apr 2000 00:03:22 +0400 (MSD) From: vova@express.ru X-Sender: vova@lanturn.kmost.express.ru To: ports@FreeBSD.org Subject: wmmatrix 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 hi wmmatrix port depend on xscreensaver port, but wmmatrix not try to install xscreensaver while make install -- TSB Russian Express, Moscow Vladimir B. Grebenschikov, vova@express.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 2 13: 7:20 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 09F9237B631; Sun, 2 Apr 2000 13:07:16 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (07-026.dial.008.popsite.net [209.69.77.26]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id NAA23828; Sun, 2 Apr 2000 13:05:13 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 750371945; Sun, 2 Apr 2000 16:04:50 -0400 (EDT) Date: Sun, 2 Apr 2000 16:04:50 -0400 From: Will Andrews To: assar@stacken.kth.se Cc: Brandon Fosdick , Kris Kennaway , ports@FreeBSD.ORG Subject: Re: Once more: Arla Message-ID: <20000402160450.C78448@argon.blackdawn.com> References: <38E76F9E.30B968B9@glue.umd.edu> <5lk8igeal9.fsf@assaris.sics.se> <38E791E0.61BA1D58@glue.umd.edu> <5lg0t48ewb.fsf@assaris.sics.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <5lg0t48ewb.fsf@assaris.sics.se>; from assar@stacken.kth.se on Sun, Apr 02, 2000 at 09:46:28PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Apr 02, 2000 at 09:46:28PM +0200, assar@stacken.kth.se wrote: > newer Arla versions. This seemed a pity to me, so I submitted the > patches to make it working again. And I think I speak for everybody else when I say thanks! ;-) it was broken long 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 Sun Apr 2 15: 7: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 5A1E337BA3E; Sun, 2 Apr 2000 15:07:15 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Received: (from dirk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA29716; Sun, 2 Apr 2000 15:06:18 -0700 (PDT) (envelope-from dirk@FreeBSD.org) Date: Sun, 2 Apr 2000 15:06:18 -0700 (PDT) From: Message-Id: <200004022206.PAA29716@freefall.freebsd.org> To: dirk@FreeBSD.org, freebsd-ports@FreeBSD.org, dirk@FreeBSD.org Subject: Re: ports/17650: apache+php-1.3.12+3.0.15 doesn't build: problem with gnu gettext Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: apache+php-1.3.12+3.0.15 doesn't build: problem with gnu gettext Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: dirk Responsible-Changed-When: Sun Apr 2 15:05:59 PDT 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 Sun Apr 2 15:23: 5 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 4A68437B652; Sun, 2 Apr 2000 15:23:02 -0700 (PDT) (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 AAA05080; Mon, 3 Apr 2000 00:21:17 +0200 (CEST) (envelope-from ibex) Date: Mon, 3 Apr 2000 00:21:17 +0200 From: Dirk Froemberg To: sada@FreeBSD.org Cc: girgen@partitur.se, ports@FreeBSD.org Subject: Re: Take master/slave style with www/linux-netscape47-navigator Message-ID: <20000403002117.B4888@physik.TU-Berlin.DE> References: <20000327055350Q.sada@rr.iij4u.or.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000327055350Q.sada@rr.iij4u.or.jp>; from sada@FreeBSD.org on Mon, Mar 27, 2000 at 05:53:50AM +0900 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! On Mon, Mar 27, 2000 at 05:53:50AM +0900, sada@FreeBSD.org wrote: > As last time I said, www/linux-netscape47-naviagtor/Makefile > should include l-n47-c/Makefile and maintain cost would be decreased. > Also I recommend Girgen to be navigator's maintainer. > Now the port is too small to be maintained independently. Sounds good. No objections from here. One port less to maintain. 8-) Go for it! 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 Sun Apr 2 16: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 D916837BC1A for ; Sun, 2 Apr 2000 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA36248; Sun, 2 Apr 2000 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from flophouse.com (flophouse.com [206.169.156.66]) by hub.freebsd.org (Postfix) with ESMTP id 246E037BA8E; Sun, 2 Apr 2000 16:26:34 -0700 (PDT) (envelope-from dpassage@flophouse.com) Received: (from dpassage@localhost) by flophouse.com (8.9.3/8.9.3) id QAA71722; Sun, 2 Apr 2000 16:26:33 -0700 (PDT) (envelope-from dpassage) Message-Id: <200004022326.QAA71722@flophouse.com> Date: Sun, 2 Apr 2000 16:26:33 -0700 (PDT) From: "David G. Paschich" Reply-To: dpassage@flophouse.com To: FreeBSD-gnats-submit@freebsd.org, kuriyama@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17760: incorrect md5 file for ports/palm/prc-tools-gcc Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17760 >Category: ports >Synopsis: md5 file uses incorrect pathnames >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Apr 2 16:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: David G. Paschich >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: 5.0-Current with ports supped 1 Apr 2000 >Description: The port fetches the gcc and gdb tarballs into /usr/ports/distfiles/{gcc,gdb} but the md5 file doesn't have the path prefixes. >How-To-Repeat: cd /usr/ports/palm/prc-tools-gcc make >Fix: --- files/md5.orig Sun Apr 2 15:20:39 2000 +++ files/md5 Sun Apr 2 15:20:47 2000 @@ -1,3 +1,3 @@ MD5 (prc-tools-2.0.tar.gz) = cd22ec500ebb3ec90fd8a8da53c6e39a -MD5 (gdb-4.18.tar.gz) = 828d28487af6cec074639c1102569473 -MD5 (gcc-2.95.2.tar.gz) = 0e36957d734286e242e9697fd2806c4f +MD5 (gdb/gdb-4.18.tar.gz) = 828d28487af6cec074639c1102569473 +MD5 (gcc/gcc-2.95.2.tar.gz) = 0e36957d734286e242e9697fd2806c4f Or, just make makesum and commit >Release-Note: >Audit-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 Apr 2 17: 1: 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 5E42A37BC05; Sun, 2 Apr 2000 17:01:07 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA39151; Sun, 2 Apr 2000 17:01:07 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Sun, 2 Apr 2000 17:01:07 -0700 (PDT) From: Message-Id: <200004030001.RAA39151@freefall.freebsd.org> To: patseal@hyperhost.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17327: New port: boxes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: boxes State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Sun Apr 2 17:00:32 PDT 2000 State-Changed-Why: Port added to ports tree. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 2 18:26: 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 C2EA737BCF8; Sun, 2 Apr 2000 18:25:58 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id SAA46685; Sun, 2 Apr 2000 18:25:58 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Sun, 2 Apr 2000 18:25:47 -0700 (PDT) From: Kris Kennaway To: assar@stacken.kth.se Cc: Brandon Fosdick , ports@FreeBSD.org Subject: Re: Once more: Arla In-Reply-To: <5lg0t48ewb.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 On 2 Apr 2000 assar@stacken.kth.se wrote: > pkg/package in my view. But the real reason that I submitted upgrades > to the FreeBSD port was that someone else had done the port some time > ago and then it hadn't been kept up-to-date with either -current or > newer Arla versions. This seemed a pity to me, so I submitted the > patches to make it working again. Do you want to be the maintainer? 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 Sun Apr 2 18:26:43 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 4DB7537B831; Sun, 2 Apr 2000 18:26:42 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA46819; Sun, 2 Apr 2000 18:26:37 -0700 (PDT) (envelope-from vanilla@FreeBSD.org) Date: Sun, 2 Apr 2000 18:26:37 -0700 (PDT) From: Message-Id: <200004030126.SAA46819@freefall.freebsd.org> To: martti.kuparinen@piuha.net, vanilla@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17749: [PATCH] ports/mail/postfix upgrade and fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] ports/mail/postfix upgrade and fixes State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Sun Apr 2 18:26:25 PDT 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 Apr 2 18:34:52 2000 Delivered-To: freebsd-ports@freebsd.org Received: from assaris.sics.se (dyna225-150.nada.kth.se [130.237.225.150]) by hub.freebsd.org (Postfix) with ESMTP id 59B8637B64A; Sun, 2 Apr 2000 18:34:37 -0700 (PDT) (envelope-from assar@assaris.sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.9.3) id DAA43228; Mon, 3 Apr 2000 03:34:22 +0200 (CEST) (envelope-from assar) From: assar@stacken.kth.se To: Kris Kennaway Cc: Brandon Fosdick , ports@FreeBSD.org Subject: Re: Once more: Arla References: Date: 03 Apr 2000 03:34:21 +0200 In-Reply-To: Kris Kennaway's message of "Sun, 2 Apr 2000 18:25:47 -0700 (PDT)" Message-ID: <5ld7o8klwi.fsf@assaris.sics.se> Lines: 7 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.6 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kris Kennaway writes: > Do you want to be the maintainer? Sure, I'm hacking the code anyway, and running FreeBSD, so it's not like it's a huge amount of work. /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 2 20: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 95D1437BBCE for ; Sun, 2 Apr 2000 20:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA57479; Sun, 2 Apr 2000 20:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cx587235-a.chnd1.az.home.com (cx587235-a.chnd1.az.home.com [24.11.88.170]) by hub.freebsd.org (Postfix) with ESMTP id 4BEC137BC8C for ; Sun, 2 Apr 2000 20:28:51 -0700 (PDT) (envelope-from jjreynold@cx587235-a.chnd1.az.home.com) Received: from whale.home-net (whale [192.168.1.2]) by cx587235-a.chnd1.az.home.com (8.9.3/8.9.3) with ESMTP id UAA65007 for ; Sun, 2 Apr 2000 20:28:50 -0700 (MST) (envelope-from jjreynold@dolphin.home-net) Received: (from jjreynold@localhost) by whale.home-net (8.9.3/8.9.3) id UAA03646; Sun, 2 Apr 2000 20:28:50 -0700 (MST) (envelope-from jjreynold@mailhost.home-net) Message-Id: <200004030328.UAA03646@whale.home-net> Date: Sun, 2 Apr 2000 20:28:50 -0700 (MST) From: jjreynold@home.com Reply-To: jjreynold@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17762: update of sysutils/flexbackup (patch included) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17762 >Category: ports >Synopsis: sysutils/flexbackup 0.9.8 needs a slight update >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 Apr 2 20:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: John Reynolds >Release: FreeBSD 3.4-STABLE i386 >Organization: Four Guy's Plumbing. >Environment: FreeBSD whale 3.4-STABLE FreeBSD 3.4-STABLE #0: Sat Mar 4 10:48:02 MST 2000 root@whale:/usr/src/sys/compile/WHALE i386 >Description: the "flexbackup" port needs a slight update. The README file along with a configuration file sample have been moved from $PREFIX/share/flexbackup to $PREFIX/share/doc/flexbackup which is more consistent with what other ports do for random associated docs. Thanks to kiri@pis.toba-cmt.ac.jp for pointing this out. >How-To-Repeat: Install the flexbackup port. You will see files being placed in $PREFIX/share/flexbackup which isn't consistent with other ports. >Fix: Please apply the attached patch from the ports/sysutils directory: diff -urN flexbackup.9.8/Makefile flexbackup/Makefile --- flexbackup.9.8/Makefile Sun Apr 2 19:51:15 2000 +++ flexbackup/Makefile Sun Apr 2 19:59:31 2000 @@ -26,9 +26,9 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/flexbackup ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/flexbackup - ${INSTALL_DATA} ${WRKSRC}/flexbackup.conf.sample ${PREFIX}/share/flexbackup - ${INSTALL_DATA} ${WRKSRC}/flexbackup.README ${PREFIX}/share/flexbackup + ${MKDIR} ${PREFIX}/share/doc/flexbackup + ${INSTALL_DATA} ${WRKSRC}/flexbackup.conf.sample ${PREFIX}/share/doc/flexbackup + ${INSTALL_DATA} ${WRKSRC}/flexbackup.README ${PREFIX}/share/doc/flexbackup post-install: @cat ${PKGDIR}/MESSAGE diff -urN flexbackup.9.8/pkg/MESSAGE flexbackup/pkg/MESSAGE --- flexbackup.9.8/pkg/MESSAGE Sun Apr 2 19:51:15 2000 +++ flexbackup/pkg/MESSAGE Sun Apr 2 20:22:14 2000 @@ -3,7 +3,7 @@ Flexbackup needs to have its configuration file placed in /etc. A template copy of this configuration file has been installed into - ${PREFIX}/share/flexbackup/flexbackup.conf.sample + ${PREFIX}/share/doc/flexbackup/flexbackup.conf.sample (where PREFIX nominally is /usr/local). Please copy this file as @@ -15,7 +15,7 @@ ** Changes have occurred in this file since previous versions ** **************************************************************** -Also see ${PREFIX}/share/flexbackup/flexbackup.README for more information on -how to use flexbackup (until the man pages are written :). +Also see ${PREFIX}/share/doc/flexbackup/flexbackup.README for more information +on how to use flexbackup (until the man pages are written :). ------------------------------------------------------------------------------- diff -urN flexbackup.9.8/pkg/PLIST flexbackup/pkg/PLIST --- flexbackup.9.8/pkg/PLIST Sun Apr 2 19:51:15 2000 +++ flexbackup/pkg/PLIST Sun Apr 2 19:59:19 2000 @@ -1,4 +1,4 @@ bin/flexbackup -share/flexbackup/flexbackup.conf.sample -share/flexbackup/flexbackup.README -@dirrm share/flexbackup +share/doc/flexbackup/flexbackup.conf.sample +share/doc/flexbackup/flexbackup.README +@dirrm share/doc/flexbackup >Release-Note: >Audit-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 Apr 2 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 90DBF37BE0C for ; Sun, 2 Apr 2000 22:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA66550; Sun, 2 Apr 2000 22:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fgwmail6.fujitsu.co.jp (fgwmail6.fujitsu.co.jp [192.51.44.36]) by hub.freebsd.org (Postfix) with ESMTP id 98D0837B6DB for ; Sun, 2 Apr 2000 22:13:09 -0700 (PDT) (envelope-from mac@daemon.pssys.flab.fujitsu.co.jp) Received: from m2.gw.fujitsu.co.jp by fgwmail6.fujitsu.co.jp (8.9.3/3.7W-MX0002-Fujitsu Gateway) id OAA10657 for ; Mon, 3 Apr 2000 14:13:08 +0900 (JST) (envelope-from mac@daemon.pssys.flab.fujitsu.co.jp) Received: from daemon.pssys.flab.fujitsu.co.jp by m2.gw.fujitsu.co.jp (8.9.3/3.7W-0003-Fujitsu Domain Master) id OAA27618; Mon, 3 Apr 2000 14:13:07 +0900 (JST) Received: (from mac@localhost) by daemon.pssys.flab.fujitsu.co.jp (8.9.3/8.9.3) id OAA25535; Mon, 3 Apr 2000 14:13:06 +0900 (JST) (envelope-from mac) Message-Id: <200004030513.OAA25535@daemon.pssys.flab.fujitsu.co.jp> Date: Mon, 3 Apr 2000 14:13:06 +0900 (JST) From: mac@jp.FreeBSD.org Reply-To: mac@jp.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17763: update ports : libProplist Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17763 >Category: ports >Synopsis: update ports : libProplist and windowmaker-i18n >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 Apr 2 22:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Masahide -mac- NODA >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: update ports - libPropList to 0.10.1 this is need for Window Maker 0.62.1 - windowmaker-18n t0 0.62.1 bellow patch fixed PLIST >How-To-Repeat: >Fix: I attach 2 patch file for devel/libPropList and x11-wm/windowmaker-i18n this is patch for devel/libPropList ---------- 8< ---------- 8< ---------- 8< ---------- 8< ---------- 8< Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/libPropList/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- Makefile 2000/03/31 08:33:06 1.8 +++ Makefile 2000/04/03 05:05:48 @@ -1,13 +1,13 @@ # New ports collection makefile for: libPropList -# Version required: 0.10.0 +# Version required: 0.10.1 # Date Created: 6 December 1998 # Whom: Glenn Johnson # # $FreeBSD: ports/devel/libPropList/Makefile,v 1.8 2000/03/31 08:33:06 tg Exp $ # -DISTNAME= libPropList-0.10.0 -PKGNAME= libproplist-0.10.0 +DISTNAME= libPropList-0.10.1 +PKGNAME= libproplist-0.10.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} MASTER_SITE_SUBDIR= libs Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/devel/libPropList/files/md5,v retrieving revision 1.4 diff -u -r1.4 md5 --- files/md5 2000/03/31 08:33:08 1.4 +++ files/md5 2000/04/03 05:05:48 @@ -1 +1 @@ -MD5 (libPropList-0.10.0.tar.gz) = 22462ba84d54c8106fd83eb17ec9d29e +MD5 (libPropList-0.10.1.tar.gz) = ff32a4edbf9d0861012b2f10fd302ad5 ---------- 8< ---------- 8< ---------- 8< ---------- 8< ---------- 8< and this is patch for windowmaker-i18n ---------- 8< ---------- 8< ---------- 8< ---------- 8< ---------- 8< Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11-wm/windowmaker-i18n/Makefile,v retrieving revision 1.69 diff -u -r1.69 Makefile --- Makefile 2000/04/01 19:23:43 1.69 +++ Makefile 2000/04/03 05:05:39 @@ -1,13 +1,13 @@ # New ports collection makefile for: WindowMaker with i18n extention -# Version required: 0.62.0 +# Version required: 0.62.1 # Date created: 24 Nov 1998 # Whom: mac@jp.freebsd.org # # $FreeBSD: ports/x11-wm/windowmaker-i18n/Makefile,v 1.69 2000/04/01 19:23:43 mharo Exp $ # -DISTNAME= WindowMaker-0.62.0 -PKGNAME= windowmaker-i18n-0.62.0 +DISTNAME= WindowMaker-0.62.1 +PKGNAME= windowmaker-i18n-0.62.1 CATEGORIES= x11-wm windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} MASTER_SITE_SUBDIR= beta/srcs Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/x11-wm/windowmaker-i18n/files/md5,v retrieving revision 1.32 diff -u -r1.32 md5 --- files/md5 2000/04/01 19:23:47 1.32 +++ files/md5 2000/04/03 05:05:39 @@ -1 +1 @@ -MD5 (WindowMaker-0.62.0.tar.bz2) = 104189babbc8640e81515896c26aa503 +MD5 (WindowMaker-0.62.1.tar.bz2) = 9d2deac6de78af0766392803cb414c62 Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/x11-wm/windowmaker-i18n/pkg/PLIST,v retrieving revision 1.29 diff -u -r1.29 PLIST --- pkg/PLIST 2000/04/01 19:23:49 1.29 +++ pkg/PLIST 2000/04/03 05:05:40 @@ -65,70 +65,6 @@ GNUstep/Apps/WPrefs.app/tiff/workspace.tiff GNUstep/Apps/WPrefs.app/tiff/workspacename.tiff GNUstep/Apps/WPrefs.app/tiff/xis.tiff -GNUstep/Apps/WPrefs.app/xpm/advancetonewworkspace.xpm -GNUstep/Apps/WPrefs.app/xpm/animations.xpm -GNUstep/Apps/WPrefs.app/xpm/appearance.xpm -GNUstep/Apps/WPrefs.app/xpm/clip.xpm -GNUstep/Apps/WPrefs.app/xpm/configs.xpm -GNUstep/Apps/WPrefs.app/xpm/cycleworkspaces.xpm -GNUstep/Apps/WPrefs.app/xpm/dock.xpm -GNUstep/Apps/WPrefs.app/xpm/dontlinkworkspaces.xpm -GNUstep/Apps/WPrefs.app/xpm/ergonomic.xpm -GNUstep/Apps/WPrefs.app/xpm/expert.xpm -GNUstep/Apps/WPrefs.app/xpm/fonts.xpm -GNUstep/Apps/WPrefs.app/xpm/iconprefs.xpm -GNUstep/Apps/WPrefs.app/xpm/keyboard.xpm -GNUstep/Apps/WPrefs.app/xpm/keyboardprefs.xpm -GNUstep/Apps/WPrefs.app/xpm/keyshortcuts.xpm -GNUstep/Apps/WPrefs.app/xpm/menualign1.xpm -GNUstep/Apps/WPrefs.app/xpm/menualign2.xpm -GNUstep/Apps/WPrefs.app/xpm/menuprefs.xpm -GNUstep/Apps/WPrefs.app/xpm/menus.xpm -GNUstep/Apps/WPrefs.app/xpm/moreanim.xpm -GNUstep/Apps/WPrefs.app/xpm/mousesettings.xpm -GNUstep/Apps/WPrefs.app/xpm/mousespeed.xpm -GNUstep/Apps/WPrefs.app/xpm/msty1.xpm -GNUstep/Apps/WPrefs.app/xpm/msty2.xpm -GNUstep/Apps/WPrefs.app/xpm/msty3.xpm -GNUstep/Apps/WPrefs.app/xpm/newstyle.xpm -GNUstep/Apps/WPrefs.app/xpm/nonopaque.xpm -GNUstep/Apps/WPrefs.app/xpm/oldstyle.xpm -GNUstep/Apps/WPrefs.app/xpm/opaque.xpm -GNUstep/Apps/WPrefs.app/xpm/paths.xpm -GNUstep/Apps/WPrefs.app/xpm/smooth.xpm -GNUstep/Apps/WPrefs.app/xpm/sound.xpm -GNUstep/Apps/WPrefs.app/xpm/speed0.xpm -GNUstep/Apps/WPrefs.app/xpm/speed0s.xpm -GNUstep/Apps/WPrefs.app/xpm/speed1.xpm -GNUstep/Apps/WPrefs.app/xpm/speed1s.xpm -GNUstep/Apps/WPrefs.app/xpm/speed2.xpm -GNUstep/Apps/WPrefs.app/xpm/speed2s.xpm -GNUstep/Apps/WPrefs.app/xpm/speed3.xpm -GNUstep/Apps/WPrefs.app/xpm/speed3s.xpm -GNUstep/Apps/WPrefs.app/xpm/speed4.xpm -GNUstep/Apps/WPrefs.app/xpm/speed4s.xpm -GNUstep/Apps/WPrefs.app/xpm/tdel.xpm -GNUstep/Apps/WPrefs.app/xpm/tedit.xpm -GNUstep/Apps/WPrefs.app/xpm/textr.xpm -GNUstep/Apps/WPrefs.app/xpm/theme.xpm -GNUstep/Apps/WPrefs.app/xpm/timer0.xpm -GNUstep/Apps/WPrefs.app/xpm/timer0s.xpm -GNUstep/Apps/WPrefs.app/xpm/timer1.xpm -GNUstep/Apps/WPrefs.app/xpm/timer1s.xpm -GNUstep/Apps/WPrefs.app/xpm/timer2.xpm -GNUstep/Apps/WPrefs.app/xpm/timer2s.xpm -GNUstep/Apps/WPrefs.app/xpm/timer3.xpm -GNUstep/Apps/WPrefs.app/xpm/timer3s.xpm -GNUstep/Apps/WPrefs.app/xpm/timer4.xpm -GNUstep/Apps/WPrefs.app/xpm/timer4s.xpm -GNUstep/Apps/WPrefs.app/xpm/timer5.xpm -GNUstep/Apps/WPrefs.app/xpm/timer5s.xpm -GNUstep/Apps/WPrefs.app/xpm/tnew.xpm -GNUstep/Apps/WPrefs.app/xpm/whandling.xpm -GNUstep/Apps/WPrefs.app/xpm/windowfocus.xpm -GNUstep/Apps/WPrefs.app/xpm/workspace.xpm -GNUstep/Apps/WPrefs.app/xpm/workspacename.xpm -GNUstep/Apps/WPrefs.app/xpm/xis.xpm bin/get-wings-flags bin/get-wraster-flags bin/get-wutil-flags @@ -163,7 +99,7 @@ lib/libwmfun.so.0 lib/libwraster.a lib/libwraster.so -lib/libwraster.so.2 +lib/libwraster.so.3 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/WINGs/Images.tiff @@ -295,6 +231,7 @@ share/WindowMaker/plmenu share/WindowMaker/plmenu.da share/WindowMaker/plmenu.de +share/WindowMaker/plmenu.fi share/WindowMaker/plmenu.fr share/WindowMaker/plmenu.hr share/WindowMaker/plmenu.it ---------- 8< ---------- 8< ---------- 8< ---------- 8< ---------- 8< >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sun Apr 2 23:57:17 2000 Delivered-To: freebsd-ports@freebsd.org Received: from lancelot.cit.nepean.uws.edu.au (lancelot.cit.nepean.uws.edu.au [137.154.148.30]) by hub.freebsd.org (Postfix) with ESMTP id 4652637B67C for ; Sun, 2 Apr 2000 23:57:10 -0700 (PDT) (envelope-from dho@cit.nepean.uws.edu.au) Received: from oberon.cit.nepean.uws.edu.au (root@oberon.cit.nepean.uws.edu.au [137.154.148.13]) by lancelot.cit.nepean.uws.edu.au (8.10.0.Beta10/8.10.0.Beta10) with ESMTP id e336ufi09487; Mon, 3 Apr 2000 16:56:41 +1000 (EST) Received: from arthur.cit.nepean.uws.edu.au (dho@arthur [137.154.149.4]) by oberon.cit.nepean.uws.edu.au with ESMTP id QAA11370; Mon, 3 Apr 2000 16:56:30 +1000 (EST) Received: from localhost (dho@localhost) by arthur.cit.nepean.uws.edu.au (/8.9.0) with ESMTP id QAA00889; Mon, 3 Apr 2000 16:56:30 +1000 (EST) X-Authentication-Warning: arthur.cit.nepean.uws.edu.au: dho owned process doing -bs Date: Mon, 3 Apr 2000 16:56:30 +1000 (EST) From: Danny Ho To: sanpei@sanpei.org Cc: ports@freebsd.org Subject: Xmovie port causes a segment fault. 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 Hello, I need a quicktime player for FreeBSD Obviously I would goto ports and do a search for Quicktime So I found Xmovie and installed the ports After I installed Xmovie And ran the product I get "segment fault". I was wondering if it is a problem on "my side" or with the program itself. and if the problem was on myside I was wondering how I can fix this problem Looking forward to your feedback. dannyh dannyh@idx.com.au ######################################################################### # # Microsoft: - Where do you want to go today? # # Linux :- Where do you want to go tommorow? # # BSD :- Are you guys coming or what? # ######################################################################### To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 3 0: 5:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from lavender.yy.cs.keio.ac.jp (lavender.rad.cc.keio.ac.jp [131.113.16.115]) by hub.freebsd.org (Postfix) with ESMTP id AAC6937BDD6 for ; Mon, 3 Apr 2000 00:05:12 -0700 (PDT) (envelope-from sanpei@sanpei.org) Received: (from sanpei@localhost) by lavender.yy.cs.keio.ac.jp (8.9.3/3.7W) id QAA37851; Mon, 3 Apr 2000 16:05:04 +0900 (JST) Message-Id: <200004030705.QAA37851@lavender.yy.cs.keio.ac.jp> To: dho@cit.nepean.uws.edu.au Cc: ports@freebsd.org Subject: Re: Xmovie port causes a segment fault. In-Reply-To: Your message of "Mon, 3 Apr 2000 16:56:30 +1000 (EST)" References: X-Mailer: Mew version 1.70 on Emacs 19.34.1 / Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 03 Apr 2000 16:05:04 +0900 From: MIHIRA Sanpei Yoshiro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >So I found Xmovie and installed the ports >After I installed Xmovie > >And ran the product I get "segment fault". What version of FreeBSD did you use? FreeBSD-3.4-RELEASE? or FreeBSD-4.0-RELEASE? xmovie require latest linux emulator. If you use 3.4-RELEASE or early version of FreeBSD, you need to update /module/linux.ko. MIHIRA Yoshiro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 3 0:38:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 3FF0E37B967; Mon, 3 Apr 2000 00:38:08 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca2-07.ix.netcom.com [205.186.212.7]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id DAA12414; Mon, 3 Apr 2000 03:37:47 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id AAA52294; Mon, 3 Apr 2000 00:37:17 -0700 (PDT) Date: Mon, 3 Apr 2000 00:37:17 -0700 (PDT) Message-Id: <200004030737.AAA52294@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: <86wvmjw0wd.wl@archon.local.idaemons.org> (knu@idaemons.org) Subject: Re: final call: VERSION variable From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) References: <86wvmjw0wd.wl@archon.local.idaemons.org> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Here is the bsd.port.mk patch to convert from DISTNAME[/PKGNAME] to PORTNAME/PORTVERSION[/DISTNAME]. I will commit this soon. It will work for both the new and old formats, and will require the new format if REQUIRE_PKGNAME is defined. I will freeze the port tree next weekend (around April 8) and mharo and cpiazza will convert the entire tree in one pass. If you are holding on to a patch that updates a port, you may want to commit it now so you won't be caught with a conflict. (Same goes for PRs of course -- please commit as many of them as possible before next weekend.) After all ports are converted, the REQUIRE_PKGNAME part will be changed to be mandatory and no old-style ports will be accepted. Satoshi ------- Index: bsd.port.mk =================================================================== RCS file: /usr/cvs/ports/Mk/bsd.port.mk,v retrieving revision 1.332 diff -u -r1.332 bsd.port.mk --- bsd.port.mk 2000/04/02 08:32:26 1.332 +++ bsd.port.mk 2000/04/03 05:34:53 @@ -41,10 +41,13 @@ # # These variables are used to identify your port. # -# DISTNAME - Name of port or distribution. -# PKGNAME - Name of the package file to create if the DISTNAME -# isn't really relevant for the port/package -# (default: ${DISTNAME}). +# PORTNAME - Name of software. +# PORTVERSION - Version of software. +# PKGNAME - Always defined as ${PORTNAME}-${PORTVERSION}. Do not +# define this in your Makefile. +# DISTNAME - Name of port or distribution used in generating +# WRKSRC and DISTFILES below (default: +# ${PORTNAME}-${PORTVERSION}). # CATEGORIES - A list of descriptive categories into which this port falls. # # These variable describe how to fetch files required for building the port. @@ -1098,10 +1101,26 @@ .endif .endif -# Derived names so that they're easily overridable. -DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} +.if defined(REQUIRE_PORTNAME) && !defined(PORTNAME) +.BEGIN: + @${ECHO} "${PKGNAME}: You need to define PORTNAME and PORTVERSION instead of PKGNAME." + @${ECHO} "(This port is too old for your bsd.port.mk.)" + @${FALSE} +.endif +.if defined(PORTNAME) +.if defined(PKGNAME) || !defined(PORTVERSION) +.BEGIN: + @${ECHO} "${PKGNAME}: You need to define PORTNAME and PORTVERSION instead of PKGNAME." + @${FALSE} +.endif +PKGNAME= ${PORTNAME}-${PORTVERSION} +DISTNAME?= ${PKGNAME} +.else +# old style PKGNAME?= ${DISTNAME} +.endif +DISTFILES?= ${DISTNAME}${EXTRACT_SUFX} ALLFILES?= ${DISTFILES} ${PATCHFILES} .if defined(IGNOREFILES) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 3 1:39:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id ADAEB37B60C; Mon, 3 Apr 2000 01:38:59 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-83.ix.netcom.com [209.109.234.83]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id EAA08065; Mon, 3 Apr 2000 04:38:50 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id BAA52719; Mon, 3 Apr 2000 01:38:48 -0700 (PDT) Date: Mon, 3 Apr 2000 01:38:48 -0700 (PDT) Message-Id: <200004030838.BAA52719@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: jim@freebsd.org Subject: porting section (handbook) diff From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Please review the following diff. It includes changes for PORTNAME/PORTVERSION, including a little blurb about choosing version numbers carefully so they can be sorted mechanically), removing a.out support (actually removing the section for a.out/ELF support), and not including info/dir in the PLIST that you generate. Satoshi P.S. Jim, please take a look at the use of various tags in the first couple of hunks. (Gosh, I long for the day when I didn't have to worry about which of the bazzilion tags I should use for something I just wanted to be in fixed width font.... ;) Index: ports/chapter.sgml =================================================================== RCS file: /usr/cvs/doc/en_US.ISO_8859-1/books/handbook/ports/chapter.sgml,v retrieving revision 1.91 diff -u -r1.91 chapter.sgml --- chapter.sgml 2000/03/17 16:46:01 1.91 +++ chapter.sgml 2000/04/03 08:36:59 @@ -1023,14 +1023,14 @@ # New ports collection makefile for: oneko -# Version required: 1.1b # Date created: 5 December 1994 # Whom: asami # # $FreeBSD$ # -DISTNAME= oneko-1.1b +PORTNAME= oneko +PORTVERSION= 1.1b CATEGORIES= games MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/ @@ -1555,9 +1555,12 @@ The original source - Does it live in DISTDIR as a standard gzip'd - tarball? If so, you can go on to the next step. If not, you should - look at overriding any of the EXTRACT_CMD, + Does it live in DISTDIR as a standard + gzip'd tarball named something like + foozolix-1.2.tar.gz? If so, you can go on + to the next step. If not, you should look at overriding any + of the DISTNAME, + EXTRACT_CMD, EXTRACT_BEFORE_ARGS, EXTRACT_AFTER_ARGS, EXTRACT_SUFX, or DISTFILES @@ -1573,40 +1576,35 @@ - <makevar>DISTNAME</makevar> + <makevar>PORTNAME</makevar> and <makevar>PORTVERSION</makevar> - You should set DISTNAME to be the base name - of your port. The default rules expect the distribution file list - (DISTFILES) to be named - DISTNAMEEXTRACT_SUFX which, if - it is a normal tarball, is going to be something like - foozolix-1.0.tar.gz for a setting of - DISTNAME=foozolix-1.0. - - The default rules also expect the tarball(s) to extract into a - subdirectory called - work/DISTNAME, e.g. - work/foozolix-1.0/. - - All this behavior can be overridden, of course; it simply - represents the most common time-saving defaults. For a port - requiring multiple distribution files, simply set - DISTFILES explicitly. If only a subset of - DISTFILES are actual extractable archives, then - set them up in EXTRACT_ONLY, which will override - the DISTFILES list when it comes to extraction, - and the rest will be just left in DISTDIR for - later use. + You should set PORTNAME to be the + base name of your port, and PORTVERSION + to the version number of the port. They are combined to + form PKGNAME as + ${PORTNAME}-${PORTVERSION}. + Make sure this conforms to our guidelines for a good package + name. In particular, you are not allowed to use a + hyphen (-) in + PORTVERSION. - <makevar>PKGNAME</makevar> - - If DISTNAME does not conform to our guidelines for a good package - name, you should set the PKGNAME - variable to something better. See the abovementioned guidelines for - more details. + + <makevar>DISTNAME</makevar> + + DISTNAME is the name of the port as + called by the authors of the software. + DISTNAME defaults to + PKGNAME, so override it if necessary. + DISTNAME is only used in two places. + First, the distribution file list + (DISTFILES) defaults to + ${DISTNAME}${EXTRACT_SUFX}. + Second, the distribution file is expected to extract into a + subdirectory named WRKSRC, which defaults + to work/${DISTNAME}. @@ -2019,6 +2017,8 @@ + + <makevar>MASTERDIR</makevar> @@ -2201,14 +2203,16 @@ use variables cleverly. In the sole Makefiles, you can use MASTERDIR to specify the directory where the rest of the files are. Also, use a variable as part of - PKGNAME so + PORTNAME or + PORTVERSION so the packages will have different names. This will be best demonstrated by an example. This is part of japanese/xdvi300/Makefile; -PKGNAME= ja-xdvi${RESOLUTION}-17 +PORTNAME= ja-xdvi${RESOLUTION} +PORTVERSION= 17 : # default RESOLUTION?= 300 @@ -2248,8 +2252,8 @@ Shared library versions - First, please read our policy on - shared library versioning to understand what to do with + Please read our policy on + shared library versioning to understand what to do with shared library versions in general. Do not blindly assume software authors know what they are doing; many of them do not. It is very important that these details are carefully considered, as we have @@ -2257,11 +2261,12 @@ potentially incompatible software pairs co-exist. Careless port imports have caused great trouble regarding shared libraries in the past (ever wondered why the port jpeg-6b has a - shared library version of 9.0?). If in doubt, send a message to the + shared library version of 9?). If in doubt, send a message to the &a.ports;. Most of the time, your job ends by determining the right shared library version and making appropriate patches to implement it. + @@ -2424,7 +2430,7 @@ font path in /etc/XF86Config. - + Info files The new version of texinfo (included in 2.2.2-RELEASE and onwards) @@ -3675,7 +3681,7 @@ Create a new directory for your port. The directory name should reflect what the port is. This usually means - PKGNAME minus the version part. However, if you + PORTNAME. However, if you think the user might want different versions of the port to be installed at the same time, you can use the whole PKGNAME. @@ -3716,8 +3722,8 @@ lot of files to be fetched, or contains a file that has a name that might conflict with other ports (e.g., Makefile), set DIST_SUBDIR - to the name of the port (PKGNAME without the - version part should work fine). This will change + to the name of the port (PORTNAME + should work fine). This will change DISTDIR from the default /usr/ports/distfiles to /usr/ports/distfiles/DIST_SUBDIR, @@ -4034,8 +4040,9 @@ [the header...just to make it easier for us to identify the ports.] # New ports collection makefile for: xdvi -[the version required header should updated when upgrading a port.] -# Version required: pl18 [things like "1.5alpha" are fine here too] +[the "version required" line is only needed when the PORTVERSION + variable is not specific enough to describe the port.] +# Version required: pl18 + japanization patches 18.1 and 18.2 [this is the date when the first version of this Makefile was created. Never change this when doing an update of the port.] # Date created: 26 May 1995 @@ -4050,17 +4057,19 @@ this line back to "$FreeBSD$". CVS deals with it automatically.] # -[section to describe the port itself and the master site - DISTNAME - is always first, followed by PKGNAME (if necessary), CATEGORIES, +[section to describe the port itself and the master site - PORTNAME + and PORTVERSION are always first, followed by CATEGORIES, and then MASTER_SITES, which can be followed by MASTER_SITE_SUBDIR. - After those, one of EXTRACT_SUFX or DISTFILES can be specified too.] -DISTNAME= xdvi -PKGNAME= xdvi-pl18 + Then comes DISTNAME, EXTRACT_SUFX and/or DISTFILES, and then + EXTRACT_ONLY, as necessary.] +PORTNAME= xdvi +PORTVERSION= 18.2 CATEGORIES= print [do not forget the trailing slash ("/")! if you are not using MASTER_SITE_* macros] MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications +DISTNAME= xdvi-pl18 [set this if the source is not in the standard ".tar.gz" form] EXTRACT_SUFX= .tar.Z @@ -4149,7 +4158,11 @@ MANn, and not in the package list. User configuration files should be removed, or installed as - filename.sample. Any + filename.sample. + The info/dir file should not be listed + and appropriate install-info lines should + be added as noted in the info + files section. Any libraries installed by the port should be listed as specified in the ldconfig section. @@ -4165,8 +4178,10 @@ The package name should look like language_region-name-compiled.specifics-version.numbers. - If your DISTNAME does not look like that, set - PKGNAME to something in that format. + The package name is defined as + ${PORTNAME}-${PORTVERSION}. Make sure to + choose your PORTNAME and + PORTVERSION to conform to that format. @@ -4220,109 +4235,126 @@ version string. The only exception is the string pl (meaning `patchlevel'), which can be used only when there are no major and - minor version numbers in the software. + minor version numbers in the software. If the software + version has strings like "alpha", "beta", or "pre", take + the first letter and put it immediately after a period. + If the version string continues after those names, the + numbers should follow the single alphabet without an extra + period between them. + + The idea is to make it easier to sort ports by looking + at the version string. In particular, make sure version + number components are always delimited by a period, and + if the date is part of the string, use the + yyyy.mm.dd + format, not + dd.mm.yyyy + or the non-Y2K compliant + yy.mm.dd + format. - Here are some (real) examples on how to convert a - DISTNAME into a suitable - PKGNAME: + Here are some (real) examples on how to convert the name + as called by the software authors to a suitable package + name: - + Distribution Name - Package Name + PORTNAME + PORTVERSION Reason - mule-2.2.2 mule-2.2.2 + mule + 2.2.2 No changes required - XFree86-3.1.2 - XFree86-3.1.2 + XFree86-3.3.6 + XFree86 + 3.3.6 No changes required EmiClock-1.0.2 - emiclock-1.0.2 + emiclock + 1.0.2 No uppercase names for single programs - gmod1.4 - gmod-1.4 - Need a hyphen before version numbers - - - - xmris.4.0.2 - xmris-4.0.2 - Need a hyphen before version numbers - - - rdist-1.3alpha - rdist-1.3a + rdist + 1.3.a No strings like alpha allowed es-0.9-beta1 - es-0.9b1 + es-0.9 + b1 No strings like beta allowed v3.3beta021.src - tiff-3.3 + tiff + 3.3 What the heck was that anyway? tvtwm - tvtwm-pl11 + tvtwm + pl11 Version string always required + piewm piewm - piewm-1.0 + 1.0 Version string always required xvgr-2.10pl1 - xvgr-2.10.1 + xvgr + 2.10.1 pl allowed only when no major/minor version numbers gawk-2.15.6 - ja-gawk-2.15.6 + ja-gawk + 2.15.6 Japanese language version psutils-1.13 - psutils-letter-1.13 + psutils-letter + 1.13 Papersize hardcoded at package build time pkfonts - pkfonts300-1.0 + pkfonts300 + 1.0 Package for 300dpi fonts @@ -4334,7 +4366,7 @@ release another version, just set the version string to 1.0 (like the piewm example above). Otherwise, ask the original author or use the date string - (yy.mm.dd) + (yyyy.mm.dd) as the version. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 3 1:40: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 D230A37BD98 for ; Mon, 3 Apr 2000 01:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA87846; Mon, 3 Apr 2000 01:40:01 -0700 (PDT) (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 2A63537BAA3 for ; Mon, 3 Apr 2000 01:33:29 -0700 (PDT) (envelope-from max@iptelecom.net.ua) Received: from vega.vega.com (dialup8-45.iptelecom.net.ua [212.9.227.237]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id LAA13230 for ; Mon, 3 Apr 2000 11:39:43 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.9.3/8.9.3) id LAA13471; Mon, 3 Apr 2000 11:32:49 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-Id: <200004030832.LAA13471@vega.vega.com> Date: Mon, 3 Apr 2000 11:32:49 +0300 (EEST) From: "Maxim Sobolev" Reply-To: sobomax@altavista.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17766: [PATCH] Update of the WindowMaker port to the new 0.62.1 version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17766 >Category: ports >Synopsis: [PATCH] Update of the WindowMaker port to the new 0.62.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: Mon Apr 3 01:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: FreeBSD 3.4-STABLE i386 >Organization: Vega International Capital >Environment: >Description: Update of the WindowMaker port to the new 0.62.1 version. Also in this PR provided small patch to update libPropList to the new 0.10.1 version, as it is required by the 0.62.1 version of the WMaker. Following mostly cosmetic fixes provided as well: + highly disordered pkg/PLIST now sorted; + PLIST now includes bin/get-wings-flags and bin/get-wutil-flags which have been left aside in the previous commit; + small cosmetic fix to the port's Makefile to make portlint happy (install -> ${INSTALL_TARGET}); + building of the test programs now disabled as these binaries not being installed anyway. This PR includes all fixes from my previous ports/17709 PR, so please close it as well after comitting this PR. >How-To-Repeat: >Fix: diff -ruN /usr/ports/x11-wm/windowmaker/Makefile windowmaker/Makefile --- /usr/ports/x11-wm/windowmaker/Makefile Mon Apr 3 09:40:01 2000 +++ windowmaker/Makefile Mon Apr 3 11:20:02 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: WindowMaker -# Version required: 0.62.0 +# Version required: 0.62.1 # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # # $FreeBSD: ports/x11-wm/windowmaker/Makefile,v 1.63 2000/03/31 09:35:04 tg Exp $ -DISTNAME= WindowMaker-0.62.0 -PKGNAME= windowmaker-0.62.0 +DISTNAME= WindowMaker-0.62.1 +PKGNAME= windowmaker-0.62.1 CATEGORIES= x11-wm windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \ http://jgo.local.net/cool_downloads/wm/ @@ -72,7 +72,7 @@ post-install: @cd ${WRKDIR}/WindowMaker-extra-0.1; \ - ${MAKE} ${MAKE_ARGS} install + ${MAKE} ${MAKE_ARGS} ${INSTALL_TARGET} ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib ${MKDIR} ${PREFIX}/share/WindowMaker/Sounds diff -ruN /usr/ports/x11-wm/windowmaker/files/md5 windowmaker/files/md5 --- /usr/ports/x11-wm/windowmaker/files/md5 Mon Apr 3 09:40:01 2000 +++ windowmaker/files/md5 Mon Apr 3 10:43:07 2000 @@ -1,2 +1,2 @@ -MD5 (WindowMaker-0.62.0.tar.bz2) = 104189babbc8640e81515896c26aa503 +MD5 (WindowMaker-0.62.1.tar.bz2) = 9d2deac6de78af0766392803cb414c62 MD5 (WindowMaker-extra-0.1.tar.bz2) = e6fb381da0d207c320f58e7a1fea2a2b diff -ruN /usr/ports/x11-wm/windowmaker/patches/patch-bd windowmaker/patches/patch-bd --- /usr/ports/x11-wm/windowmaker/patches/patch-bd Mon Apr 3 09:40:01 2000 +++ windowmaker/patches/patch-bd Mon Apr 3 11:18:10 2000 @@ -5,7 +5,7 @@ wprefsdir = @wprefsdir@ -SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc contrib -+SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc contrib \ ++SUBDIRS = wrlib WINGs src util po WindowMaker wmlib WPrefs.app doc contrib \ + libwmfun-0.0.3/libwmfun diff -ruN /usr/ports/x11-wm/windowmaker/pkg/PLIST windowmaker/pkg/PLIST --- /usr/ports/x11-wm/windowmaker/pkg/PLIST Mon Apr 3 09:40:02 2000 +++ windowmaker/pkg/PLIST Mon Apr 3 11:11:39 2000 @@ -46,7 +46,6 @@ GNUstep/Apps/WPrefs.app/tiff/tdel.tiff GNUstep/Apps/WPrefs.app/tiff/tedit.tiff GNUstep/Apps/WPrefs.app/tiff/textr.tiff -GNUstep/Apps/WPrefs.app/tiff/tnew.tiff GNUstep/Apps/WPrefs.app/tiff/theme.tiff GNUstep/Apps/WPrefs.app/tiff/timer0.tiff GNUstep/Apps/WPrefs.app/tiff/timer0s.tiff @@ -60,76 +59,15 @@ GNUstep/Apps/WPrefs.app/tiff/timer4s.tiff GNUstep/Apps/WPrefs.app/tiff/timer5.tiff GNUstep/Apps/WPrefs.app/tiff/timer5s.tiff +GNUstep/Apps/WPrefs.app/tiff/tnew.tiff GNUstep/Apps/WPrefs.app/tiff/whandling.tiff GNUstep/Apps/WPrefs.app/tiff/windowfocus.tiff GNUstep/Apps/WPrefs.app/tiff/workspace.tiff GNUstep/Apps/WPrefs.app/tiff/workspacename.tiff GNUstep/Apps/WPrefs.app/tiff/xis.tiff -GNUstep/Apps/WPrefs.app/xpm/advancetonewworkspace.xpm -GNUstep/Apps/WPrefs.app/xpm/animations.xpm -GNUstep/Apps/WPrefs.app/xpm/appearance.xpm -GNUstep/Apps/WPrefs.app/xpm/clip.xpm -GNUstep/Apps/WPrefs.app/xpm/configs.xpm -GNUstep/Apps/WPrefs.app/xpm/cycleworkspaces.xpm -GNUstep/Apps/WPrefs.app/xpm/dock.xpm -GNUstep/Apps/WPrefs.app/xpm/dontlinkworkspaces.xpm -GNUstep/Apps/WPrefs.app/xpm/ergonomic.xpm -GNUstep/Apps/WPrefs.app/xpm/expert.xpm -GNUstep/Apps/WPrefs.app/xpm/fonts.xpm -GNUstep/Apps/WPrefs.app/xpm/iconprefs.xpm -GNUstep/Apps/WPrefs.app/xpm/keyboard.xpm -GNUstep/Apps/WPrefs.app/xpm/keyboardprefs.xpm -GNUstep/Apps/WPrefs.app/xpm/keyshortcuts.xpm -GNUstep/Apps/WPrefs.app/xpm/menualign1.xpm -GNUstep/Apps/WPrefs.app/xpm/menualign2.xpm -GNUstep/Apps/WPrefs.app/xpm/menuprefs.xpm -GNUstep/Apps/WPrefs.app/xpm/menus.xpm -GNUstep/Apps/WPrefs.app/xpm/moreanim.xpm -GNUstep/Apps/WPrefs.app/xpm/mousesettings.xpm -GNUstep/Apps/WPrefs.app/xpm/mousespeed.xpm -GNUstep/Apps/WPrefs.app/xpm/msty1.xpm -GNUstep/Apps/WPrefs.app/xpm/msty2.xpm -GNUstep/Apps/WPrefs.app/xpm/msty3.xpm -GNUstep/Apps/WPrefs.app/xpm/newstyle.xpm -GNUstep/Apps/WPrefs.app/xpm/nonopaque.xpm -GNUstep/Apps/WPrefs.app/xpm/oldstyle.xpm -GNUstep/Apps/WPrefs.app/xpm/opaque.xpm -GNUstep/Apps/WPrefs.app/xpm/paths.xpm -GNUstep/Apps/WPrefs.app/xpm/smooth.xpm -GNUstep/Apps/WPrefs.app/xpm/sound.xpm -GNUstep/Apps/WPrefs.app/xpm/speed0.xpm -GNUstep/Apps/WPrefs.app/xpm/speed0s.xpm -GNUstep/Apps/WPrefs.app/xpm/speed1.xpm -GNUstep/Apps/WPrefs.app/xpm/speed1s.xpm -GNUstep/Apps/WPrefs.app/xpm/speed2.xpm -GNUstep/Apps/WPrefs.app/xpm/speed2s.xpm -GNUstep/Apps/WPrefs.app/xpm/speed3.xpm -GNUstep/Apps/WPrefs.app/xpm/speed3s.xpm -GNUstep/Apps/WPrefs.app/xpm/speed4.xpm -GNUstep/Apps/WPrefs.app/xpm/speed4s.xpm -GNUstep/Apps/WPrefs.app/xpm/tdel.xpm -GNUstep/Apps/WPrefs.app/xpm/tedit.xpm -GNUstep/Apps/WPrefs.app/xpm/textr.xpm -GNUstep/Apps/WPrefs.app/xpm/theme.xpm -GNUstep/Apps/WPrefs.app/xpm/timer0.xpm -GNUstep/Apps/WPrefs.app/xpm/timer0s.xpm -GNUstep/Apps/WPrefs.app/xpm/timer1.xpm -GNUstep/Apps/WPrefs.app/xpm/timer1s.xpm -GNUstep/Apps/WPrefs.app/xpm/timer2.xpm -GNUstep/Apps/WPrefs.app/xpm/timer2s.xpm -GNUstep/Apps/WPrefs.app/xpm/timer3.xpm -GNUstep/Apps/WPrefs.app/xpm/timer3s.xpm -GNUstep/Apps/WPrefs.app/xpm/timer4.xpm -GNUstep/Apps/WPrefs.app/xpm/timer4s.xpm -GNUstep/Apps/WPrefs.app/xpm/timer5.xpm -GNUstep/Apps/WPrefs.app/xpm/timer5s.xpm -GNUstep/Apps/WPrefs.app/xpm/tnew.xpm -GNUstep/Apps/WPrefs.app/xpm/whandling.xpm -GNUstep/Apps/WPrefs.app/xpm/windowfocus.xpm -GNUstep/Apps/WPrefs.app/xpm/workspace.xpm -GNUstep/Apps/WPrefs.app/xpm/workspacename.xpm -GNUstep/Apps/WPrefs.app/xpm/xis.xpm +bin/get-wings-flags bin/get-wraster-flags +bin/get-wutil-flags bin/geticonset bin/getstyle bin/seticons @@ -143,11 +81,11 @@ bin/wsetfont bin/wxcopy bin/wxpaste +etc/WindowMaker/WMGLOBAL etc/WindowMaker/WMRootMenu +etc/WindowMaker/WMState etc/WindowMaker/WMWindowAttributes etc/WindowMaker/WindowMaker -etc/WindowMaker/WMState -etc/WindowMaker/WMGLOBAL include/WINGs.h include/WINGsP.h include/WMaker.h @@ -156,12 +94,12 @@ lib/libWINGs.a lib/libWMaker.a lib/libWUtil.a -lib/libwraster.a -lib/libwraster.so -lib/libwraster.so.3 lib/libwmfun.a lib/libwmfun.so lib/libwmfun.so.0 +lib/libwraster.a +lib/libwraster.so +lib/libwraster.so.3 @exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/WINGs/Images.tiff @@ -170,64 +108,13 @@ share/WINGs/defaultIcon.xpm share/WindowMaker/Backgrounds/BlueImage.jpeg share/WindowMaker/IconSets/Default.iconset -share/WindowMaker/Icons/BitchX.tiff -share/WindowMaker/Icons/DefaultAppIcon.tiff -share/WindowMaker/Icons/GNUstep.tiff -share/WindowMaker/Icons/GNUstep3D.tiff -share/WindowMaker/Icons/GNUstepGlow.tiff -share/WindowMaker/Icons/GNUterm.tiff -share/WindowMaker/Icons/Terminal.tiff -share/WindowMaker/Icons/TerminalGNUstep.tiff -share/WindowMaker/Icons/TerminalLinux.tiff -share/WindowMaker/Icons/clip.tiff -share/WindowMaker/Icons/defaultAppIcon.tiff -share/WindowMaker/Icons/defaultterm.tiff -share/WindowMaker/Icons/draw.tiff -share/WindowMaker/Icons/linuxterm.tiff -share/WindowMaker/Icons/mixer.tiff -share/WindowMaker/Icons/notepad.tiff -share/WindowMaker/Icons/pdf.tiff -share/WindowMaker/Icons/ps.tiff -share/WindowMaker/Icons/real.tiff -share/WindowMaker/Icons/sgiterm.tiff -share/WindowMaker/Icons/sound.tiff -share/WindowMaker/Icons/staroffice2.tiff -share/WindowMaker/Icons/timer.tiff -share/WindowMaker/Icons/wilber.tiff -share/WindowMaker/Icons/write.tiff -share/WindowMaker/Icons/xdvi.tiff -share/WindowMaker/Icons/xv.tiff -share/WindowMaker/Icons/BitchX.xpm -share/WindowMaker/Icons/GNUstep.xpm -share/WindowMaker/Icons/GNUstep3D.xpm -share/WindowMaker/Icons/GNUstepGlow.xpm -share/WindowMaker/Icons/GNUterm.xpm -share/WindowMaker/Icons/Terminal.xpm -share/WindowMaker/Icons/TerminalGNUstep.xpm -share/WindowMaker/Icons/TerminalLinux.xpm -share/WindowMaker/Icons/clip.xpm -share/WindowMaker/Icons/defaultAppIcon.xpm -share/WindowMaker/Icons/defaultterm.xpm -share/WindowMaker/Icons/draw.xpm -share/WindowMaker/Icons/linuxterm.xpm -share/WindowMaker/Icons/mixer.xpm -share/WindowMaker/Icons/notepad.xpm -share/WindowMaker/Icons/pdf.xpm -share/WindowMaker/Icons/ps.xpm -share/WindowMaker/Icons/real.xpm -share/WindowMaker/Icons/sgiterm.xpm -share/WindowMaker/Icons/sound.xpm -share/WindowMaker/Icons/staroffice2.xpm -share/WindowMaker/Icons/timer.xpm -share/WindowMaker/Icons/xv.xpm -share/WindowMaker/Icons/wilber.xpm -share/WindowMaker/Icons/write.xpm -share/WindowMaker/Icons/xdvi.xpm share/WindowMaker/Icons/Ant.xpm share/WindowMaker/Icons/Antennae.xpm share/WindowMaker/Icons/Bee48x48.xpm share/WindowMaker/Icons/Beer.xpm share/WindowMaker/Icons/Bird.xpm +share/WindowMaker/Icons/BitchX.tiff +share/WindowMaker/Icons/BitchX.xpm share/WindowMaker/Icons/Book.xpm share/WindowMaker/Icons/Bookshelf.xpm share/WindowMaker/Icons/Brain.xpm @@ -239,6 +126,7 @@ share/WindowMaker/Icons/Correspondence.dir.xpm share/WindowMaker/Icons/CrystalSkull.dir.xpm share/WindowMaker/Icons/Daemon.xpm +share/WindowMaker/Icons/DefaultAppIcon.tiff share/WindowMaker/Icons/Detergent.dir.xpm share/WindowMaker/Icons/DoomII.xpm share/WindowMaker/Icons/Draw.xpm @@ -247,6 +135,14 @@ share/WindowMaker/Icons/Fish5.dir.xpm share/WindowMaker/Icons/Football.xpm share/WindowMaker/Icons/FootballUS.xpm +share/WindowMaker/Icons/GNUstep.tiff +share/WindowMaker/Icons/GNUstep.xpm +share/WindowMaker/Icons/GNUstep3D.tiff +share/WindowMaker/Icons/GNUstep3D.xpm +share/WindowMaker/Icons/GNUstepGlow.tiff +share/WindowMaker/Icons/GNUstepGlow.xpm +share/WindowMaker/Icons/GNUterm.tiff +share/WindowMaker/Icons/GNUterm.xpm share/WindowMaker/Icons/Gear.xpm share/WindowMaker/Icons/Ghost.xpm share/WindowMaker/Icons/HP-16C-48.xpm @@ -272,18 +168,60 @@ share/WindowMaker/Icons/T2-Film.xpm share/WindowMaker/Icons/TagIcon.xpm share/WindowMaker/Icons/TapeIcon1.xpm +share/WindowMaker/Icons/Terminal.tiff +share/WindowMaker/Icons/Terminal.xpm +share/WindowMaker/Icons/TerminalGNUstep.tiff +share/WindowMaker/Icons/TerminalGNUstep.xpm +share/WindowMaker/Icons/TerminalLinux.tiff +share/WindowMaker/Icons/TerminalLinux.xpm share/WindowMaker/Icons/TrueDie48.xpm share/WindowMaker/Icons/WheelbarrowFull.xpm share/WindowMaker/Icons/WordEditor.xpm share/WindowMaker/Icons/Wrench-12bit.xpm share/WindowMaker/Icons/bomb2.xpm +share/WindowMaker/Icons/clip.tiff +share/WindowMaker/Icons/clip.xpm +share/WindowMaker/Icons/defaultAppIcon.tiff +share/WindowMaker/Icons/defaultAppIcon.xpm +share/WindowMaker/Icons/defaultterm.tiff +share/WindowMaker/Icons/defaultterm.xpm +share/WindowMaker/Icons/draw.tiff +share/WindowMaker/Icons/draw.xpm share/WindowMaker/Icons/inspect.xpm +share/WindowMaker/Icons/linuxterm.tiff +share/WindowMaker/Icons/linuxterm.xpm +share/WindowMaker/Icons/mixer.tiff +share/WindowMaker/Icons/mixer.xpm share/WindowMaker/Icons/monitor.xpm +share/WindowMaker/Icons/notepad.tiff +share/WindowMaker/Icons/notepad.xpm share/WindowMaker/Icons/paint.xpm +share/WindowMaker/Icons/pdf.tiff +share/WindowMaker/Icons/pdf.xpm +share/WindowMaker/Icons/ps.tiff +share/WindowMaker/Icons/ps.xpm +share/WindowMaker/Icons/real.tiff +share/WindowMaker/Icons/real.xpm +share/WindowMaker/Icons/sgiterm.tiff +share/WindowMaker/Icons/sgiterm.xpm +share/WindowMaker/Icons/sound.tiff +share/WindowMaker/Icons/sound.xpm +share/WindowMaker/Icons/staroffice2.tiff +share/WindowMaker/Icons/staroffice2.xpm share/WindowMaker/Icons/tile.black.xpm share/WindowMaker/Icons/tile.snow.xpm share/WindowMaker/Icons/tile.xpm share/WindowMaker/Icons/tile2.xpm +share/WindowMaker/Icons/timer.tiff +share/WindowMaker/Icons/timer.xpm +share/WindowMaker/Icons/wilber.tiff +share/WindowMaker/Icons/wilber.xpm +share/WindowMaker/Icons/write.tiff +share/WindowMaker/Icons/write.xpm +share/WindowMaker/Icons/xdvi.tiff +share/WindowMaker/Icons/xdvi.xpm +share/WindowMaker/Icons/xv.tiff +share/WindowMaker/Icons/xv.xpm share/WindowMaker/Pixmaps/tile.tiff share/WindowMaker/Pixmaps/tile.xpm share/WindowMaker/README @@ -315,8 +253,8 @@ share/WindowMaker/Styles/Purplish.style share/WindowMaker/Styles/Red.style share/WindowMaker/Styles/RednBlue.style -share/WindowMaker/Styles/Summer.style share/WindowMaker/Styles/Spring.style +share/WindowMaker/Styles/Summer.style share/WindowMaker/Styles/Traditional.style share/WindowMaker/Styles/VioletBlue.style share/WindowMaker/Themes/Checker.themed/checker.xpm @@ -367,6 +305,7 @@ share/WindowMaker/plmenu share/WindowMaker/plmenu.da share/WindowMaker/plmenu.de +share/WindowMaker/plmenu.fi share/WindowMaker/plmenu.fr share/WindowMaker/plmenu.hr share/WindowMaker/plmenu.it @@ -376,22 +315,22 @@ share/WindowMaker/wmmacros share/WindowMaker/xtree.dat @exec mkdir -p %B/Sounds -@dirrm share/WindowMaker/Themes/Checker.themed -@dirrm share/WindowMaker/Themes/LeetWM.themed -@dirrm share/WindowMaker/Themes/Night.themed @dirrm share/WindowMaker/Themes/STEP2000.themed +@dirrm share/WindowMaker/Themes/Night.themed +@dirrm share/WindowMaker/Themes/LeetWM.themed +@dirrm share/WindowMaker/Themes/Checker.themed @dirrm share/WindowMaker/Themes -@dirrm share/WindowMaker/Sounds @dirrm share/WindowMaker/Styles +@dirrm share/WindowMaker/Sounds @dirrm share/WindowMaker/Pixmaps @dirrm share/WindowMaker/Icons @dirrm share/WindowMaker/IconSets @dirrm share/WindowMaker/Backgrounds @dirrm share/WindowMaker @dirrm share/WINGs +@dirrm etc/WindowMaker @dirrm GNUstep/Apps/WPrefs.app/xpm @dirrm GNUstep/Apps/WPrefs.app/tiff @dirrm GNUstep/Apps/WPrefs.app @dirrm GNUstep/Apps @dirrm GNUstep -@dirrm etc/WindowMaker diff -ruN /usr/ports/devel/libPropList/Makefile libPropList/Makefile --- /usr/ports/devel/libPropList/Makefile Mon Apr 3 09:35:36 2000 +++ libPropList/Makefile Mon Apr 3 10:35:03 2000 @@ -1,13 +1,13 @@ # New ports collection makefile for: libPropList -# Version required: 0.10.0 +# Version required: 0.10.1 # Date Created: 6 December 1998 # Whom: Glenn Johnson # # $FreeBSD: ports/devel/libPropList/Makefile,v 1.8 2000/03/31 08:33:06 tg Exp $ # -DISTNAME= libPropList-0.10.0 -PKGNAME= libproplist-0.10.0 +DISTNAME= libPropList-0.10.1 +PKGNAME= libproplist-0.10.1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} MASTER_SITE_SUBDIR= libs diff -ruN /usr/ports/devel/libPropList/files/md5 libPropList/files/md5 --- /usr/ports/devel/libPropList/files/md5 Mon Apr 3 09:35:36 2000 +++ libPropList/files/md5 Mon Apr 3 10:35:13 2000 @@ -1 +1 @@ -MD5 (libPropList-0.10.0.tar.gz) = 22462ba84d54c8106fd83eb17ec9d29e +MD5 (libPropList-0.10.1.tar.gz) = ff32a4edbf9d0861012b2f10fd302ad5 >Release-Note: >Audit-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 Apr 3 2: 0: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 D516837BCE3 for ; Mon, 3 Apr 2000 02:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA90030; Mon, 3 Apr 2000 02:00:01 -0700 (PDT) (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 8681037B6B8 for ; Mon, 3 Apr 2000 01:59:33 -0700 (PDT) (envelope-from max@iptelecom.net.ua) Received: from vega.vega.com (dialup6-53.iptelecom.net.ua [212.9.227.117]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id MAA19185 for ; Mon, 3 Apr 2000 12:05:49 +0300 (EEST) Received: (from max@localhost) by vega.vega.com (8.9.3/8.9.3) id LAA13833; Mon, 3 Apr 2000 11:58:55 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-Id: <200004030858.LAA13833@vega.vega.com> Date: Mon, 3 Apr 2000 11:58:55 +0300 (EEST) From: "Maxim Sobolev" Reply-To: sobomax@altavista.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17768: [PATCH] Update of the wmakerconf (x11-wm/wmakerconf) port to the new 2.6 version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17768 >Category: ports >Synopsis: [PATCH] Update of the wmakerconf (x11-wm/wmakerconf) port to the new 2.6 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: Mon Apr 3 02:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: FreeBSD 3.4-STABLE i386 >Organization: Vega International Capital >Environment: >Description: Update of the wmakerconf (x11-wm/wmakerconf) port to the new 2.6 version >How-To-Repeat: >Fix: diff -ruN /usr/ports/x11-wm/wmakerconf/Makefile wmakerconf/Makefile --- /usr/ports/x11-wm/wmakerconf/Makefile Wed Feb 16 16:20:39 2000 +++ wmakerconf/Makefile Mon Apr 3 11:57:32 2000 @@ -1,14 +1,14 @@ # New ports collection makefile for: wmakerconf -# Version required: 2.4 +# Version required: 2.6 # Date Created: 14 August 1999 # Whom: Dominik Rothert # # $FreeBSD: ports/x11-wm/wmakerconf/Makefile,v 1.14 2000/02/16 13:08:25 tg Exp $ # -DISTNAME= wmakerconf-2.5 +DISTNAME= wmakerconf-2.6 CATEGORIES= x11-wm -MASTER_SITES= http://ulli.linuxbox.com/wmakerconf/ +MASTER_SITES= http://ulli.linuxave.net/wmakerconf/ MAINTAINER= dr@domix.de @@ -16,7 +16,6 @@ rpm:${PORTSDIR}/misc/rpm \ bunzip2:${PORTSDIR}/archivers/bzip2 \ wget:${PORTSDIR}/ftp/wget - LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ Imlib.5:${PORTSDIR}/graphics/imlib \ PropList.2:${PORTSDIR}/devel/libPropList \ @@ -26,7 +25,6 @@ png.3:${PORTSDIR}/graphics/png \ wraster.3:${PORTSDIR}/x11-wm/windowmaker \ wmfun.0:${PORTSDIR}/x11-wm/windowmaker - BUILD_DEPENDS= bunzip2:${PORTSDIR}/archivers/bzip2 \ wget:${PORTSDIR}/ftp/wget diff -ruN /usr/ports/x11-wm/wmakerconf/files/md5 wmakerconf/files/md5 --- /usr/ports/x11-wm/wmakerconf/files/md5 Mon Jan 31 10:04:36 2000 +++ wmakerconf/files/md5 Mon Apr 3 10:15:02 2000 @@ -1 +1 @@ -MD5 (wmakerconf-2.5.tar.bz2) = 1a8979f7f9d47cc4cc719125110c8447 +MD5 (wmakerconf-2.6.tar.bz2) = 80a3bd2789ccfe4004f38c793ef4225b diff -ruN /usr/ports/x11-wm/wmakerconf/pkg/DESCR wmakerconf/pkg/DESCR --- /usr/ports/x11-wm/wmakerconf/pkg/DESCR Fri Dec 24 12:09:13 1999 +++ wmakerconf/pkg/DESCR Mon Apr 3 11:56:57 2000 @@ -1,4 +1,4 @@ Wmakerconf is a configuration tool for the famous window manager Window Maker. It is based on the GTK+ and Imlib libraries. -WWW: http://ulli.linuxbox.com/wmakerconf/ +WWW: http://ulli.linuxave.net/wmakerconf/ diff -ruN /usr/ports/x11-wm/wmakerconf/pkg/PLIST wmakerconf/pkg/PLIST --- /usr/ports/x11-wm/wmakerconf/pkg/PLIST Mon Jan 31 10:04:37 2000 +++ wmakerconf/pkg/PLIST Mon Apr 3 10:21:10 2000 @@ -28,22 +28,22 @@ share/wmakerconf/WMWmakerconf share/wmakerconf/appearance.xpm share/wmakerconf/black.xpm +share/wmakerconf/desktop.xpm share/wmakerconf/effects.xpm share/wmakerconf/getfile.pl -share/wmakerconf/gnome-ccdesktop.xpm -share/wmakerconf/gnome-ccwindowmanager.xpm -share/wmakerconf/gnome-mouse.xpm share/wmakerconf/libwww.pl share/wmakerconf/lynx.pl share/wmakerconf/menu.xpm share/wmakerconf/menustyle.xpm share/wmakerconf/misc.xpm +share/wmakerconf/mouse.xpm share/wmakerconf/paths.xpm share/wmakerconf/shortcuts.xpm share/wmakerconf/themes.xpm share/wmakerconf/tiles.xpm share/wmakerconf/titlebar.xpm share/wmakerconf/upgrade.pl +share/wmakerconf/windows.xpm share/wmakerconf/wget.pl share/wmakerconf/wm-oldmenu2new.sh share/wmakerconf/wmaker-version >Release-Note: >Audit-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 Apr 3 2: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 E8AB537B60C for ; Mon, 3 Apr 2000 02:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA90994; Mon, 3 Apr 2000 02:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rat-thing.netizen.com.au (rat-thing.netizen.com.au [203.30.75.120]) by hub.freebsd.org (Postfix) with ESMTP id 8A38937BCE3 for ; Mon, 3 Apr 2000 02:09:52 -0700 (PDT) (envelope-from benno@rat-thing.netizen.com.au) Received: (from benno@localhost) by rat-thing.netizen.com.au (8.9.3/8.9.3) id TAA04786; Mon, 3 Apr 2000 19:09:46 +1000 (EST) (envelope-from benno) Message-Id: <200004030909.TAA04786@rat-thing.netizen.com.au> Date: Mon, 3 Apr 2000 19:09:46 +1000 (EST) From: benno@netizen.com.au Reply-To: benno@netizen.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17769: New port: sgmltools 2.0.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17769 >Category: ports >Synopsis: New port: sgmltools 2.0.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: Mon Apr 3 02:10:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Benno Rice >Release: FreeBSD 5.0-CURRENT i386 >Organization: Netizen Pty Ltd >Environment: FreeBSD rat-thing.netizen.com.au 5.0-CURRENT FreeBSD 5.0-CURRENT #11: Wed Mar 15 14:04:47 EST 2000 benno@rat-thing.netizen.com.au:/usr/src/sys/compile/RATTHING i386 >Description: Port for sgmltools 2.0.2. >How-To-Repeat: N/A >Fix: http://netizen.com.au/~benno/sgmltools-port.tar.gz >Release-Note: >Audit-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 Apr 3 2:54: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 5361137BD75; Mon, 3 Apr 2000 02:54:52 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA95260; Mon, 3 Apr 2000 02:54:52 -0700 (PDT) (envelope-from tg@FreeBSD.org) Date: Mon, 3 Apr 2000 02:54:52 -0700 (PDT) From: Message-Id: <200004030954.CAA95260@freefall.freebsd.org> To: sobomax@altavista.net, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17766: [PATCH] Update of the WindowMaker port to the new 0.62.1 version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Update of the WindowMaker port to the new 0.62.1 version State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Mon Apr 3 02:54:25 PDT 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 Apr 3 2:56: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 9A31737BEAA; Mon, 3 Apr 2000 02:56:16 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA95465; Mon, 3 Apr 2000 02:56:16 -0700 (PDT) (envelope-from tg@FreeBSD.org) Date: Mon, 3 Apr 2000 02:56:16 -0700 (PDT) From: Message-Id: <200004030956.CAA95465@freefall.freebsd.org> To: sobomax@altavista.net, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17709: [PATCH] Update of the WindowMaker port to the new 0.62 version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Update of the WindowMaker port to the new 0.62 version State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Mon Apr 3 02:55:09 PDT 2000 State-Changed-Why: Superseded by 17766. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 3 3:10: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 323EA37B7B2 for ; Mon, 3 Apr 2000 03:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA96639; Mon, 3 Apr 2000 03:10:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 3 Apr 2000 03:10:06 -0700 (PDT) Message-Id: <200004031010.DAA96639@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Trevor Johnson Subject: Re: ports/17660: new port: net/oidentd Reply-To: Trevor Johnson Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17660; it has been noted by GNATS. From: Trevor Johnson To: Will Andrews Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/17660: new port: net/oidentd Date: Mon, 3 Apr 2000 06:03:11 -0400 (EDT) Will Andrews wrote: > On Wed, Mar 29, 2000 at 06:53:41AM -0500, Trevor Johnson wrote: > > only tested on 4.0-CURRENT i386 > > Unfortunately, oidentd only works on 4.0 and later at the moment. > I also changed your primary master site to use the Sourceforge FTP server, Their FTP site has a limit of only 25 users, and is often at its limit (as it was when I was making the port). Thanks for finding the FTP URL, but IMO that should be the last on the list because it is unlikely to work. I've appended a patch which puts it last and adds their HTTP server back to the list. > and gave the port a better pkg/COMMENT. Yes, that is better. I notice that you added the "security" category and made that the primary category. I don't understand why. In ftp://ftp.isi.edu/in-notes/rfc1413.txt it says: The information returned by this protocol is at most as trustworthy as the host providing it OR the organization operating the host. For example, a PC in an open lab has few if any controls on it to prevent a user from having this protocol return any identifier the user wants. Likewise, if the host has been compromised the information returned may be completely erroneous and misleading. The Identification Protocol is not intended as an authorization or access control protocol. At best, it provides some additional auditing information with respect to TCP connections. At worst, it can provide misleading, incorrect, or maliciously incorrect information. The use of the information returned by this protocol for other than auditing is strongly discouraged. Specifically, using Identification Protocol information to make access control decisions - either as the primary method (i.e., no other checks) or as an adjunct to other methods may result in a weakening of normal host security. An Identification server may reveal information about users, entities, objects or processes which might normally be considered private. An Identification server provides service which is a rough analog of the CallerID services provided by some phone companies and many of the same privacy considerations and arguments that apply to the CallerID service apply to Identification. If you wouldn't run a "finger" server due to privacy considerations you may not want to run this protocol. As you mention in the new COMMENT, oidentd is specifically designed to make it easier to generate bogus responses. I don't see how a system which is running oidentd is more secure than one that refuses ident queries, so I don't see why the port belongs in the security category. > Thanks for your port! Thank you (and mharo) for reviewing and committing it. __ Trevor Johnson --- Makefile.orig Sun Apr 2 06:07:17 2000 +++ Makefile Mon Apr 3 10:27:21 2000 @@ -8,8 +8,9 @@ DISTNAME= oidentd-1.6.4 CATEGORIES= security net -MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/ojnk/ \ - http://www.numb.org/~odin/stuff/ +MASTER_SITES= http://download.sourceforge.net/ojnk/ \ + http://www.numb.org/~odin/stuff/ \ + ftp://ftp.sourceforge.net/pub/sourceforge/ojnk/ MAINTAINER= trevor@jpj.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 3 5:31: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 893DF37BE25; Mon, 3 Apr 2000 05:31:29 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (pC19F54A2.dip0.t-ipconnect.de [193.159.84.162]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id NAA06672; Mon, 3 Apr 2000 13:31:18 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 665F6AC2C; Mon, 3 Apr 2000 14:33:48 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id OAA04678; Mon, 3 Apr 2000 14:31:20 +0200 (CEST) (envelope-from alex) Date: Mon, 3 Apr 2000 14:31:19 +0200 From: Alexander Langer To: Satoshi - Ports Wraith - Asami Cc: ports@FreeBSD.ORG, committers@FreeBSD.ORG Subject: Re: final call: VERSION variable Message-ID: <20000403143119.B4363@cichlids.cichlids.com> Mail-Followup-To: Satoshi - Ports Wraith - Asami , ports@FreeBSD.ORG, committers@FreeBSD.ORG References: <86wvmjw0wd.wl@archon.local.idaemons.org> <200004030737.AAA52294@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200004030737.AAA52294@silvia.hip.berkeley.edu>; from asami@FreeBSD.ORG on Mon, Apr 03, 2000 at 12:37:17AM -0700 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 Satoshi - Ports Wraith - Asami (asami@FreeBSD.ORG): > holding on to a patch that updates a port, you may want to commit it > now so you won't be caught with a conflict. (Same goes for PRs of > course -- please commit as many of them as possible before next > weekend.) Are you guys going to do this done by script? Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 3 5: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 C945F37BE45 for ; Mon, 3 Apr 2000 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA15234; Mon, 3 Apr 2000 05:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 1C81A37B552 for ; Mon, 3 Apr 2000 05:42:59 -0700 (PDT) (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-2000032215000035) with ESMTP id VAA13964 for ; Mon, 3 Apr 2000 21:42:50 +0900 Received: from acidrain (ppp31-Mobara1.mtci.ne.jp [210.172.1.233]) by mail1.be.to (8.8.8+3.0Wbeta13/BETO.2.0-1999110714000000) with SMTP id VAA30689 for ; Mon, 3 Apr 2000 21:42:45 +0900 Received: (qmail 2157 invoked by uid 1001); 3 Apr 2000 12:41:44 -0000 Message-Id: <20000403124144.2156.qmail@dolphin.be.to> Date: 3 Apr 2000 12:41:44 -0000 From: okazaki@be.to Reply-To: okazaki@be.to To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17771: new port: japanese/elisp-manual Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17771 >Category: ports >Synopsis: new port: japanese/elisp-manual >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 Apr 3 05:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: OKAZAKI Tetsurou >Release: FreeBSD 3.4-STABLE i386 >Organization: Unknown >Environment: GNU Emacs 20.6 for formating texinfo files. >Description: New port for a Japanese translation of the GNU Emacs Lisp Reference Manual edition 2.5. >How-To-Repeat: Use the uuencoded tarball below to import the new port to the tree. >Fix: begin 644 ja-elisp-manual-2.5-port.tar.gz M'XL(")"!Z#@"`VIA+65L:7-P+6UA;G5A;"TR+C4M<&]R="YT87(`[1II=]NX MT5^%O[!?IHX5GZ0H6461QPG3_O;.P.2 MNN(DVR91VCS.\T$"@[D!#(80ENF/%9L[(;=R:]\&H*A52B58`\A72OGX?X'^ M)Z`!5+1*0:M4REH>N_<+E?(:E-96`*$?<`]@S1-#K@>N]S&\S_7_GX*8]__0 MM(2?^X[^+Q?RY0)V%_/>WVH987/=CU^OZMW37@V4`0_T$2C.'2B*'5J!.;@/!+Z[BNF8@4)! M)=]\,Q#R+1Y^?E%OG+>.B(1BN=RHD13.T`Y4825-EQ?=_I64MMU7VV?QR)/G MG>/Z^;D<*=YP"]:WQJX7*!$!5QFZGLT#>+V^\3[1=/)Z'39O0D<$V^O`&+>L M*FR\3U2>,#;W0CW3<2RS\5YRG4#\(/6>O25JS%H2\9"JZ6"@$2_\0Y2.>HVK M5J?7Q^ZK1KU?G\P+@<^7W>9)Z]5$FI\QW1+*RZM_[@*%-/YOPIH-TJP-1\$2D%3"FI)N<&UX/K=-M3`&.0'NE;*EY]H MQM.G0YX73[2!4>0%7M"*AE9A:RG\2/O_TDJ[@OT_/YW_I7TY_\OE2BF=_ZN` M@X,#4'84:-)VKIQC,-`KH^:E.,`=5@'<3V%Q;Y6HQZXAJHQM&6(8.O#0#KPE M-__'[C@P70?W:=TU3.=:\>_]0-C;#&#+$HCE#L(AO0$-<(PH9=@2;\<\?E$< M;@N@I^T8SQ?![T#C8$L//4\X@8(O0^$E")[X/30]`9M)5A&W+TH8#X*DUQPN MRLBB6"5V,6HDSP+2DEJ)A/R-2&2*6FY-RTH8?D3J>11I%>QXT"W",7P8"4^P M+Y[_X]OK;U$#^,_.?_MT_I/[?WK^6_'Z3_X_OFBWFYW^*O,_J!27_%_*[U?2 M]7\5\'>.2ZOP!00>=WR+T_(,[A""D8#3SO-H7P"Y+W0%KD7"T06T9;BD>=^/ M./\;S=YQ=Z7GO\(^;@Y+ZW^EF$_G_TKJ/R/3!_SA\`4K@680"`=,1^*-/??:X[:-&1.SN',=\FL!.KD3!(\YE[)]X(;V^>!(IH MNYA(!2,&WWV8T$B$W-P^(A33;,+0HF[7'88"9VH,JH9QFX(-[YX!G M7H^".8U"M'7H MDJXC+2`5WB,N(V3CCX5NXMH]%#P(/>%+;!]%<8@)VA#&W//I6?H.1]P)5!#_ M+XQ``QD6*2F/C'L0):KX8*`T%K_')S\,M"=D:XZ+A&N;;Z+ M9@3Q<3W,\KEW'PU^PSV3#]`,Z!HYG:+5E!RB>^8`+393>`]9"3^T(]$QJ@SA MT5C4T$8-D5)PSZ;JDQ=Q3D7#2918:[3A5D\(Z"],MF@N1D8C1+,`D:;(SQFI(1L')R^98HX*>("I1 M-`]-72J$,SRQ3^P(_)$MZ+:"6E+3A.5/[/^7YZU>?Z7[/[[E/]S_R^G^OPHX M#!WQ5M`R(7=.A98+4!1#6+@`0K:Q^/EGVF"8'EO\,'3X(9E/CDZGWO_@_*?O M=U__!L!_4?^IT/??M/[SG?PO_RN2AHFL9V=W?G<#,O,84FO,)3]&>UI%4+,=[A(2CY MO?P^[,J_AX<,7IL.'I"23P<`ASI]9D@J\#L*HY;LS@XY0YXC1X)C:LR40U\$ M=,:097_)G.TNM'UP0X$H$49@!M;G:U@?1?UIXRA[DWV>_4O6ROK9I]E?LV=9 MD5W/WOZT=91(*S";G?[>C?U/;GY]91Z?J_^5I_<_,.VOR/J_5MQ/U_]5P"/HB#OYQ=;' M@[QE"5E`P64DB@2J)E3)23=X.&=4.//JT8U8P/? M6`//IYUZNUG+/'QMA5V>G4;]2S)3OTK,M4)^GQW7^\W3BVZKV2/$N/1)E0K6 MKO?ZS>Y5K]6GOF$PKN9R^%?EOFZ:JNZJ-^/<.!SD<+_(+8F08\U7_6[]N'_5 M>W[RJI:A*S0,";8Z??QM=FL9]Y:_X[?FX4"H@>.JT;QL=AK(++E@ M5MUX3Y]Y>XU6=Y*+*GA^3MZX*V@,#2(?I=<`MZ]P'-^&DVI+,T:W\Z)6HC37 MBA2B]A()GAI0`; MYR_P\9CJ/U3RD:DK\`"&IN<':LSSLMX_?A9Q?=D]ZW6/)W&.^R%!JKG%=J** M4GQ](4E<9+E3C?2O93(+5E$6M6W7SYI7S.B0? M=2:@^$,\UQOBK1HZ8^'9Release-Note: >Audit-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 Apr 3 7: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 1809D37BEB7 for ; Mon, 3 Apr 2000 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA94633; Mon, 3 Apr 2000 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hyde.ssec.wisc.edu (hyde.ssec.wisc.edu [144.92.108.217]) by hub.freebsd.org (Postfix) with ESMTP id B1BBA37B6BC for ; Mon, 3 Apr 2000 07:44:43 -0700 (PDT) (envelope-from dglo@hyde.ssec.wisc.edu) Received: from hyde.ssec.wisc.edu (dglo@localhost [127.0.0.1]) by hyde.ssec.wisc.edu (8.9.3/8.9.3) with ESMTP id JAA27060 for ; Mon, 3 Apr 2000 09:43:45 -0500 (CDT) Message-Id: <200004031443.JAA27060@hyde.ssec.wisc.edu> Date: Mon, 03 Apr 2000 09:43:45 -0500 From: Dave Glowacki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17773: Update mysql-jdbc-mm to version 1.2c Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17773 >Category: ports >Synopsis: Driver patched to work with latest MySQL versions >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Apr 3 07:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dave Glowacki >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: Recent versions of MySQL >Description: The newest versions of MySQL have protocol changes to fix security bugs. This version of the JDBC driver should work with both old and current MySQL servers. >How-To-Repeat: >Fix: --- /dev/null Tue Feb 29 20:02:42 2000 +++ Makefile Sat Mar 4 09:31:08 2000 @@ -6,8 +6,8 @@ # $FreeBSD: ports/databases/mysql-jdbc-mm/Makefile,v 1.2 2000/02/27 15:34:14 steve Exp $ # -DISTNAME= mm.mysql.jdbc-1.2b -PKGNAME= mysql-jdbc-mm-1.2b +DISTNAME= mm.mysql.jdbc-1.2c +PKGNAME= mysql-jdbc-mm-1.2c CATEGORIES= databases MASTER_SITES= http://www.worldserver.com/mm.mysql/dist/ --- /dev/null Sun Jan 2 14:57:51 2000 +++ files/md5 Sat Mar 4 09:32:23 2000 @@ -1 +1 @@ -MD5 (mm.mysql.jdbc-1.2b.tar.gz) = 92ff849f54b1e900fe6e84598371f104 +MD5 (mm.mysql.jdbc-1.2c.tar.gz) = b04aa7f3048c2ebb169ee88ce19a6a4c diff -ru /dev/null patches/patch-aa --- /dev/null Sat Mar 4 09:47:03 2000 +++ patches/patch-aa Sat Mar 4 09:37:47 2000 @@ -0,0 +1,11 @@ +--- Makefile.orig Mon Feb 21 23:43:51 2000 ++++ Makefile Sat Mar 4 09:34:31 2000 +@@ -3,7 +3,7 @@ + # $Id: Makefile,v 1.2 1998/08/25 04:02:25 mmatthew Exp $ + # + +-JAVAC = /usr/local/jdk118/bin/javac ++JAVAC = javac + JAVAC_FLAGS =-O -g + + all: >Release-Note: >Audit-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 Apr 3 8:44:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by hub.freebsd.org (Postfix) with ESMTP id 099A837B59E for ; Mon, 3 Apr 2000 08:44:08 -0700 (PDT) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id RAA49177; Mon, 3 Apr 2000 17:41:41 +0200 (CEST) Message-Id: <200004031541.RAA49177@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: asami@cs.berkeley.edu (Satoshi Asami) Cc: ports@FreeBSD.ORG Subject: Re: porting section (handbook) diff Reply-To: Gary Jennejohn In-reply-to: Your message of "Mon, 03 Apr 2000 01:38:48 PDT." <200004030838.BAA52719@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 03 Apr 2000 17:41:41 +0200 From: Gary Jennejohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Satoshi Asami writes: >Hi, > >Please review the following diff. It includes changes for >PORTNAME/PORTVERSION, including a little blurb about choosing version >numbers carefully so they can be sorted mechanically), removing a.out >support (actually removing the section for a.out/ELF support), and not >including info/dir in the PLIST that you generate. > [patch deleted] Looks good to me. I should read this handbook entry some time, it has lots of interesting info :) --- Gary Jennejohn / garyj@muc.de gj@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 Apr 3 9:36:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from web1701.mail.yahoo.com (web1701.mail.yahoo.com [128.11.23.212]) by hub.freebsd.org (Postfix) with SMTP id DC21837BB7B for ; Mon, 3 Apr 2000 09:36:12 -0700 (PDT) (envelope-from rsyap@yahoo.com) Received: (qmail 5495 invoked by uid 60001); 3 Apr 2000 16:34:49 -0000 Message-ID: <20000403163449.5494.qmail@web1701.mail.yahoo.com> Received: from [203.167.125.2] by web1701.mail.yahoo.com; Mon, 03 Apr 2000 09:34:49 PDT Date: Mon, 3 Apr 2000 09:34:49 -0700 (PDT) From: Rene Yap Subject: possible wrong links for the source to apache13-php4? To: ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In the page listing the sources for the apache v1.3-php4 package (http://www.freebsd.org/cgi/pds.cgi?ports/www/apache13-php4) - the links pointing to the php sources are just a duplicate of the apache links with the apache_1.3.12.tar.gz filename replaced by php-4.0bpl1.tar.gz. I tried many of the links and none of them work - they seem to be wrong. __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 3 10: 5: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 82BD937B5CD; Mon, 3 Apr 2000 10:05:18 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA08557; Mon, 3 Apr 2000 10:05:18 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Mon, 3 Apr 2000 10:05:18 -0700 (PDT) From: Message-Id: <200004031705.KAA08557@freefall.freebsd.org> To: dpassage@flophouse.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17760: md5 file uses incorrect pathnames Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: md5 file uses incorrect pathnames State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Mon Apr 3 10:04:58 PDT 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 Apr 3 11: 0: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 19C0D37BC9F for ; Mon, 3 Apr 2000 11:00:11 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA13373 for freebsd-ports@freebsd.org; Mon, 3 Apr 2000 11:00:10 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 3 Apr 2000 11:00:10 -0700 (PDT) Message-Id: <200004031800.LAA13373@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/03/16] ports/17426 ports tkrat2 port broken -- builds, but does no o [2000/03/19] ports/17491 ports Can't get the OpenSSH port to compile und o [2000/03/30] ports/17691 ports mpg123 didn't free memory 3 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/02/19] ports/16829 ports kaffe port is broken - dumps core with al o [2000/03/12] ports/17344 ports devel/boehm-gc fails for www/w3m 3.4 STAB o [2000/03/15] ports/17397 ports New port: sysutils/slay o [2000/03/15] ports/17401 ports exmh2 can't find slocal of nmh o [2000/03/15] ports/17402 ports latex2html requires pnmtopng binary o [2000/03/16] ports/17404 ports Apache's build fails due to the version n o [2000/03/25] ports/17599 ports x11-toolkit/tk82 port ignores local CFLAG o [2000/03/28] ports/17654 ports gnome broken o [2000/04/01] ports/17736 ports Postgres port should be updated to 7.0bet 9 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [1998/11/25] ports/8864 ports useradd - system V compatible implementat f [1999/02/16] ports/10124 ports New port: math/stat 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/08/13] ports/13124 ports New port: LinAlg; request for local hosti 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/31] ports/13514 ports New port: databases/mysqltcl o [1999/09/30] ports/14070 ports New port: devel/crossgo32-f77 o [1999/10/01] ports/14079 ports ssh2 port won't install if automake is in o [1999/10/02] ports/14088 ports port of new fvwm 2.3 beta (2.3.8) f [1999/10/07] ports/14185 ports ports/x11-wm/fvwm2 updated from 2.2.2 to o [1999/10/11] ports/14260 ports New port: WODA - A Web Oriented Database o [1999/10/25] ports/14515 ports New Port: Tripwire 1.3 o [1999/11/01] ports/14643 ports New port: chinese/pyDict A Chinese/Engli 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/12/08] ports/15367 ports new ports on linux emulator f [1999/12/14] ports/15481 ports ports/devel/codecrusader slightly broken f [1999/12/17] ports/15545 ports New port: x11/xterm f [1999/12/18] ports/15552 ports New port: news/knode o [2000/01/02] ports/15840 ports New port: x11-fonts/ucs-fixed o [2000/01/03] ports/15873 ports New port: Apache_fp+php+mod_ssl-1.3.9+3.0 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 port libapreq 0.31 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/30] ports/16486 ports New Port: devel/linux-jdk-1.2.2 o [2000/02/09] ports/16606 ports [NEW PORT] new port of Adobe Acrobat View 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/16648 ports New port: graphics/Gdtclft (TCL interface o [2000/02/11] ports/16651 ports [ports] net/pppload fails to compile o [2000/02/12] ports/16693 ports new port: wavplay 1.4 now with the port! o [2000/02/16] ports/16741 ports new port: math/gsl (The GNU Scientific Li o [2000/02/16] ports/16763 ports New port: emulators/vxtools o [2000/02/17] ports/16794 ports New port: sdts++ o [2000/02/19] ports/16819 ports new port audio/gramofile o [2000/02/23] ports/16931 ports New port: Mule-UCS 0.72 (revised) o [2000/02/23] ports/16949 ports New Port: audio/pimp3 o [2000/02/24] ports/16970 ports New port of TclX-8.2 (lang/tclX82) o [2000/02/25] ports/16989 ports New port: comms/qico 0.45pre3 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/17001 ports [PATCH] additional fvwm2 icons 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/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/17047 ports Let doc++ install documentation o [2000/02/28] ports/17066 ports audio/xmms chewing CPU (and skipping too) o [2000/02/29] ports/17071 ports New port of piddle-1.0b1 o [2000/03/01] ports/17111 ports [NEW PORT] New port of Jext - a powerful o [2000/03/01] ports/17116 ports New port: net/ip-tun o [2000/03/02] ports/17130 ports New Ports: korean/hlatex-uhcstd o [2000/03/02] ports/17131 ports New Ports: korean/hlatexpsfonts-uhcextra o [2000/03/04] ports/17176 ports Update ports: Mew-1.94.2 o [2000/03/05] ports/17215 ports XFree86 SVGA SiS5597/5598 server problem o [2000/03/06] ports/17229 ports Update port: ftp/downloader to 1.13 (fix o [2000/03/06] ports/17236 ports New ports tamago 4.0.6 o [2000/03/07] ports/17249 ports Updated md5 checksum for audio/xmms-livei o [2000/03/07] ports/17258 ports New port- net/gtkicq o [2000/03/08] ports/17262 ports New port: japanese/xmsgsaver 1.7 o [2000/03/08] ports/17279 ports USA/Canada Netscape Navigator 4.72 FreeBS o [2000/03/09] ports/17286 ports New port of ISC DHCP 3.0 beta o [2000/03/09] ports/17293 ports samba port installs man-pages twice, fail o [2000/03/10] ports/17301 ports New port: mozilla-fonts o [2000/03/10] ports/17302 ports New Port c-nocem o [2000/03/10] ports/17309 ports ports/audio/cdd doesn't support .wav outp o [2000/03/11] ports/17316 ports New Port - QuickPicks o [2000/03/11] ports/17329 ports Re: ports/17327: New port: boxes o [2000/03/11] ports/17332 ports New ports: korean/gtkcomm o [2000/03/12] ports/17336 ports ktranslator port make failure o [2000/03/12] ports/17337 ports New port for bulb-1.0.6 o [2000/03/12] ports/17348 ports Update port security/libparanoia from 1.3 o [2000/03/12] ports/17350 ports tripwire used mktemp(), siggen not instal o [2000/03/13] ports/17353 ports New port of featured ICQ client for KDE ( o [2000/03/13] ports/17355 ports Update: audio/timidity++-motif o [2000/03/13] ports/17356 ports Update: audio/timidity++-slang o [2000/03/13] ports/17357 ports Update: japanese/timidity++-slang o [2000/03/14] ports/17376 ports New port -- mysql-editor, web-based table o [2000/03/14] ports/17382 ports New port, devel/p5-Locale-Maketext o [2000/03/15] ports/17390 ports A port to track SAINT at its current vers o [2000/03/16] ports/17407 ports Port of SmallEiffel -0.77 o [2000/03/16] ports/17415 ports New Port: ip-tun (update) o [2000/03/16] ports/17416 ports New Port: p5-File-CounterFile o [2000/03/16] ports/17417 ports New Port: p5-Mail-Sendmail o [2000/03/16] ports/17418 ports New Port: p5-Net-Netmask o [2000/03/16] ports/17419 ports New Port: p5-Net-SSLeay o [2000/03/16] ports/17420 ports New Port: xbone o [2000/03/16] ports/17427 ports a big enhancement to the flexability of t o [2000/03/16] ports/17428 ports Update: audio/timidity++-gtk o [2000/03/16] ports/17429 ports Update: audio/timidity++-tcltk o [2000/03/17] ports/17436 ports New port: emulators/vxtools - utilites f o [2000/03/17] ports/17447 ports Addition of a new port o [2000/03/17] ports/17451 ports shells/ksh93 is broken o [2000/03/17] ports/17452 ports Update: audio/timidity++-xaw o [2000/03/18] ports/17473 ports YACC error in wine-99.11.14 port (tools/w o [2000/03/19] ports/17489 ports Zephyr port is broken with Kerberos enabl o [2000/03/19] ports/17496 ports /usr/ports/editors/emacs termcap problem o [2000/03/20] ports/17513 ports new ports: russian/apache13-php3 (fix, pl o [2000/03/21] ports/17523 ports New port: www/ssserver-1.0 o [2000/03/21] ports/17534 ports Update of lang/clisp port, new version & o [2000/03/22] ports/17547 ports new port xtrojka o [2000/03/22] ports/17556 ports New port: audio/linux-realplayer7 o [2000/03/23] ports/17572 ports [NEW PORT] New port of PVMPov-distributin o [2000/03/24] ports/17577 ports New port: hebrew/elmar-fonts o [2000/03/24] ports/17580 ports unable to make webcopy, invalid mastersit o [2000/03/24] ports/17586 ports New port: MyODBC-2.50.28 o [2000/03/24] ports/17587 ports New port: libiodbc 2.50.3 o [2000/03/25] ports/17597 ports New port: p5-Net-ext - a perl modules for o [2000/03/25] ports/17603 ports ports/www/wwwoffle SPOOL=/home, then fail o [2000/03/28] ports/17641 ports New port: sysutils/heat o [2000/03/28] ports/17646 ports Update port: cad/xcircuit o [2000/03/29] ports/17663 ports New port: audio/bwap o [2000/03/29] ports/17673 ports w3m port bugs o [2000/03/29] ports/17675 ports New port: findutils-4.1 o [2000/03/29] ports/17676 ports new port: astro/rmap o [2000/03/30] ports/17693 ports port djview plugin for netscape-linux o [2000/03/31] ports/17707 ports new port: audio/sphinx o [2000/03/31] ports/17721 ports Update port: misc/ytree to 1.67 o [2000/03/31] ports/17723 ports Update port: www/boa to 0.94.6 o [2000/03/31] ports/17724 ports Update: audio/timidity++-xskin o [2000/04/01] ports/17727 ports New port: Pine with Hebrew support, see a o [2000/04/01] ports/17744 ports postgresql cannot be packaged because it o [2000/04/02] ports/17747 ports Ports Update: korean/ami o [2000/04/02] ports/17753 ports Update port: mail/wanderlust-emacs o [2000/04/02] ports/17754 ports Update ports: mail/wanderlust-{mule,emacs o [2000/04/02] ports/17762 ports sysutils/flexbackup 0.9.8 needs a slight o [2000/04/02] ports/17763 ports update ports : libProplist and windowmake o [2000/04/03] ports/17768 ports [PATCH] Update of the wmakerconf (x11-wm/ o [2000/04/03] ports/17769 ports New port: sgmltools 2.0.2 o [2000/04/03] ports/17771 ports new port: japanese/elisp-manual 139 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 Apr 3 14:53: 6 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 2230037B937 for ; Mon, 3 Apr 2000 14:53:04 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com ([209.69.76.81]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id OAA50351; Mon, 3 Apr 2000 14:52:52 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id A85A41A28; Mon, 3 Apr 2000 17:52:27 -0400 (EDT) Date: Mon, 3 Apr 2000 17:52:27 -0400 From: Will Andrews To: Jeff Palmer Cc: freebsd-ports@FreeBSD.ORG Subject: Re: update to PR #17447 Message-ID: <20000403175227.A61163@argon.blackdawn.com> References: <4.3.0.20000317201541.00a84e80@mail.sunline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <4.3.0.20000317201541.00a84e80@mail.sunline.net>; from scorpio@sunline.net on Fri, Mar 17, 2000 at 08:16:03PM -0500 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Mar 17, 2000 at 08:16:03PM -0500, Jeff Palmer wrote: > The port tarball is located at.. > http://members.sunline.net/scorpio/slay.tgz This tarball does not work...: <2 5020-0> (00-04-03 17:49:09) [will@shadow /usr/ports/sysutils]% tar xfz slay.tgz tar: Skipping to next file header... gzip: stdin: invalid compressed data--crc error tar: child returned status 1 Please repost. When I looked at your original slay PR, I saw a lot of problems with the port that you could have avoided had you read porting.html, and if you had used portlint, available in the ports collection. Also, once I fixed the port to comply with portlint -N -a -c, I tried out this script. Immediately, my X programs, etc., were killed. I tried with an argument, and discovered that it killed me instead of the username I'd specified. I then decided that this script is a security threat, because if someone executes it as root, they risk taking their system down. Please check these issues, and get back 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 Mon Apr 3 15:17:56 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 5B49937B6D0 for ; Mon, 3 Apr 2000 15:17:54 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com ([209.69.76.81]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id PAA50921; Mon, 3 Apr 2000 15:17:50 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 791D61A28; Mon, 3 Apr 2000 18:17:26 -0400 (EDT) Date: Mon, 3 Apr 2000 18:17:26 -0400 From: Will Andrews To: Anders Jonsson Cc: ports@FreeBSD.ORG Subject: Re: lynx-current homepage change. Message-ID: <20000403181726.D61163@argon.blackdawn.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from anders@histgr452.sn.umu.se on Thu, Mar 30, 2000 at 12:03:46AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Mar 30, 2000 at 12:03:46AM +0200, Anders Jonsson wrote: > The link mentioned at > http://www.freebsd.org/cgi/url.cgi?ports/www/lynx-current/pkg/DESCR > is incorrect. > > Should be http://lynx.isc.org/current/ Right now, the port is outdated, and is also marked FORBIDDEN due to security holes. I doubt anyone's going to update it until the lynx people clean up their act and make a few security patches. [ I was going to until I saw that the current port is outdated. ] Thanks for your submission. -- 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 Apr 3 15:25:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id BF9E737BC59 for ; Mon, 3 Apr 2000 15:25:22 -0700 (PDT) (envelope-from cpiazza@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 1436B19E7; Mon, 3 Apr 2000 15:25:21 -0700 (PDT) Date: Mon, 3 Apr 2000 15:25:20 -0700 From: Chris Piazza To: Will Andrews Cc: Anders Jonsson , ports@FreeBSD.ORG Subject: Re: lynx-current homepage change. Message-ID: <20000403152520.A2313@norn.ca.eu.org> References: <20000403181726.D61163@argon.blackdawn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000403181726.D61163@argon.blackdawn.com>; from andrews@technologist.com on Mon, Apr 03, 2000 at 06:17:26PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Apr 03, 2000 at 06:17:26PM -0400, Will Andrews wrote: > On Thu, Mar 30, 2000 at 12:03:46AM +0200, Anders Jonsson wrote: > > The link mentioned at > > http://www.freebsd.org/cgi/url.cgi?ports/www/lynx-current/pkg/DESCR > > is incorrect. > > > > Should be http://lynx.isc.org/current/ > > Right now, the port is outdated, and is also marked FORBIDDEN due to > security holes. I doubt anyone's going to update it until the lynx people > clean up their act and make a few security patches. > > [ I was going to until I saw that the current port is outdated. ] > > Thanks for your submission. Why not? It's just the web page. -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 Mon Apr 3 15:43: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 5376737B630; Mon, 3 Apr 2000 15:43:35 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA43126; Mon, 3 Apr 2000 15:43:34 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Mon, 3 Apr 2000 15:43:34 -0700 (PDT) From: Message-Id: <200004032243.PAA43126@freefall.freebsd.org> To: will@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/17762: sysutils/flexbackup 0.9.8 needs a slight update Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysutils/flexbackup 0.9.8 needs a slight update Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: will Responsible-Changed-When: Mon Apr 3 15:43:13 PDT 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 Mon Apr 3 15:47:36 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 6B45237B623 for ; Mon, 3 Apr 2000 15:47:32 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com ([209.69.76.81]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id PAA51552; Mon, 3 Apr 2000 15:47:15 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 075441A28; Mon, 3 Apr 2000 18:46:41 -0400 (EDT) Date: Mon, 3 Apr 2000 18:46:40 -0400 From: Will Andrews To: Chris Piazza Cc: Will Andrews , Anders Jonsson , ports@FreeBSD.ORG Subject: Re: lynx-current homepage change. Message-ID: <20000403184640.G61163@argon.blackdawn.com> References: <20000403181726.D61163@argon.blackdawn.com> <20000403152520.A2313@norn.ca.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000403152520.A2313@norn.ca.eu.org>; from cpiazza@jaxon.net on Mon, Apr 03, 2000 at 03:25:20PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Apr 03, 2000 at 03:25:20PM -0700, Chris Piazza wrote: > Why not? It's just the web page. And the MASTER_SITE. Besides, the current webpage will just reroute you to lynx.isc.org/current. -- 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 Apr 3 17:10: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 AB60D37B684 for ; Mon, 3 Apr 2000 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA50396; Mon, 3 Apr 2000 17:10:01 -0700 (PDT) (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 8CD8637B545; Mon, 3 Apr 2000 17:01:52 -0700 (PDT) (envelope-from yds@dppl.com) Received: by paris.dppl.com (Postfix, from userid 1001) id 3041696D9; Mon, 3 Apr 2000 20:01:47 -0400 (EDT) Message-Id: <20000404000147.3041696D9@paris.dppl.com> Date: Mon, 3 Apr 2000 20:01:47 -0400 (EDT) From: yds@dppl.com Reply-To: yds@dppl.com To: FreeBSD-gnats-submit@freebsd.org Cc: torstenb@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/17777: [PATCH] Postfix port to consistently use INSTALL_* macros Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17777 >Category: ports >Synopsis: [PATCH] Postfix port to consistently use INSTALL_* macros >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 Apr 3 17:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Yarema >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: FreeBSD 3.4-STABLE i386 FreeBSD 4.0-STABLE i386 >Description: Except for the changes committed in ports/17749 from Martti Kuparinen the Postfix port does not use INSTALL_* macros as per section 4.4.16.2 of the Handbook. This PR cleans up the Makefile to always use INSTALL_* macros and honor the NOPORTDOCS flag. A somewhat gratuitous change on my part is to hardcode the UID and GIDs in postfix/pkg/INSTALL. The rational for this change is to make postfix UID:GID 25 and maildrop GID 24 numerically match the following in /etc/services: # 24/tcp any private mail system # 24/udp any private mail system smtp 25/tcp mail #Simple Mail Transfer smtp 25/udp mail #Simple Mail Transfer I'm aware that this strays from the directions given in section 4.4.16.15 of the Handbook. However since user bind's UID of 53 follows the same convention of matching the UID and services number and is not mentioned in the above section of the Handbook, I think this bending of the rules might be worthwhile. If there's serious objection I can reroll this patch with out messing with the UID/GID numbers. Lastly I converted all the files in the PATCHDIR to unified format. >How-To-Repeat: See the do-install rule of the postfix/Makefile. >Fix: diff -ruN postfix.old/Makefile postfix/Makefile --- postfix.old/Makefile Mon Apr 3 02:38:28 2000 +++ postfix/Makefile Mon Apr 3 18:37:40 2000 @@ -51,58 +51,52 @@ PDOC= ${PREFIX}/share/doc/postfix do-install: - @${MKDIR} -m 755 ${PREFIX}/etc/postfix - @${CHOWN} root:wheel ${PREFIX}/etc/postfix - @${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/LICENSE \ - ${PREFIX}/etc/postfix/LICENSE - @for f in access main.cf master.cf ; do \ - ${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/$$f \ - ${PREFIX}/etc/postfix/sample-$$f ; \ - done - @for f in sample-aliases.cf sample-canonical.cf sample-debug.cf \ + @${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 0755 \ + ${PREFIX}/etc/postfix \ + ${PREFIX}/libexec/postfix \ + /var/spool/postfix + @${INSTALL_DATA} ${WRKSRC}/conf/LICENSE ${PREFIX}/etc/postfix +.for file in access main.cf master.cf + @${INSTALL_DATA} ${WRKSRC}/conf/${file} \ + ${PREFIX}/etc/postfix/sample-${file} +.endfor +.for file in sample-aliases.cf sample-canonical.cf sample-debug.cf \ sample-ldap.cf sample-local.cf sample-misc.cf sample-pcre.cf \ sample-rate.cf sample-relocated.cf sample-resource.cf \ sample-rewrite.cf sample-smtp.cf sample-smtpd.cf \ - sample-transport.cf sample-virtual.cf ; do \ - ${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/conf/$$f \ - ${PREFIX}/etc/postfix/$$f ;\ - done - @${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \ + sample-transport.cf sample-virtual.cf + @${INSTALL_DATA} ${WRKSRC}/conf/${file} ${PREFIX}/etc/postfix +.endfor + @${INSTALL_SCRIPT} ${WRKSRC}/conf/postfix-script-sgid \ ${PREFIX}/etc/postfix/postfix-script - @${MKDIR} -m 0755 ${PREFIX}/libexec/postfix - @for f in bounce cleanup error local master pickup pipe qmgr \ - showq smtp smtpd trivial-rewrite ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 -s \ - ${WRKSRC}/libexec/$$f ${PREFIX}/libexec/postfix/$$f ;\ - done - @for f in postalias postcat postconf postfix postkick postlock postlog\ - postmap postsuper sendmail smtp-sink smtp-source ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 -s ${WRKSRC}/bin/$$f \ - ${PREFIX}/sbin/$$f ;\ - done - @${INSTALL} -C -o root -g maildrop -m 2755 -s ${WRKSRC}/bin/postdrop \ - ${PREFIX}/sbin/postdrop - @for f in ${MAN1} ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/man/man1/$$f \ - ${PREFIX}/man/man1/$$f ;\ - done - @for f in ${MAN5} ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/man/man5/$$f \ - ${PREFIX}/man/man5/$$f ;\ - done - @for f in ${MAN8} ; do \ - ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/man/man8/$$f \ - ${PREFIX}/man/man8/$$f ;\ - done - @${INSTALL} -d -m 555 -o ${DOCOWN} -g ${DOCGRP} ${PDOC} - @cd ${WRKSRC} && ${INSTALL_DATA} \ - html/*.html html/*.gif ${PDOC} && \ - ${ECHO_MSG} "Installed HTML documentation in ${PDOC}" - @${MKDIR} -m 0755 /var/spool/postfix - @${ECHO_MSG} "--------------------------------------------------" - @${ECHO_MSG} "- To replace your existing sendmail with postfix -" - @${ECHO_MSG} "- type \"make replace\" -" - @${ECHO_MSG} "--------------------------------------------------" +.for file in bounce cleanup error local master pickup pipe qmgr \ + showq smtp smtpd trivial-rewrite + @${INSTALL_PROGRAM} ${WRKSRC}/libexec/${file} ${PREFIX}/libexec/postfix +.endfor +.for file in postalias postcat postconf postdrop postfix postkick \ + postlock postlog postmap postsuper sendmail smtp-sink \ + smtp-source + @${INSTALL_PROGRAM} ${WRKSRC}/bin/${file} ${PREFIX}/sbin +.endfor +.for file in ${MAN1} + @${INSTALL_MAN} ${WRKSRC}/man/man1/${file} ${PREFIX}/man/man1 +.endfor +.for file in ${MAN5} + @${INSTALL_MAN} ${WRKSRC}/man/man5/${file} ${PREFIX}/man/man5 +.endfor +.for file in ${MAN8} + @${INSTALL_MAN} ${WRKSRC}/man/man8/${file} ${PREFIX}/man/man8 +.endfor +.if !defined(NOPORTDOCS) + @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 555 ${PDOC} + @cd ${WRKSRC}/html && \ + ${ECHO_MSG} "===> Installing HTML documentation in ${PDOC}" && \ + ${INSTALL_DATA} *.html *.gif ${PDOC} +.endif + @${ECHO_MSG} '--------------------------------------------------' + @${ECHO_MSG} '- To replace your existing sendmail with postfix -' + @${ECHO_MSG} '- type "make replace" -' + @${ECHO_MSG} '--------------------------------------------------' pre-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} PRE-INSTALL @@ -114,14 +108,18 @@ replace: .if ${OSVERSION} >= 400014 - @${ECHO_MSG} "===> Activating postfix in /etc/mail/mailer.conf" - ${MV} -f /etc/mail/mailer.conf /etc/mail/mailer.conf.bak - ${ECHO} 'sendmail ${PREFIX}/sbin/sendmail' > /etc/mail/mailer.conf + @${ECHO_MSG} '===> Activating postfix in /etc/mail/mailer.conf' + ${MV} -f /etc/mail/mailer.conf /etc/mail/mailer.conf.real + ${ECHO} '#' > /etc/mail/mailer.conf + ${ECHO} -n '# Execute the Postfix sendmail program' >> /etc/mail/mailer.conf + ${ECHO} ', named /usr/local/sbin/sendmail' >> /etc/mail/mailer.conf + ${ECHO} '#' >> /etc/mail/mailer.conf + ${ECHO} 'sendmail ${PREFIX}/sbin/sendmail' >>/etc/mail/mailer.conf ${ECHO} 'send-mail ${PREFIX}/sbin/sendmail' >>/etc/mail/mailer.conf ${ECHO} 'mailq ${PREFIX}/sbin/sendmail' >>/etc/mail/mailer.conf ${ECHO} 'newaliases ${PREFIX}/sbin/sendmail' >>/etc/mail/mailer.conf .else - @${ECHO_MSG} "===> Replacing sendmail" + @${ECHO_MSG} '===> Replacing sendmail' @if [ -e /usr/sbin/sendmail ]; then \ ${MV} -f /usr/sbin/sendmail /usr/sbin/sendmail.OFF; \ ${CHMOD} 0 /usr/sbin/sendmail.OFF; \ @@ -129,7 +127,7 @@ @if [ -e ${PREFIX}/sbin/sendmail ]; then \ ${LN} -s ${PREFIX}/sbin/sendmail /usr/sbin/sendmail; \ fi - @${ECHO_MSG} "===> Replacing mailq" + @${ECHO_MSG} '===> Replacing mailq' @if [ -e /usr/bin/mailq ]; then \ ${MV} -f /usr/bin/mailq /usr/bin/mailq.OFF; \ ${CHMOD} 0 /usr/bin/mailq.OFF; \ @@ -137,7 +135,7 @@ @if [ -e ${PREFIX}/sbin/sendmail ]; then \ ${LN} -s ${PREFIX}/sbin/sendmail /usr/bin/mailq; \ fi - @${ECHO_MSG} "===> Replacing newaliases" + @${ECHO_MSG} '===> Replacing newaliases' @if [ -e /usr/bin/newaliases ]; then \ ${MV} -f /usr/bin/newaliases /usr/bin/newaliases.OFF; \ ${CHMOD} 0 /usr/bin/newaliases.OFF; \ diff -ruN postfix.old/patches/patch-aa postfix/patches/patch-aa --- postfix.old/patches/patch-aa Mon Mar 29 15:15:08 1999 +++ postfix/patches/patch-aa Mon Apr 3 18:46:07 2000 @@ -1,36 +1,20 @@ -*** global/mail_params.h.orig Sat Mar 20 15:09:46 1999 ---- global/mail_params.h Sat Mar 20 15:10:46 1999 -*************** -*** 127,133 **** - */ - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - - #define VAR_DAEMON_DIR "daemon_directory" ---- 127,133 ---- - */ - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - - #define VAR_DAEMON_DIR "daemon_directory" -*************** -*** 161,167 **** - */ - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; - ---- 161,167 ---- - */ - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; - +--- global/mail_params.h.orig Sun Mar 26 17:45:16 2000 ++++ global/mail_params.h Mon Apr 3 18:45:22 2000 +@@ -153,7 +153,7 @@ + */ + #define VAR_PROGRAM_DIR "program_directory" + #ifndef DEF_PROGRAM_DIR +-#define DEF_PROGRAM_DIR "/usr/libexec/postfix" ++#define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" + #endif + + #define VAR_DAEMON_DIR "daemon_directory" +@@ -187,7 +187,7 @@ + */ + #define VAR_CONFIG_DIR "config_directory" + #ifndef DEF_CONFIG_DIR +-#define DEF_CONFIG_DIR "/etc/postfix" ++#define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" + #endif + extern char *var_config_dir; + diff -ruN postfix.old/patches/patch-ba postfix/patches/patch-ba --- postfix.old/patches/patch-ba Mon Mar 29 15:15:09 1999 +++ postfix/patches/patch-ba Mon Apr 3 18:47:07 2000 @@ -1,19 +1,11 @@ -*** man/man1/postdrop.1.orig Mon Mar 29 22:35:14 1999 ---- man/man1/postdrop.1 Mon Mar 29 22:35:25 1999 -*************** -*** 51,57 **** - .na - .nf - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS - .na - .nf ---- 51,57 ---- - .na - .nf - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS - .na - .nf +--- man/man1/postdrop.1.orig Mon May 3 15:03:29 1999 ++++ man/man1/postdrop.1 Mon Apr 3 18:45:22 2000 +@@ -51,7 +51,7 @@ + .na + .nf + /var/spool/postfix, mail queue +-/etc/postfix, configuration files ++!!PREFIX!!/etc/postfix, configuration files + .SH CONFIGURATION PARAMETERS + .na + .nf diff -ruN postfix.old/patches/patch-bb postfix/patches/patch-bb --- postfix.old/patches/patch-bb Mon Mar 29 15:15:09 1999 +++ postfix/patches/patch-bb Mon Apr 3 18:47:52 2000 @@ -1,36 +1,20 @@ -*** man/man1/sendmail.1.orig Mon Mar 29 22:35:30 1999 ---- man/man1/sendmail.1 Mon Mar 29 22:35:44 1999 -*************** -*** 60,66 **** - \fBjust-send-eight\fR. - .IP "\fB-C \fIconfig_file\fR (ignored :-)" - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR - Set the sender full name. This is used only with messages that - have no \fBFrom:\fR message header. ---- 60,66 ---- - \fBjust-send-eight\fR. - .IP "\fB-C \fIconfig_file\fR (ignored :-)" - The path name of the \fBsendmail.cf\fR file. Postfix configuration -! files are kept in \fB!!PREFIX!!/etc/postfix\fR. - .IP "\fB-F \fIfull_name\fR - Set the sender full name. This is used only with messages that - have no \fBFrom:\fR message header. -*************** -*** 164,170 **** - .na - .nf - /var/spool/postfix, mail queue -! /etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS - .na - .nf ---- 164,170 ---- - .na - .nf - /var/spool/postfix, mail queue -! !!PREFIX!!/etc/postfix, configuration files - .SH CONFIGURATION PARAMETERS - .na - .nf +--- man/man1/sendmail.1.orig Thu Mar 30 10:46:10 2000 ++++ man/man1/sendmail.1 Mon Apr 3 18:45:22 2000 +@@ -61,7 +61,7 @@ + \fBjust-send-eight\fR. + .IP "\fB-C \fIconfig_file\fR (ignored :-)" + The path name of the \fBsendmail.cf\fR file. Postfix configuration +-files are kept in \fB/etc/postfix\fR. ++files are kept in \fB!!PREFIX!!/etc/postfix\fR. + .IP "\fB-F \fIfull_name\fR + Set the sender full name. This is used only with messages that + have no \fBFrom:\fR message header. +@@ -171,7 +171,7 @@ + .na + .nf + /var/spool/postfix, mail queue +-/etc/postfix, configuration files ++!!PREFIX!!/etc/postfix, configuration files + .SH CONFIGURATION PARAMETERS + .na + .nf diff -ruN postfix.old/patches/patch-bc postfix/patches/patch-bc --- postfix.old/patches/patch-bc Mon Mar 29 15:15:09 1999 +++ postfix/patches/patch-bc Mon Apr 3 18:48:43 2000 @@ -1,19 +1,11 @@ -*** man/man5/access.5.orig Mon Mar 29 22:35:58 1999 ---- man/man5/access.5 Mon Mar 29 22:36:13 1999 -*************** -*** 8,14 **** - .SH SYNOPSIS - .na - .nf -! \fBpostmap /etc/postfix/access\fR - .SH DESCRIPTION - .ad - .fi ---- 8,14 ---- - .SH SYNOPSIS - .na - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/access\fR - .SH DESCRIPTION - .ad - .fi +--- man/man5/access.5.orig Fri Dec 11 13:55:52 1998 ++++ man/man5/access.5 Mon Apr 3 18:45:22 2000 +@@ -8,7 +8,7 @@ + .SH SYNOPSIS + .na + .nf +-\fBpostmap /etc/postfix/access\fR ++\fBpostmap !!PREFIX!!/etc/postfix/access\fR + .SH DESCRIPTION + .ad + .fi diff -ruN postfix.old/patches/patch-bd postfix/patches/patch-bd --- postfix.old/patches/patch-bd Mon Mar 29 15:15:09 1999 +++ postfix/patches/patch-bd Mon Apr 3 18:49:24 2000 @@ -1,19 +1,11 @@ -*** man/man5/canonical.5.orig Mon Mar 29 22:36:25 1999 ---- man/man5/canonical.5 Mon Mar 29 22:36:32 1999 -*************** -*** 8,14 **** - .SH SYNOPSIS - .na - .nf -! \fBpostmap /etc/postfix/canonical\fR - .SH DESCRIPTION - .ad - .fi ---- 8,14 ---- - .SH SYNOPSIS - .na - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR - .SH DESCRIPTION - .ad - .fi +--- man/man5/canonical.5.orig Sun Sep 5 23:13:32 1999 ++++ man/man5/canonical.5 Mon Apr 3 18:45:22 2000 +@@ -8,7 +8,7 @@ + .SH SYNOPSIS + .na + .nf +-\fBpostmap /etc/postfix/canonical\fR ++\fBpostmap !!PREFIX!!/etc/postfix/canonical\fR + .SH DESCRIPTION + .ad + .fi diff -ruN postfix.old/patches/patch-be postfix/patches/patch-be --- postfix.old/patches/patch-be Mon Mar 29 15:15:09 1999 +++ postfix/patches/patch-be Mon Apr 3 18:49:41 2000 @@ -1,19 +1,11 @@ -*** man/man5/relocated.5.orig Mon Mar 29 22:36:36 1999 ---- man/man5/relocated.5 Mon Mar 29 22:36:47 1999 -*************** -*** 8,14 **** - .SH SYNOPSIS - .na - .nf -! \fBpostmap /etc/postfix/relocated\fR - .SH DESCRIPTION - .ad - .fi ---- 8,14 ---- - .SH SYNOPSIS - .na - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR - .SH DESCRIPTION - .ad - .fi +--- man/man5/relocated.5.orig Sun Sep 5 23:13:33 1999 ++++ man/man5/relocated.5 Mon Apr 3 18:45:22 2000 +@@ -8,7 +8,7 @@ + .SH SYNOPSIS + .na + .nf +-\fBpostmap /etc/postfix/relocated\fR ++\fBpostmap !!PREFIX!!/etc/postfix/relocated\fR + .SH DESCRIPTION + .ad + .fi diff -ruN postfix.old/patches/patch-bf postfix/patches/patch-bf --- postfix.old/patches/patch-bf Mon Mar 29 15:15:09 1999 +++ postfix/patches/patch-bf Mon Apr 3 18:50:20 2000 @@ -1,19 +1,11 @@ -*** man/man5/virtual.5.orig Mon Mar 29 22:36:55 1999 ---- man/man5/virtual.5 Mon Mar 29 22:37:02 1999 -*************** -*** 8,14 **** - .SH SYNOPSIS - .na - .nf -! \fBpostmap /etc/postfix/virtual\fR - .SH DESCRIPTION - .ad - .fi ---- 8,14 ---- - .SH SYNOPSIS - .na - .nf -! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR - .SH DESCRIPTION - .ad - .fi +--- man/man5/virtual.5.orig Mon Dec 20 21:00:51 1999 ++++ man/man5/virtual.5 Mon Apr 3 18:45:22 2000 +@@ -8,7 +8,7 @@ + .SH SYNOPSIS + .na + .nf +-\fBpostmap /etc/postfix/virtual\fR ++\fBpostmap !!PREFIX!!/etc/postfix/virtual\fR + .SH DESCRIPTION + .ad + .fi diff -ruN postfix.old/patches/patch-bg postfix/patches/patch-bg --- postfix.old/patches/patch-bg Mon Mar 29 15:15:09 1999 +++ postfix/patches/patch-bg Mon Apr 3 18:50:44 2000 @@ -1,19 +1,11 @@ -*** man/man8/local.8.orig Mon Mar 29 22:37:14 1999 ---- man/man8/local.8 Mon Mar 29 22:37:44 1999 -*************** -*** 75,81 **** - .ad - .fi - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR or \fB/var/spool/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR - configuration parameter. - ---- 75,81 ---- - .ad - .fi - The default per-user mailbox is a file in the UNIX mail spool -! directory (\fB/var/mail/\fIuser\fR); - the location can be specified with the \fBmail_spool_directory\fR - configuration parameter. - +--- man/man8/local.8.orig Sun Sep 5 23:13:31 1999 ++++ man/man8/local.8 Mon Apr 3 18:45:22 2000 +@@ -94,7 +94,7 @@ + .ad + .fi + The default per-user mailbox is a file in the UNIX mail spool +-directory (\fB/var/mail/\fIuser\fR or \fB/var/spool/mail/\fIuser\fR); ++directory (\fB/var/mail/\fIuser\fR); + the location can be specified with the \fBmail_spool_directory\fR + configuration parameter. + diff -ruN postfix.old/patches/patch-bh postfix/patches/patch-bh --- postfix.old/patches/patch-bh Mon Mar 29 15:15:09 1999 +++ postfix/patches/patch-bh Mon Apr 3 18:51:13 2000 @@ -1,21 +1,13 @@ -*** man/man8/cleanup.8.orig Mon Mar 29 22:37:59 1999 ---- man/man8/cleanup.8 Mon Mar 29 22:38:13 1999 -*************** -*** 118,125 **** - .SH FILES - .na - .nf -! /etc/postfix/canonical*, canonical mapping table -! /etc/postfix/virtual*, virtual mapping table - .SH LICENSE - .na - .nf ---- 118,125 ---- - .SH FILES - .na - .nf -! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table -! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table - .SH LICENSE - .na - .nf +--- man/man8/cleanup.8.orig Thu Mar 30 10:46:10 2000 ++++ man/man8/cleanup.8 Mon Apr 3 18:45:22 2000 +@@ -120,8 +120,8 @@ + .SH FILES + .na + .nf +-/etc/postfix/canonical*, canonical mapping table +-/etc/postfix/virtual*, virtual mapping table ++!!PREFIX!!/etc/postfix/canonical*, canonical mapping table ++!!PREFIX!!/etc/postfix/virtual*, virtual mapping table + .SH LICENSE + .na + .nf diff -ruN postfix.old/patches/patch-bi postfix/patches/patch-bi --- postfix.old/patches/patch-bi Mon Mar 29 15:15:09 1999 +++ postfix/patches/patch-bi Mon Apr 3 18:51:57 2000 @@ -1,21 +1,13 @@ -*** man/man8/master.8.orig Mon Mar 29 22:38:17 1999 ---- man/man8/master.8 Mon Mar 29 22:38:46 1999 -*************** -*** 116,123 **** - .SH FILES - .na - .nf -! /etc/postfix/main.cf: global configuration file. -! /etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. - .SH SEE ALSO - .na ---- 116,123 ---- - .SH FILES - .na - .nf -! !!PREFIX!!/etc/postfix/main.cf: global configuration file. -! !!PREFIX!!/etc/postfix/master.cf: master process configuration file. - /var/spool/postfix/pid/master.pid: master lock file. - .SH SEE ALSO - .na +--- man/man8/master.8.orig Thu Nov 4 20:58:51 1999 ++++ man/man8/master.8 Mon Apr 3 18:45:22 2000 +@@ -118,8 +118,8 @@ + .SH FILES + .na + .nf +-/etc/postfix/main.cf: global configuration file. +-/etc/postfix/master.cf: master process configuration file. ++!!PREFIX!!/etc/postfix/main.cf: global configuration file. ++!!PREFIX!!/etc/postfix/master.cf: master process configuration file. + /var/spool/postfix/pid/master.pid: master lock file. + .SH SEE ALSO + .na diff -ruN postfix.old/pkg/INSTALL postfix/pkg/INSTALL --- postfix.old/pkg/INSTALL Mon Feb 14 02:33:53 2000 +++ postfix/pkg/INSTALL Mon Apr 3 16:33:58 2000 @@ -1,8 +1,8 @@ #!/bin/sh -user=postfix -group=postfix -group2=maildrop +user=postfix; uid=25 +group=postfix; gid=25 +group2=maildrop;gid2=24 ask() { local question default answer @@ -39,7 +39,7 @@ else echo "You need a group \"${group}\"." if yesno "Would you like me to create it" y; then - pw groupadd ${group} -h - || exit + pw groupadd ${group} -g ${gid} -h - || exit echo "Done." else echo "Please create it, and try again." @@ -52,7 +52,7 @@ else echo "You need a group \"${group2}\"." if yesno "Would you like me to create it" y; then - pw groupadd ${group2} -h - || exit + pw groupadd ${group2} -g ${gid2} -h - || exit echo "Done." else echo "Please create it, and try again." @@ -65,8 +65,8 @@ else echo "You need a user \"${user}\"." if yesno "Would you like me to create it" y; then - pw useradd ${user} -g ${group} -h - -d /nonexistent \ - -s /nonexistent -c "Postfix Mail System" || exit + pw useradd ${user} -u ${uid} -g ${group} -h - -d / \ + -s /sbin/nologin -c "Postfix Secure Mailer" || exit echo "Done." else echo "Please create it, and try again." @@ -86,5 +86,5 @@ ${PKG_PREFIX}/etc/postfix/master.cf fi chown root:maildrop ${PKG_PREFIX}/sbin/postdrop - chmod 2755 ${PKG_PREFIX}/sbin/postdrop + chmod 2555 ${PKG_PREFIX}/sbin/postdrop 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 Mon Apr 3 19:50: 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 C2DC537B74A for ; Mon, 3 Apr 2000 19:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA65729; Mon, 3 Apr 2000 19:50:01 -0700 (PDT) (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 47E7537B6C8 for ; Mon, 3 Apr 2000 19:49:03 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA65640; Mon, 3 Apr 2000 19:49:02 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Message-Id: <200004040249.TAA65640@freefall.freebsd.org> Date: Mon, 3 Apr 2000 19:49:02 -0700 (PDT) From: enma@jigoku.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17781: w3m-0.1.7 segfaults on compile (from ports) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17781 >Category: ports >Synopsis: w3m-0.1.7 segfaults on compile (from ports) >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 Apr 3 19:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Masuo Gates >Release: 4.0-STABLE >Organization: IPN Inc. >Environment: 4.0-STABLE FreeBSD 4.0-STABLE #6: Tue Mar 21 02:20:43 CST 2000 >Description: When "make install"ing /usr/ports/www/w3m (w3m-0.1.7): cc -O -pipe -I/usr/local/include -I. -o mktable mktable.o hash.o -L/usr/local/lib -L. -lindep -lgc -lm -lncurses ./mktable 100 tagtable.tab > tagtable.c Segmentation fault - core dumped *** Error code 139 >How-To-Repeat: cd /usr/ports/www/w3m ; make install :) >Fix: I have not looked at the src yet. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 3 19:54:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [210.226.20.160]) by hub.freebsd.org (Postfix) with ESMTP id C5DEB37B904; Mon, 3 Apr 2000 19:54:20 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from waterblue.imgsrc.co.jp (localhost [127.0.0.1]) by waterblue.imgsrc.co.jp (8.9.3/8.9.3) with ESMTP id LAA75517; Tue, 4 Apr 2000 11:54:16 +0900 (JST) (envelope-from kuriyama@FreeBSD.org) Date: Tue, 04 Apr 2000 11:54:15 +0900 Message-ID: <86pus6bmp4.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: green@FreeBSD.org Cc: nik@FreeBSD.org, ports@FreeBSD.org, committers@FreeBSD.org Reply-To: ports@FreeBSD.org Subject: Re: cvs commit: ports/palm/prc-tools-gcc - Imported sources In-Reply-To: In your message of "Mon, 3 Apr 2000 22:42:27 -0400 (EDT)" References: <20000401202547.A13683@kilt.nothing-going-on.org> User-Agent: Wanderlust/1.1.0 (Overjoyed) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We should move to ports list... At Mon, 3 Apr 2000 22:42:27 -0400 (EDT), Brian Fundakowski Feldman wrote: > I can get it working as far as getting the ROM up and running, the system > booted.... but certain operations lock it up :( pthreading problems, it > seems. As for FLTK, I don't notice any problem at all :-/ I'll let you > know when it's more robust... Hmm, Hanai-san is working to work POSE on FreeBSD, but it dumps core when getting ROM image. We need some hacks to import as port. :-) -- Jun Kuriyama // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Mon Apr 3 21: 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 042FD37B8D3 for ; Mon, 3 Apr 2000 21:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA72104; Mon, 3 Apr 2000 21:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail2s.biglobe.ne.jp (mail2s.biglobe.ne.jp [210.147.14.242]) by hub.freebsd.org (Postfix) with ESMTP id B1FD037B7AA for ; Mon, 3 Apr 2000 20:56:04 -0700 (PDT) (envelope-from yatt@msc.biglobe.ne.jp) Received: from mail-gw.biglobe.ne.jp (mailsv16.biglobe.ne.jp [133.205.12.112]) by mail2s.biglobe.ne.jp (8.9.1+3.1W/3.7W-99081617) with ESMTP id MAA23393 for ; Tue, 4 Apr 2000 12:56:02 +0900 (JST) Received: from mail-relay.biglobe.ne.jp by mail-gw.biglobe.ne.jp (8.8.8/3.7W-INET_GW) id VAA27916 for ; Sat, 1 Apr 2000 21:37:12 +0900 (JST) Received: from pop151.biglobe.ne.jp by mail-relay.biglobe.ne.jp (3.7W-BIGLOBE-relay) id VAA03353 for ; Sat, 1 Apr 2000 21:37:11 +0900 (JST) Message-Id: <20000401213516J.yatt@msc.biglobe.ne.jp> Date: Sat, 01 Apr 2000 21:35:16 +0900 From: yatt@msc.biglobe.ne.jp Reply-To: yatt@msc.biglobe.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17783: Update: audio/timidity++-emacs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17783 >Category: ports >Synopsis: Update: audio/timidity++-emacs >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 Apr 3 21:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Yoichi ASAI >Release: FreeBSD 3.3-RELEASE i386 >Organization: Personal >Environment: >Description: Update for audio/timidity++-emacs. >How-To-Repeat: >Fix: diff -urN timidity++-emacs.orig/Makefile timidity++-emacs/Makefile --- timidity++-emacs.orig/Makefile Wed Oct 13 00:56:00 1999 +++ timidity++-emacs/Makefile Thu Mar 2 21:12:17 2000 @@ -6,41 +6,136 @@ # $FreeBSD: ports/audio/timidity++-emacs/Makefile,v 1.1.1.1 1999/10/12 15:56:15 flathill Exp $ # -DISTNAME= TiMidity++-1.3.10 -PKGNAME= timidity++-emacs-1.3.10 +DISTNAME= TiMidity++-${VERSION} +PKGNAME= ${LANGPREFIX}timidity++-${INTERFACE}-${VERSION} CATEGORIES= audio MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ MAINTAINER= yatt@msc.biglobe.ne.jp RUN_DEPENDS= ${PREFIX}/bin/timidity:${PORTSDIR}/audio/timidity++ +LIB_DEPENDS= ${INTERFACE_DEPS} +VERSION= 2.9.0 +INTERFACE?= emacs +.if defined(JAPANESE) +LANGPREFIX= ja- +.endif + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +.if !${INTERFACE} == "emacs" && !${INTERFACE} == "slang" USE_XLIB= yes -USE_AUTOCONF= yes +.endif -FILESDIR= ${.CURDIR}/../../audio/timidity++/files +CONFIGURE_ARGS= --enable-dynamic=${INTERFACE} +MASTERDIR= ${.CURDIR}/../../audio/timidity++ +PKGDIR= ${.CURDIR}/pkg +PKGMESSAGE= ${PKGDIR}/MESSAGE +PLIST_SUB= TIMID_LIBDIR=${TIMID_LIBDIR} DIST_SUBDIR= timidity +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +TIMID_LIBDIR= ${PREFIX}/lib/timidity + +.if ${INTERFACE} == "emacs" +ELISPDIR= ${PREFIX}/share/emacs/site-lisp +.elif ${INTERFACE} == "gtk" +LINK= gtkmidi +INTERFACE_DEPS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG} SHLD="gcc -shared" +.elif ${INTERFACE} == "motif" +LINK= xmmidi +REQUIRES_MOTIF= yes +CONFIGURE_ENV= MOTIFLIB="${MOTIFLIB}" +.elif ${INTERFACE} == "slang" +.if defined(JAPANESE) +INTERFACE_DEPS= slang.2:${PORTSDIR}/japanese/libslang +.else +INTERFACE_DEPS= slang.1:${PORTSDIR}/devel/libslang +.endif +CONFIGURE_ARGS+= --enable-ncurses +.elif ${INTERFACE} == "tcltk" +LINK= tkmidi +DOCFILES= README.tk +DOCLANG= C ja_JP.ujis +.if defined(JAPANESE) +INTERFACE_DEPS= tk80jp.1:${PORTSDIR}/japanese/tk80 +CONFIGURE_ARGS+= --with-tcl-includes=${PREFIX}/include/tcl8.0jp \ + --with-tk-includes=${PREFIX}/include/tk8.0jp \ + --with-tcl-libs=${PREFIX}/lib --with-tk-libs=${PREFIX}/lib +CONFIGURE_ENV= WISH=wish8.0jp +.else +INTERFACE_DEPS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +CONFIGURE_ARGS+= --with-tcl-includes=${PREFIX}/include/tcl8.0 \ + --with-tk-includes=${PREFIX}/include/tk8.0 \ + --with-tcl-libs=${PREFIX}/lib --with-tk-libs=${PREFIX}/lib +CONFIGURE_ENV= WISH=wish8.0 +.endif +.elif ${INTERFACE} == "xaw" +LINK= xawmidi +DOCFILES= README.xaw +DOCLANG= C ja_JP.ujis +INTERFACE_DEPS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d +.elif ${INTERFACE} == "xskin" +LINK= xskinmidi +DOCFILES= README.xskin +DOCLANG= C ja_JP.ujis +.else +NO_BUILD= yes +NO_INSTALL= yes +.endif + .include -CONFIGURE_ARGS= --prefix=${PREFIX} --with-x \ - --disable-ncurses --disable-vt100 --disable-tcltk \ - --enable-emacs=dynamic --disable-xaw --disable-xskin \ - --disable-motif --disable-slang --disable-gtk \ - --enable-network --enable-spectrogram --enable-wrd .if ${PORTOBJFORMAT} == "elf" -CONFIGURE_ENV= LDFLAGS=-export-dynamic +CONFIGURE_ENV+= LDFLAGS=-export-dynamic .endif -TIMID_DIR= ${PREFIX}/lib/timidity +.if ${INTERFACE} == "motif" +post-configure: + @${MV} ${WRKSRC}/interface/Makefile ${WRKSRC}/interface/Makefile.orig + @${SED} -e 's^m_so_libs = $$^m_so_libs = -L/usr/X11R6/lib ${MOTIFLIB} -lXt -lXext -lSM -lICE -lX11 ^' \ + -e 's^dynamic_targets = $$^dynamic_targets = interface_m.so^' \ + ${WRKSRC}/interface/Makefile.orig > ${WRKSRC}/interface/Makefile +.endif do-build: - cd ${WRKSRC}/interface; ${MAKE} + @cd ${WRKSRC}/interface; ${MAKE} ${ALL_TARGET} do-install: - cd ${WRKSRC}/interface; ${MAKE} ${INSTALL_TARGET} - ${INSTALL_DATA} ${WRKSRC}/interface/timidity.el ${TIMID_DIR} - @cat ${PKGDIR}/MESSAGE + @cd ${WRKSRC}/interface; ${MAKE} ${INSTALL_TARGET} + +post-install: +.if ${INTERFACE} == "emacs" + @${MKDIR} ${ELISPDIR} + ${INSTALL_DATA} ${WRKSRC}/interface/timidity.el ${ELISPDIR} +.endif +.if ${INTERFACE} == "xaw" + @${MKDIR} ${X11BASE}/lib/X11/ja_JP.EUC/app-defaults + ${INSTALL_DATA} ${WRKSRC}/TiMidity.ad \ + ${X11BASE}/lib/X11/app-defaults/TiMidity + ${INSTALL_DATA} ${WRKSRC}/TiMidity-uj.ad \ + ${X11BASE}/lib/X11/ja_JP.EUC/app-defaults/TiMidity +.endif +.if defined(DOCFILES) +.if !defined(NOPORTDOCS) +.for lang in ${DOCLANG} + @${MKDIR} \ + ${PREFIX}/share/doc/timidity/`echo ${lang} | ${SED} 's/_JP.ujis//'` + ${INSTALL_DATA} ${WRKSRC}/doc/${lang}/${DOCFILES} \ + ${PREFIX}/share/doc/timidity/`echo ${lang} | ${SED} 's/_JP.ujis//'` +.endfor +.endif +.endif +.if defined(LINK) + ${LN} -sf ${PREFIX}/bin/timidity ${PREFIX}/bin/${LINK} +.endif +.if exists(${PKGMESSAGE}) + @${CAT} ${PKGMESSAGE} +.endif .include diff -urN timidity++-emacs.orig/pkg/DESCR timidity++-emacs/pkg/DESCR --- timidity++-emacs.orig/pkg/DESCR Wed Oct 13 00:56:00 1999 +++ timidity++-emacs/pkg/DESCR Thu Mar 2 20:52:33 2000 @@ -4,7 +4,7 @@ Formerly, the original version of this program was written by Tuuka Toivonen(until version 0.2i). Now, Masanao Izumo and many hackers are developing "TiMidity++". -Official site is -http://www.goice.co.jp/member/mo/timidity/ + +WWW: http://www.goice.co.jp/member/mo/timidity/ Yoichi Asai diff -urN timidity++-emacs.orig/pkg/MESSAGE timidity++-emacs/pkg/MESSAGE --- timidity++-emacs.orig/pkg/MESSAGE Wed Oct 13 00:56:00 1999 +++ timidity++-emacs/pkg/MESSAGE Thu Mar 2 20:52:33 2000 @@ -1,9 +1,15 @@ ======================================================================== -Place ${PREFIX}/lib/timidity/timidity.el on load-path of your Emacs(en). +"timidity.el" has been installed in ${PREFIX}/share/emacs/site-lisp/ . +If this place is not proper for your Emacs(en), copy it to load-path. Ex. /usr/local/lib/xemacs/site-lisp /usr/local/share/mule/site-lisp + +Add these line to your "~/.emacs" + +(autoload 'timidity "timidity" "TiMidity Interface" t) +(setq timidity-prog-path "/usr/local/bin/timidity") And then, type "M-x timidity" on Emacs. Enjoy! ======================================================================== diff -urN timidity++-emacs.orig/pkg/PLIST timidity++-emacs/pkg/PLIST --- timidity++-emacs.orig/pkg/PLIST Wed Oct 13 00:56:00 1999 +++ timidity++-emacs/pkg/PLIST Thu Mar 2 20:52:33 2000 @@ -1,2 +1,2 @@ lib/timidity/interface_e.so -lib/timidity/timidity.el +share/emacs/site-lisp/timidity.el >Release-Note: >Audit-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 Apr 3 21:31:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 4AAC837B745; Mon, 3 Apr 2000 21:31:16 -0700 (PDT) (envelope-from green@FreeBSD.org) Date: Tue, 4 Apr 2000 00:30:23 -0400 (EDT) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: ports@FreeBSD.org Cc: nik@FreeBSD.org Subject: Re: cvs commit: ports/palm/prc-tools-gcc - Imported sources In-Reply-To: <86pus6bmp4.wl@waterblue.imgsrc.co.jp> 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, 4 Apr 2000, Jun Kuriyama wrote: > We should move to ports list... > > At Mon, 3 Apr 2000 22:42:27 -0400 (EDT), > Brian Fundakowski Feldman wrote: > > I can get it working as far as getting the ROM up and running, the system > > booted.... but certain operations lock it up :( pthreading problems, it > > seems. As for FLTK, I don't notice any problem at all :-/ I'll let you > > know when it's more robust... > > Hmm, Hanai-san is working to work POSE on FreeBSD, but it dumps core > when getting ROM image. > > We need some hacks to import as port. :-) What version is Hanai-san using? I'm using the latest alpha version, and I can get it started and apps running, for example. > > -- > Jun Kuriyama // FreeBSD Project -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@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 Apr 3 23: 5:40 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 10FBD37BA08; Mon, 3 Apr 2000 23:05:39 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id XAA86605; Mon, 3 Apr 2000 23:05:38 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Mon, 3 Apr 2000 23:05:38 -0700 (PDT) From: Kris Kennaway To: Will Andrews Cc: Anders Jonsson , ports@FreeBSD.ORG Subject: Re: lynx-current homepage change. In-Reply-To: <20000403181726.D61163@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 Mon, 3 Apr 2000, Will Andrews wrote: > [ I was going to until I saw that the current port is outdated. ] You might as well change it so it doesnt get forgotten when the port is unFORBIDDEN (should be soon) 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 Mon Apr 3 23:46:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ernst.netinsight.se (ernst.netinsight.se [194.16.221.130]) by hub.freebsd.org (Postfix) with SMTP id D8F1537BA62 for ; Mon, 3 Apr 2000 23:46:12 -0700 (PDT) (envelope-from Daniel.Stenberg@netinsight.se) Received: from netinsight.se (unverified [10.100.3.67]) by ernst.netinsight.se (EMWAC SMTPRS 0.83) with SMTP id ; Tue, 04 Apr 2000 08:34:56 +0200 Message-ID: <38E98D22.183469D@netinsight.se> Date: Tue, 04 Apr 2000 08:35:14 +0200 From: Daniel Stenberg Reply-To: Daniel.Stenberg@haxx.nu X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.org Subject: wrong about 'curl' Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi As the maintainer of curl, I've just started to get a lot of mails about how your link to curl in the ports section is wrong. It points to an old site that just recently stopped working. The correct curl site should be: http://curl.haxx.nu Thanks! -- Daniel Stenberg, Software Developer Daniel.Stenberg@haxx.nu, +46-705-443177, www.contactor.se/~dast To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 0: 7:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 84E9337B737 for ; Tue, 4 Apr 2000 00:07:11 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-83.ix.netcom.com [209.109.234.83]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id DAA14168; Tue, 4 Apr 2000 03:07:09 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id AAA58141; Tue, 4 Apr 2000 00:07:06 -0700 (PDT) To: Gary Jennejohn Cc: ports@FreeBSD.ORG Subject: Re: porting section (handbook) diff References: <200004031541.RAA49177@peedub.muc.de> From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Date: 04 Apr 2000 00:07:04 -0700 In-Reply-To: Gary Jennejohn's message of "Mon, 03 Apr 2000 17:41:41 +0200" Message-ID: Lines: 8 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * Looks good to me. * * I should read this handbook entry some time, it has lots of interesting * info :) Hey, if you are a porter, you are supposed to read 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 Apr 4 0: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 6226B37B7AD for ; Tue, 4 Apr 2000 00:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA92772; Tue, 4 Apr 2000 00:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id A163137B686 for ; Tue, 4 Apr 2000 00:13:58 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: (from handy@localhost) by lambic.physics.montana.edu (8.9.3/8.9.3) id BAA54416; Tue, 4 Apr 2000 01:13:26 -0600 (MDT) (envelope-from handy) Message-Id: <200004040713.BAA54416@lambic.physics.montana.edu> Date: Tue, 4 Apr 2000 01:13:26 -0600 (MDT) From: handy@physics.montana.edu Reply-To: handy@physics.montana.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17784: pgperl upgrade: 2.15->2.16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17784 >Category: ports >Synopsis: pgperl upgrade: 2.15->2.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: Tue Apr 4 00:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Brian Handy >Release: FreeBSD 4.0-STABLE i386 >Organization: MSU - Bozeman >Environment: >Description: I'm in the process of making a rather large diffzilla against the math/PDL port, and this got upgraded in friendly fire. >How-To-Repeat: >Fix: diff -urN pgperl.orig/Makefile pgperl/Makefile --- pgperl.orig/Makefile Tue Apr 4 00:45:52 2000 +++ pgperl/Makefile Tue Apr 4 00:42:28 2000 @@ -1,13 +1,13 @@ # New ports collection makefile for: pgperl -# Version required: 2.15 +# Version required: 2.16 # Date created: 22 December 1996 # Whom: jmz # # $FreeBSD: ports/graphics/pgperl/Makefile,v 1.18 1999/12/08 06:59:52 asami Exp $ # -DISTNAME= PGPLOT-2.15 -PKGNAME= pgperl-2.15 +DISTNAME= PGPLOT-2.16 +PKGNAME= pgperl-2.16 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PGPLOT diff -urN pgperl.orig/files/md5 pgperl/files/md5 --- pgperl.orig/files/md5 Tue Apr 4 00:45:52 2000 +++ pgperl/files/md5 Tue Apr 4 00:42:28 2000 @@ -1 +1 @@ -MD5 (PGPLOT-2.15.tar.gz) = c91777ea0989cbe2d4ec60c8917a27d3 +MD5 (PGPLOT-2.16.tar.gz) = bde6604bf57c75973131af14a5e0eb36 >Release-Note: >Audit-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 Apr 4 0:27:37 2000 Delivered-To: freebsd-ports@freebsd.org Received: from athena.tyfon.net (athena.tyfon.net [212.37.11.70]) by hub.freebsd.org (Postfix) with ESMTP id 1E27937BA0F for ; Tue, 4 Apr 2000 00:27:32 -0700 (PDT) (envelope-from dl@tyfon.net) Received: from tyfon.net (dev.null.tyfon.com [213.212.29.17]) by athena.tyfon.net (8.10.0/8.10.0.Tyfon) with ESMTP id e347RUa78547 for ; Tue, 4 Apr 2000 09:27:30 +0200 (CEST) Received: from enigmatic by tyfon.net with SMTP (MDaemon.v2.84.R) for ; Tue, 04 Apr 2000 09:40:41 +0200 From: "Dan Larsson" To: "[FreeBSD-Questions-List] (E-mail)" Cc: , Subject: unable to build mysql-3.22.32-server/client on 3.4S Date: Tue, 4 Apr 2000 09:28:21 +0200 Message-ID: <001e01bf9e07$5b9515c0$0c01a8c0@junglenote.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal X-MDaemon-Deliver-To: ports@freebsd.org X-Return-Path: dl@tyfon.net Reply-To: dl@tyfon.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org When trying to make mysql it persists on saying that my libtool is out of date and that I should de- and reinstall it. (Which I have done). This doesn't help though. My current libtool version is 1.3.4 on FreeBSD-3.4STABLE. Any ideas? Regards ------------ Dan Larsson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 0:27:52 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 38FEF37B534; Tue, 4 Apr 2000 00:27:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id AAA93492; Tue, 4 Apr 2000 00:27:50 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Tue, 4 Apr 2000 00:27:50 -0700 (PDT) From: Kris Kennaway To: Daniel.Stenberg@haxx.nu Cc: ports@FreeBSD.org Subject: Re: wrong about 'curl' In-Reply-To: <38E98D22.183469D@netinsight.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 On Tue, 4 Apr 2000, Daniel Stenberg wrote: > hi > > As the maintainer of curl, I've just started to get a lot of mails about how > your link to curl in the ports section is wrong. It points to an old site > that just recently stopped working. > > The correct curl site should be: > > http://curl.haxx.nu Thanks for the update - I've just committed the change. I'm sorry you were getting mail about it though - people should be directing comments about the FreeBSD port to the FreeBSD maintainer (me :-). In future please feel free to send misdirected comments to me. 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 Apr 4 1:13:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id 76B7137B633 for ; Tue, 4 Apr 2000 01:13:32 -0700 (PDT) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.9.3/8.9.3) id KAA76481 for freebsd-ports@freebsd.org; Tue, 4 Apr 2000 10:14:03 +0200 (CEST) (envelope-from stijn) Date: Tue, 4 Apr 2000 10:14:03 +0200 From: Stijn Hoop To: freebsd-ports@freebsd.org Subject: Upgrading a port Message-ID: <20000404101403.A76346@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi all, I'm new to this list so bear with me if this has been asked before, but is there a quick way to 'upgrade' a port if its already installed? E.g. I have gnumeric-0.50.0 installed, my ports tree is updated to -0.51.0 (by way of cvsup), what's the quickest way to upgrade gnumeric? I can't go to /usr/ports/math/gnumeric and do a make deinstall, because that's a deinstall of a different version. So now I have to do a pkg_delete gnumeric-0.50.0 and then do a make install... With the upcoming change to ${NAME}-${VERSION}, isn't it possible to make the subdirectories in /var/db/pkg consist of only ${NAME} and then add a 'make upgrade' target that does pkg_delete ${NAME}, make all install ? Yes I'm lazy ;-) Just a thought... Any other ideas also welcome. --Stijn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 1:16:15 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 6D1A937B522; Tue, 4 Apr 2000 01:16:06 -0700 (PDT) (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 03/13/00) with ESMTP id RAA24194; Tue, 4 Apr 2000 17:14:44 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id RAA52260; Tue, 4 Apr 2000 17:14:11 +0900 (JST) Date: Tue, 04 Apr 2000 17:14:11 +0900 Message-ID: <86og7qth9o.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: sobomax@altavista.net Cc: will@FreeBSD.org, cvs-committers@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: cvs commit: ports/textproc Makefile ports/textproc/xlhtml Makefileports/textproc/xlhtml/files md5 ports/textproc/xlhtml/patchespatch-aa patch-ab patch-ac patch-ad patch-aeports/textproc/xlhtml/pkg COMMENT DESCR PLIST In-Reply-To: In your message of "Tue, 04 Apr 2000 10:40:34 +0300" <38E99C72.926B51A6@altavista.net> References: <200004032054.NAA32369@freefall.freebsd.org> <38E99C72.926B51A6@altavista.net> User-Agent: Wanderlust/1.1.1 (Purple Rain) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Tue, 04 Apr 2000 10:40:34 +0300, Maxim Sobolev wrote: > Will Andrews wrote: (snip) > > Log: > > Add xlhtml, a converter from MS Word/Powerpoint to HTML. > ^^^^ Excel/PP in fact ;) Yes, xl stands for Excel, obviously. The famous converter from MS Word to HTML is called wvHtml, which is formerly known as mswordview. http://www.wvware.com/ Does anyone already have an upgrade of the port? By the way, I've just started to utilize the xlhtml port to activate the MS Excel support of japanese/namazu2 search engine. :) -- / /__ __ / ) ) ) ) / 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 Apr 4 1:38:46 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 70FA737B733; Tue, 4 Apr 2000 01:38:32 -0700 (PDT) (envelope-from obrien@NUXI.ucdavis.edu) Received: from dragon.nuxi.com (pyramid.cdrom.com [204.216.28.136]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id BAA13283; Tue, 4 Apr 2000 01:38:31 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id AAA06729; Tue, 4 Apr 2000 00:38:49 -0700 (PDT) (envelope-from obrien) Date: Tue, 4 Apr 2000 00:38:48 -0700 From: "David O'Brien" To: Satoshi - Ports Wraith - Asami Cc: ports@FreeBSD.ORG Subject: Re: final call: VERSION variable Message-ID: <20000404003848.A6678@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <86aejgwf92.wl@archon.local.idaemons.org> <20000330192823.A7713@argon.blackdawn.com> <20000330211135.B60684@dragon.nuxi.com> 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 31, 2000 at 12:42:30AM -0800 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 On Fri, Mar 31, 2000 at 12:42:30AM -0800, Satoshi - Ports Wraith - Asami wrote: > * Other than changing this in my own ports -- how do I help? > > As I said before, you don't need to change your own ports. I'm going > to lock up the tree and have a small group of individuals convert > everything in one pass. .. > mharo already signed up to help. If you want to join in that effort, > you are very welcome. That didn't answer the question -- which was, "how to help?" -- -- 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 Tue Apr 4 1: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 78C6E37B80F for ; Tue, 4 Apr 2000 01:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA00915; Tue, 4 Apr 2000 01:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 4 Apr 2000 01:40:03 -0700 (PDT) Message-Id: <200004040840.BAA00915@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Maxim Sobolev Subject: Re: ports/17768: [PATCH] Update of the wmakerconf (x11-wm/wmakerconf) port to the new 2.6 version Reply-To: Maxim Sobolev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17768; it has been noted by GNATS. From: Maxim Sobolev To: freebsd-gnats-submit@FreeBSD.org, sobomax@altavista.net Cc: Subject: Re: ports/17768: [PATCH] Update of the wmakerconf (x11-wm/wmakerconf) port to the new 2.6 version Date: Tue, 04 Apr 2000 11:34:59 +0300 This is a multi-part message in MIME format. --------------DEE8A813A5440422BC42B831 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Now 2.6.1. -Maxim --------------DEE8A813A5440422BC42B831 Content-Type: text/plain; charset=koi8-r; name="wmconf-2.5-2.6.1.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="wmconf-2.5-2.6.1.diff" diff -ruN /usr/ports/x11-wm/wmakerconf/Makefile wmakerconf/Makefile --- /usr/ports/x11-wm/wmakerconf/Makefile Wed Feb 16 16:20:39 2000 +++ wmakerconf/Makefile Tue Apr 4 11:26:31 2000 @@ -1,14 +1,14 @@ # New ports collection makefile for: wmakerconf -# Version required: 2.4 +# Version required: 2.6.1 # Date Created: 14 August 1999 # Whom: Dominik Rothert # # $FreeBSD: ports/x11-wm/wmakerconf/Makefile,v 1.14 2000/02/16 13:08:25 tg Exp $ # -DISTNAME= wmakerconf-2.5 +DISTNAME= wmakerconf-2.6.1 CATEGORIES= x11-wm -MASTER_SITES= http://ulli.linuxbox.com/wmakerconf/ +MASTER_SITES= http://ulli.linuxave.net/wmakerconf/ MAINTAINER= dr@domix.de @@ -16,7 +16,6 @@ rpm:${PORTSDIR}/misc/rpm \ bunzip2:${PORTSDIR}/archivers/bzip2 \ wget:${PORTSDIR}/ftp/wget - LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ Imlib.5:${PORTSDIR}/graphics/imlib \ PropList.2:${PORTSDIR}/devel/libPropList \ @@ -26,7 +25,6 @@ png.3:${PORTSDIR}/graphics/png \ wraster.3:${PORTSDIR}/x11-wm/windowmaker \ wmfun.0:${PORTSDIR}/x11-wm/windowmaker - BUILD_DEPENDS= bunzip2:${PORTSDIR}/archivers/bzip2 \ wget:${PORTSDIR}/ftp/wget diff -ruN /usr/ports/x11-wm/wmakerconf/files/md5 wmakerconf/files/md5 --- /usr/ports/x11-wm/wmakerconf/files/md5 Mon Jan 31 10:04:36 2000 +++ wmakerconf/files/md5 Tue Apr 4 11:26:44 2000 @@ -1 +1 @@ -MD5 (wmakerconf-2.5.tar.bz2) = 1a8979f7f9d47cc4cc719125110c8447 +MD5 (wmakerconf-2.6.1.tar.bz2) = 5eab769c1f43f6979ca355282c1477f1 diff -ruN /usr/ports/x11-wm/wmakerconf/pkg/DESCR wmakerconf/pkg/DESCR --- /usr/ports/x11-wm/wmakerconf/pkg/DESCR Fri Dec 24 12:09:13 1999 +++ wmakerconf/pkg/DESCR Mon Apr 3 11:56:57 2000 @@ -1,4 +1,4 @@ Wmakerconf is a configuration tool for the famous window manager Window Maker. It is based on the GTK+ and Imlib libraries. -WWW: http://ulli.linuxbox.com/wmakerconf/ +WWW: http://ulli.linuxave.net/wmakerconf/ diff -ruN /usr/ports/x11-wm/wmakerconf/pkg/PLIST wmakerconf/pkg/PLIST --- /usr/ports/x11-wm/wmakerconf/pkg/PLIST Mon Jan 31 10:04:37 2000 +++ wmakerconf/pkg/PLIST Mon Apr 3 10:21:10 2000 @@ -28,22 +28,22 @@ share/wmakerconf/WMWmakerconf share/wmakerconf/appearance.xpm share/wmakerconf/black.xpm +share/wmakerconf/desktop.xpm share/wmakerconf/effects.xpm share/wmakerconf/getfile.pl -share/wmakerconf/gnome-ccdesktop.xpm -share/wmakerconf/gnome-ccwindowmanager.xpm -share/wmakerconf/gnome-mouse.xpm share/wmakerconf/libwww.pl share/wmakerconf/lynx.pl share/wmakerconf/menu.xpm share/wmakerconf/menustyle.xpm share/wmakerconf/misc.xpm +share/wmakerconf/mouse.xpm share/wmakerconf/paths.xpm share/wmakerconf/shortcuts.xpm share/wmakerconf/themes.xpm share/wmakerconf/tiles.xpm share/wmakerconf/titlebar.xpm share/wmakerconf/upgrade.pl +share/wmakerconf/windows.xpm share/wmakerconf/wget.pl share/wmakerconf/wm-oldmenu2new.sh share/wmakerconf/wmaker-version --------------DEE8A813A5440422BC42B831-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 2:41: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 18B9D37B80E; Tue, 4 Apr 2000 02:41:13 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA07258; Tue, 4 Apr 2000 02:41:13 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Date: Tue, 4 Apr 2000 02:41:13 -0700 (PDT) From: Message-Id: <200004040941.CAA07258@freefall.freebsd.org> To: asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/17450: Re: [PATCH] Update of the Xfstt(x11-servers/Xfstt) port to the new 1.1 version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re: [PATCH] Update of the Xfstt(x11-servers/Xfstt) port to the new 1.1 version Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Apr 4 02:40:41 PDT 2000 Responsible-Changed-Why: Belongs to ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 2:45: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 7DFED37B740; Tue, 4 Apr 2000 02:45:20 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA07841; Tue, 4 Apr 2000 02:45:19 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Date: Tue, 4 Apr 2000 02:45:19 -0700 (PDT) From: Message-Id: <200004040945.CAA07841@freefall.freebsd.org> To: asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/17454: Re: [PATCH] Update of the Xfstt(x11-servers/Xfstt) port to the new 1.1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re: [PATCH] Update of the Xfstt(x11-servers/Xfstt) port to the new 1.1 Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Apr 4 02:41:33 PDT 2000 Responsible-Changed-Why: Belongs to ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 2:56: 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 60C2E37B9B1; Tue, 4 Apr 2000 02:56:03 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA09022; Tue, 4 Apr 2000 02:56:02 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Date: Tue, 4 Apr 2000 02:56:02 -0700 (PDT) From: Message-Id: <200004040956.CAA09022@freefall.freebsd.org> To: asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: pending/17550: Re: new lyx port does not link -- gettext (-lintl is missing) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re: new lyx port does not link -- gettext (-lintl is missing) Responsible-Changed-From-To: gnats-admin->freebsd-ports Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Apr 4 02:54:31 PDT 2000 Responsible-Changed-Why: Belongs to ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 3: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 19EEF37B821 for ; Tue, 4 Apr 2000 03:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA10159; Tue, 4 Apr 2000 03:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 4 Apr 2000 03:10:04 -0700 (PDT) Message-Id: <200004041010.DAA10159@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: OKAZAKI Tetsurou Subject: Re: ports/16931: New port: Mule-UCS 0.72 (revised) Reply-To: OKAZAKI Tetsurou Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16931; it has been noted by GNATS. From: OKAZAKI Tetsurou To: bug-followup@FreeBSD.org Cc: okazaki@be.to Subject: Re: ports/16931: New port: Mule-UCS 0.72 (revised) Date: Tue, 04 Apr 2000 19:06:02 +0900 In the message <200002231230.EAA02161@freefall.freebsd.org> gnats-admin@FreeBSD.org wrote: > >Category: ports > >Responsible: freebsd-ports > >Synopsis: New port: Mule-UCS 0.72 (revised) > >Arrival-Date: Wed Feb 23 04:30:01 PST 2000 Please close this PR. -- Tetsurou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 3:46:42 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 44F8937B59D for ; Tue, 4 Apr 2000 03:46:40 -0700 (PDT) (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 03/13/00) with ESMTP id TAA19396; Tue, 4 Apr 2000 19:46:35 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id TAA53648; Tue, 4 Apr 2000 19:46:03 +0900 (JST) Date: Tue, 04 Apr 2000 19:46:02 +0900 Message-ID: <86ln2uta8l.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: okazaki@be.to Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/16931: New port: Mule-UCS 0.72 (revised) In-Reply-To: In your message of "Tue, 4 Apr 2000 03:10:04 -0700 (PDT)" <200004041010.DAA10159@freefall.freebsd.org> References: <200004041010.DAA10159@freefall.freebsd.org> User-Agent: Wanderlust/1.1.1 (Purple Rain) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Tue, 4 Apr 2000 03:10:04 -0700 (PDT), OKAZAKI Tetsurou wrote: > Please close this PR. > > -- > Tetsurou Sure. But tell us why, 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 Tue Apr 4 4: 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 CBADC37B7AF for ; Tue, 4 Apr 2000 04:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA14789; Tue, 4 Apr 2000 04:00:02 -0700 (PDT) (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 1904837B6EB for ; Tue, 4 Apr 2000 03:58:41 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA14702; Tue, 4 Apr 2000 03:58:40 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Message-Id: <200004041058.DAA14702@freefall.freebsd.org> Date: Tue, 4 Apr 2000 03:58:40 -0700 (PDT) From: yuuki@goldmoon.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17787: Update port: graphics/enfle Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17787 >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: Tue Apr 4 04:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Yuuki SAWADA >Release: FreeBSD 5.0-CURRENT >Organization: Muroran Institute of Technology >Environment: FreeBSD tokimeki.goldmoon.org 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Apr 4 15:51:50 JST 2000 root@tokimeki.goldmoon.org:/usr/src/sys/compile/TOKIMEKI i386 >Description: Update from 20000302 to 200000403. - Remove --disable-mitshm from CONFIGURE_ARGS. >How-To-Repeat: >Fix: diff -urN enfle.old/Makefile enfle/Makefile --- enfle.old/Makefile Sun Mar 5 08:11:50 2000 +++ enfle/Makefile Tue Apr 4 19:35:32 2000 @@ -1,12 +1,12 @@ # New ports collection makefile for: enfle -# Version required: 20000302 +# Version required: 20000403 # Date created: Tue Sep 28 02:25:17 JST 1999 # Whom: Yuuki SAWADA # # $FreeBSD: ports/graphics/enfle/Makefile,v 1.11 2000/03/04 13:55:53 jedgar Exp $ # -DISTNAME= enfle-20000302 +DISTNAME= enfle-20000403 CATEGORIES= graphics MASTER_SITES= http://enfle.fennel.org/ \ ftp://ftp.goldmoon.org/pub/FreeBSD/ports/distfiles/ @@ -23,8 +23,7 @@ CONFIGURE_ARGS= --enable-all-plugins \ --enable-plugins-dir \ --enable-archiver="-libarc" \ - --disable-static \ - --disable-mitshm + --disable-static MAN1= enfle.1 diff -urN enfle.old/files/md5 enfle/files/md5 --- enfle.old/files/md5 Sun Mar 5 08:11:50 2000 +++ enfle/files/md5 Tue Apr 4 19:35:52 2000 @@ -1 +1 @@ -MD5 (enfle-20000302.tar.bz2) = 5ec883c5858668fc9321f403f1191731 +MD5 (enfle-20000403.tar.bz2) = 839e55b97ff79dfabe2ff2313f14fe60 >Release-Note: >Audit-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 Apr 4 5:42:45 2000 Delivered-To: freebsd-ports@freebsd.org Received: from node11a94.a2000.nl (node11a94.a2000.nl [24.132.26.148]) by hub.freebsd.org (Postfix) with SMTP id 3E21637B6EB for ; Tue, 4 Apr 2000 05:42:43 -0700 (PDT) (envelope-from ronald@node11a94.a2000.nl) Received: (qmail 585 invoked from network); 4 Apr 2000 12:42:41 -0000 Received: from dlanor.evertsen.nl (10.0.0.3) by node11a94.a2000.nl with SMTP; 4 Apr 2000 12:42:41 -0000 Date: Tue, 4 Apr 2000 14:42:41 +0200 (CEST) From: Ronald Klop To: freebsd-ports@freebsd.org Cc: msmith@freebsd.org Subject: editors/wordperfect port not working 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 Hello, The port of wordperfect tells me to download a file from http://linux.corel.com/linux8/download.htm, but this file is not available anymore. Maybe the port should be changed. Is the file which should be downloaded still available somewhere? Greetings, Ronald. -- Ronald Klop http://node11a94.a2000.nl/~ronald/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 5:49:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from node11a94.a2000.nl (node11a94.a2000.nl [24.132.26.148]) by hub.freebsd.org (Postfix) with SMTP id CAA4537B590 for ; Tue, 4 Apr 2000 05:49:13 -0700 (PDT) (envelope-from ronald@node11a94.a2000.nl) Received: (qmail 595 invoked from network); 4 Apr 2000 12:49:11 -0000 Received: from dlanor.evertsen.nl (10.0.0.3) by node11a94.a2000.nl with SMTP; 4 Apr 2000 12:49:11 -0000 Date: Tue, 4 Apr 2000 14:49:11 +0200 (CEST) From: Ronald Klop To: msmith@freebsd.org Cc: freebsd-ports@freebsd.org Subject: editors/wordperfect (solution) 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 Hello, I asked my question to early. After swimming around at the corel site I found: http://linux.corel.com/products/linuxproducts_wp8.htm. Greetings, Ronald. -- Ronald Klop http://node11a94.a2000.nl/~ronald/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 7:12: 0 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 4E61A37B66C for ; Tue, 4 Apr 2000 07:11:54 -0700 (PDT) (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-2000032215000035) with ESMTP id XAA18547 for ; Tue, 4 Apr 2000 23:11:47 +0900 Received: from acidrain (ppp19-Mobara1.mtci.ne.jp [210.172.1.221]) by mail1.be.to (8.8.8+3.0Wbeta13/BETO.2.0-1999110714000000) with SMTP id XAA10038 for ; Tue, 4 Apr 2000 23:11:37 +0900 Received: (qmail 3345 invoked from network); 4 Apr 2000 14:10:32 -0000 Received: from localhost (HELO acidrain.localnet) (127.0.0.1) by localhost with SMTP; 4 Apr 2000 14:10:32 -0000 Date: Tue, 04 Apr 2000 23:10:30 +0900 Message-ID: <861z4m3qjt.wl@dolphin.be.to> From: OKAZAKI Tetsurou To: knu@idaemons.org Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/16931: New port: Mule-UCS 0.72 (revised) In-Reply-To: In your message of "Tue, 04 Apr 2000 19:46:02 +0900" <86ln2uta8l.wl@archon.local.idaemons.org> References: <200004041010.DAA10159@freefall.freebsd.org> <86ln2uta8l.wl@archon.local.idaemons.org> User-Agent: Wanderlust/1.1.0 (Overjoyed) REMI/1.14.1 (=?ISO-8859-4?Q?Mushi?= =?ISO-8859-4?Q?gawa=F2sugi?=) Chao/1.14.1 (=?ISO-8859-4?Q?Rokujiz=F2?=) APEL/10.2 Emacs/20.6 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Unknown MIME-Version: 1.0 (generated by REMI 1.14.1 - =?ISO-8859-4?Q?=22Mushigawa=F2?= =?ISO-8859-4?Q?sugi=22?=) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In the message <86ln2uta8l.wl@archon.local.idaemons.org> "Akinori -Aki- MUSHA" wrote: > At Tue, 4 Apr 2000 03:10:04 -0700 (PDT), > OKAZAKI Tetsurou wrote: > > Please close this PR. > > > > -- > > Tetsurou > Sure. But tell us why, please? Because Mule-UCS 0.72 is outdated now. I'll post another PR for Mule-UCS 0.74. -- Tetsurou To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 7:30:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from picalon.gun.de (picalon.gun.de [192.109.159.1]) by hub.freebsd.org (Postfix) with ESMTP id 9617B37BA54; Tue, 4 Apr 2000 07:30:32 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by picalon.gun.de (8.9.3/8.9.3) id QAA19623; Tue, 4 Apr 2000 16:30:12 +0200 (MET DST) >Received: (from andreas@localhost) by klemm.gtn.com (8.9.3/8.9.3) id QAA03422; Tue, 4 Apr 2000 16:19:26 +0200 (CEST) (envelope-from andreas) Date: Tue, 4 Apr 2000 16:19:25 +0200 From: Andreas Klemm To: Kimura Fuyuki , asami@freebsd.org Cc: ports@freebsd.org Subject: WRKDIRPREFIX issues ( Re: ghostscript6 WRKDIRPREFIX patch ) Message-ID: <20000404161925.A901@titan.klemm.gtn.com> References: <20000403134258Y.fuyuki@jade.dti.ne.jp> <20000403190141.A6100@titan.klemm.gtn.com> <20000404091659K.fuyuki@jade.dti.ne.jp> Mime-Version: 1.0 X-Mailer: Mutt 1.0.1i In-Reply-To: <20000404091659K.fuyuki@jade.dti.ne.jp>; from fuyuki@jade.dti.ne.jp on Tue, Apr 04, 2000 at 09:16:59AM +0900 X-Operating-System: FreeBSD 5.0-CURRENT SMP X-Disclaimer: A free society is one where it is safe to be unpopular Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kimura, I enlarged the audiance, because I don't want to discuss with you any further, what the magic words in ports(7) say, you are certainly right in what you say, but that's not the *real problem*. Instead of this I need a solution, how to maintain the gs55 and gs6 port at home via "remote CVS" (and to be conform to ports(7)). The biggest problem are the enormous phone costs here in Germany, that forces me to work the way I do, to reduce phone costs, Maybe Satoshi or another committer have an idea how to handle this. To make it clear, this problem only arises with ports, that need the src directory of another port. The symlink path that ${WRKDIRPREFIX} generates is not suitable for me as "remote CVS user". Compiling/testing my ports fails, because the symlink points to nirwana. For example ghostscript55 port: andreas@titan{1016} $ pwd /home/andreas/src/freefall/myports/akl/ghostscript55/work/gs5.50 andreas@titan{1017} $ ll jpeg lrwxr-xr-x 1 root wheel 85 4 Apr 15:33 jpeg -> /home/andreas/src/freefall/myports/akl/ghostscript55/../../graphics/jpeg/work/jpeg-6b My solution is to use $PORTSDIR/graphics/jpeg/work/jpeg-6b. I have the whole ports collection checked out under /usr/ports. Doing it this way I can make test compiles and such. The way ${WRKDIRPREFIX} handles paths would require to do the following: a) checkout the complete ports collection via remote CVS b) do all the work remote on freefall via ssh, checkout the whole ports collection somwhere under my home dir. But both options are absolutely not suitable for me, since that would be too expensive for me. I already pay > $ 110 every months for provider and phone bills here in Germany. I think a possible solution would be, to extract the sources of the jpeg port in the work directory of the gs55 and gs6 port. What do you think ? Andreas /// -- Andreas Klemm http://people.FreeBSD.ORG/~andreas http://www.freebsd.org/~fsmp/SMP/SMP.html powered by Symmetric MultiProcessor FreeBSD New APSFILTER 520 and songs from our band - http://people.freebsd.org/~andreas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 7:44:29 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 1F10B37BC50; Tue, 4 Apr 2000 07:44:21 -0700 (PDT) (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 QAA70505; Tue, 4 Apr 2000 16:43:59 +0200 (CEST) (envelope-from ibex) Date: Tue, 4 Apr 2000 16:43:59 +0200 From: Dirk Froemberg To: Dan Larsson Cc: "[FreeBSD-Questions-List] (E-mail)" , ports@FreeBSD.org Subject: Re: unable to build mysql-3.22.32-server/client on 3.4S Message-ID: <20000404164359.A70459@physik.TU-Berlin.DE> References: <001e01bf9e07$5b9515c0$0c01a8c0@junglenote.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <001e01bf9e07$5b9515c0$0c01a8c0@junglenote.com>; from dl@tyfon.net on Tue, Apr 04, 2000 at 09:28:21AM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Dan! On Tue, Apr 04, 2000 at 09:28:21AM +0200, Dan Larsson wrote: > When trying to make mysql it persists on saying that my > libtool is out of date and that I should de- and reinstall it. > (Which I have done). This doesn't help though. > My current libtool version is 1.3.4 on FreeBSD-3.4STABLE. > > Any ideas? Not really. I can't reproduce the problem under 4.0-STABLE... Can you send your build logs? (cd /usr/ports/databases/mysql322-server; make clean; make all >& mk.out1) 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 Tue Apr 4 7:51:36 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 486A837B821 for ; Tue, 4 Apr 2000 07:51:20 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-83.ix.netcom.com [209.109.234.83]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id KAA20880; Tue, 4 Apr 2000 10:50:49 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id HAA60595; Tue, 4 Apr 2000 07:50:15 -0700 (PDT) To: Andreas Klemm Cc: Kimura Fuyuki , ports@freebsd.org Subject: Re: WRKDIRPREFIX issues ( Re: ghostscript6 WRKDIRPREFIX patch ) References: <20000403134258Y.fuyuki@jade.dti.ne.jp> <20000403190141.A6100@titan.klemm.gtn.com> <20000404091659K.fuyuki@jade.dti.ne.jp> <20000404161925.A901@titan.klemm.gtn.com> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 04 Apr 2000 07:50:06 -0700 In-Reply-To: Andreas Klemm's message of "Tue, 4 Apr 2000 16:19:25 +0200" Message-ID: Lines: 11 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Andreas Klemm * The way ${WRKDIRPREFIX} handles paths would require to do the * following: * * a) checkout the complete ports collection via remote CVS No, you only need to checkout the subset of the directories that the port actually requires the source for. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 8: 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 8665837BA09 for ; Tue, 4 Apr 2000 08:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA06829; Tue, 4 Apr 2000 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sapa.ivcme.elektra.ru (IVCME-NC-LL.Elektra.RU [193.125.127.58]) by hub.freebsd.org (Postfix) with ESMTP id 0C6EE37B61A for ; Tue, 4 Apr 2000 07:56:50 -0700 (PDT) (envelope-from lukin@sapa.ivcme.elektra.ru) Received: (from lukin@localhost) by sapa.ivcme.elektra.ru (8.9.3/8.8.8) id SAA49482; Tue, 4 Apr 2000 18:56:15 +0400 (MSD) (envelope-from lukin) Message-Id: <200004041456.SAA49482@sapa.ivcme.elektra.ru> Date: Tue, 4 Apr 2000 18:56:15 +0400 (MSD) From: Kostya Lukin Reply-To: lukin@sapa.ivcme.elektra.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17789: new port: devel/libxode Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17789 >Category: ports >Synopsis: new port: devel/libxode >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 4 08:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kostya Lukin >Release: FreeBSD 3.3-RELEASE i386 >Organization: IVC Mosenergo >Environment: >Description: libxode provides a library of XML and string helper functions. Jabber agents use libxode extensively. Jabber is ICQ-like messaging and online presence system. The ports chain is libxode -> libjabber -> libetherx -> jabber-transport. I dont't know, should I submit all these ports at once? >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: # # libxode # libxode/Makefile # libxode/files # libxode/files/md5 # libxode/pkg # libxode/pkg/COMMENT # libxode/pkg/PLIST # libxode/pkg/DESCR # echo c - libxode mkdir -p libxode > /dev/null 2>&1 echo x - libxode/Makefile sed 's/^X//' >libxode/Makefile << 'END-of-libxode/Makefile' X# New ports collection makefile for: libxode X# Version required: 0.9 X# Date created: Mon Apr 4, 2000 X# Whom: Kostya Lukin X# X# $FreeBSD$ X# X XDISTNAME= libxode-0.9 XCATEGORIES= devel XMASTER_SITES= http://download.jabber.org/dists/0.9/final/ X XMAINTAINER= lukin@okbmei.msk.su X XGNU_CONFIGURE= yes X X.include END-of-libxode/Makefile echo c - libxode/files mkdir -p libxode/files > /dev/null 2>&1 echo x - libxode/files/md5 sed 's/^X//' >libxode/files/md5 << 'END-of-libxode/files/md5' XMD5 (libxode-0.9.tar.gz) = 04e6124c6bf3e21cb677620c338adb8c END-of-libxode/files/md5 echo c - libxode/pkg mkdir -p libxode/pkg > /dev/null 2>&1 echo x - libxode/pkg/COMMENT sed 's/^X//' >libxode/pkg/COMMENT << 'END-of-libxode/pkg/COMMENT' XLibrary of XML and string helper functions END-of-libxode/pkg/COMMENT echo x - libxode/pkg/PLIST sed 's/^X//' >libxode/pkg/PLIST << 'END-of-libxode/pkg/PLIST' Xinclude/xmlparse.h Xinclude/libxode.h Xlib/libxode.a Xlib/libxode.la Xlib/libxode.so Xlib/libxode.so.0 X@exec /sbin/ldconfig -m %D/lib X@unexec /sbin/ldconfig -R END-of-libxode/pkg/PLIST echo x - libxode/pkg/DESCR sed 's/^X//' >libxode/pkg/DESCR << 'END-of-libxode/pkg/DESCR' Xlibxode provides a library of XML and string helper functions. X XJabber agents use libxode extensively. END-of-libxode/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 Tue Apr 4 8:17: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 DAE5537BB04; Tue, 4 Apr 2000 08:17:34 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA09016; Tue, 4 Apr 2000 08:17:34 -0700 (PDT) (envelope-from knu@FreeBSD.org) Date: Tue, 4 Apr 2000 08:17:34 -0700 (PDT) From: Message-Id: <200004041517.IAA09016@freefall.freebsd.org> To: okazaki@be.to, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16931: New port: Mule-UCS 0.72 (revised) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: Mule-UCS 0.72 (revised) State-Changed-From-To: open->feedback State-Changed-By: knu State-Changed-When: Wed Apr 5 00:15:18 JST 2000 State-Changed-Why: Mule-UCS 0.72 is outdated now. Waiting for the port for 0.74. Requested by: Originator To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 8:21:35 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 3257237C10C for ; Tue, 4 Apr 2000 08:21:28 -0700 (PDT) (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 03/13/00) with ESMTP id AAA18879; Wed, 5 Apr 2000 00:21:22 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id AAA59709; Wed, 5 Apr 2000 00:20:42 +0900 (JST) Date: Wed, 05 Apr 2000 00:20:40 +0900 Message-ID: <86em8luc3b.wl@archon.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: okazaki@be.to Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/16931: New port: Mule-UCS 0.72 (revised) In-Reply-To: In your message of "Tue, 04 Apr 2000 23:10:30 +0900" <861z4m3qjt.wl@dolphin.be.to> References: <200004041010.DAA10159@freefall.freebsd.org> <86ln2uta8l.wl@archon.local.idaemons.org> <861z4m3qjt.wl@dolphin.be.to> User-Agent: Wanderlust/1.1.1 (Purple Rain) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Tue, 04 Apr 2000 23:10:30 +0900, OKAZAKI Tetsurou wrote: > Because Mule-UCS 0.72 is outdated now. > I'll post another PR for Mule-UCS 0.74. Then you don't have to close the previous one to raise another. I've changed the state of ports/16931 to `feedback', and you can send your up-to-date version as a followup to the PR. -- / /__ __ / ) ) ) ) / 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 Apr 4 8: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 4C79437BACA for ; Tue, 4 Apr 2000 08:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA10282; Tue, 4 Apr 2000 08:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 19E5037BAEF for ; Tue, 4 Apr 2000 08:20:43 -0700 (PDT) (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-2000032215000035) with ESMTP id AAA22768 for ; Wed, 5 Apr 2000 00:20:38 +0900 Received: from acidrain (ppp19-Mobara1.mtci.ne.jp [210.172.1.221]) by mail1.be.to (8.8.8+3.0Wbeta13/BETO.2.0-1999110714000000) with SMTP id AAA15151 for ; Wed, 5 Apr 2000 00:20:29 +0900 Received: (qmail 3407 invoked by uid 1001); 4 Apr 2000 15:19:25 -0000 Message-Id: <20000404151925.3406.qmail@dolphin.be.to> Date: 4 Apr 2000 15:19:25 -0000 From: okazaki@be.to Reply-To: okazaki@be.to To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17790: update port: japanese/emacs-manual Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17790 >Category: ports >Synopsis: update port: japanese/emacs-manual >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 Apr 4 08:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: OKAZAKI Tetsurou >Release: FreeBSD 3.4-STABLE i386 >Organization: Unknown >Environment: GNU Emacs 20.6 for formatting texinfo files. >Description: Updates japanese/emacs-manual to the revision corresponds to GNU Emacs version 20.6. >How-To-Repeat: Use the uuencoded patch below to update the port. >Fix: begin 644 ja-emacs-manual-20.6.diff.gz M'XL("&;SZ3@"`VIA+65M86-S+6UA;G5A;"TR,"XV+F1I9F8`K5=M5^+($OY, M_L)^J75Q1H4.>>/%>+P7A.BRBGJ`N7?OV=GE-$E'XT"239I1UX._?:L[1`1Q M1L_>S:8"/T'Q.&'L:-"QX2W:E+^"KNJ9M(IF5G0= M_]I"+PMH2J6Q7*OA4:>H&@>I&ZDUEUI91QNPJB9^:U+O7.G5&SOE_$%MP'F[E>F\)L#A* M.6%W/*$NMQ52:!8?VI=S*#X(=3*3\GQ1@Q#7_]L_'?3;\VX-U=[IDD\I%=Z-L(GE=0`H-'=<+UL0I/#A@PPSFKUP;+O7$<+RUR/G^*+O MC%K]DX%8%IZ5$`L_X4;[.7GK6*1*3IVO2LWF<+"`RM1=VWS2<3=S6B_3[TG3 M2A#ZD;3VE1VE),,54^Y>VTB8FRED9F8*YDNG?S8'$@=`&'Q,*SO-W_YH_KZ7 M,/]!W2MG']ACDR"-=\N58E$G-[1<.?@(>RIG=X',BH21\2R8>+9P)QK2_OEB MU!N4\"*]`L*.B*EQ.&$T9W-*`JUN*]_9J M*^*=KN3#M[??5G]?L!6.DP!^H2$8#=!UV\)/_95"_))WM2(C>[6^K,A543.J M3R4CSZ"3P2&0L8@;D/`6")G.)CP8WW.&[Q$)PH`3V67$6QIP)M]R_K.+5N>L M>R1DD$E$O M-D3JDUZGBOFQ/F.*V6<7#D%KU,>-L4FKR.S5#;_F&];8K3'7U#RKYGI*:96_ MML9ON5[=,JPZ&X^M?=,W&U5FZ?N:SGS3U!JZC_/2*K^*34[->%W?I=0TQU7? MK7LUR]`US[2,AJ^;U;KF-[R%[B]&O!R[/K9\:OD:DH_UFKM/ZZ99-7Q+,RQ3 MJS4:[XFIG`'0M_*74`K?W'U;A->Y9-!$Q<-+@F;8FO9T]W@1Z(VLRR9I8LAK MS^-=$_&6\RD1JDE9C>QR5%I%41_UQ\+P>B;3V$`@[.,U&__DUJT`O;!%SPN_ M!+(DD+6XA4$3"X-[36/.DI#=QO2*0>1Y8L.5>SS@6`'QE@&.@$`5A`<7C&N; M/Q2/MO_8/MUFVUO;7W[8.G53'II*;WV#Z5+ERU&R;[34)>E8H5?!ZGL+:IT"VEZ0>(B\U64W(.3W=7>=>R^ M7%4ZSJ#=A\W+;SQH.?E[3M@*SZNEU"A;8HRP\OE3>AA]P*_187>YLREV'S'))PSOW3R8X@CJX3UA0N\AN]FJ`$/ATRXF MEW0L>"QUDV",_K[&.P&&1Q#";<"O%^C8Z!621MCD(S^GR>$9!/P`O]@OL?.E A<11ZJ=A?9L=7EJ0BRB);5:7T_Y!34Y6_`?<=2&8!$@`` ` end >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 10: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 578E137B9F3 for ; Tue, 4 Apr 2000 10:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA22704; Tue, 4 Apr 2000 10:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 4 Apr 2000 10:30:03 -0700 (PDT) Message-Id: <200004041730.KAA22704@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: OKAZAKI Tetsurou Subject: Re: ports/16931: New port: Mule-UCS 0.74 (re-revised) Reply-To: OKAZAKI Tetsurou Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/16931; it has been noted by GNATS. From: OKAZAKI Tetsurou To: bug-followup@FreeBSD.org Cc: knu@FreeBSD.org Subject: Re: ports/16931: New port: Mule-UCS 0.74 (re-revised) Date: Wed, 05 Apr 2000 02:27:57 +0900 In the message <200004041517.IAA09016@freefall.freebsd.org> knu@FreeBSD.org wrote: > Synopsis: New port: Mule-UCS 0.72 (revised) > State-Changed-From-To: open->feedback > State-Changed-By: knu > State-Changed-When: Wed Apr 5 00:15:18 JST 2000 > State-Changed-Why: > Mule-UCS 0.72 is outdated now. Waiting for the port for 0.74. > Requested by: Originator Thank you. This is for 0.74, a new style port on the block. # 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: # # mule-ucs-emacs20 # mule-ucs-emacs20/files # mule-ucs-emacs20/files/md5 # mule-ucs-emacs20/pkg # mule-ucs-emacs20/pkg/COMMENT # mule-ucs-emacs20/pkg/DESCR # mule-ucs-emacs20/pkg/PLIST # mule-ucs-emacs20/pkg/MESSAGE # mule-ucs-emacs20/Makefile # echo c - mule-ucs-emacs20 mkdir -p mule-ucs-emacs20 > /dev/null 2>&1 echo c - mule-ucs-emacs20/files mkdir -p mule-ucs-emacs20/files > /dev/null 2>&1 echo x - mule-ucs-emacs20/files/md5 sed 's/^X//' >mule-ucs-emacs20/files/md5 << 'END-of-mule-ucs-emacs20/files/md5' XMD5 (Mule-UCS-0.74.tar.gz) = dae96a8086fd9eb215dee2088d88ef68 END-of-mule-ucs-emacs20/files/md5 echo c - mule-ucs-emacs20/pkg mkdir -p mule-ucs-emacs20/pkg > /dev/null 2>&1 echo x - mule-ucs-emacs20/pkg/COMMENT sed 's/^X//' >mule-ucs-emacs20/pkg/COMMENT << 'END-of-mule-ucs-emacs20/pkg/COMMENT' XUniversal enCoding System for FSF Emacs 20 END-of-mule-ucs-emacs20/pkg/COMMENT echo x - mule-ucs-emacs20/pkg/DESCR sed 's/^X//' >mule-ucs-emacs20/pkg/DESCR << 'END-of-mule-ucs-emacs20/pkg/DESCR' XMule-UCS is an Emacs Lisp library to define encoding/decoding schemes by Xrather simple translation rule. X XEmacs prepares encoding/decoding schemes in the following 2 mechanisms. X X (A) ... built-in ISO/IEC 2022 encoder/decoder X (B) ... Code Conversion Language(CCL) engine X XAlthough (A) provides powerful encoding/decoding schemes as to XISO/IEC 2022, we cannot utilize this for any other encoding schemes. X(B) is a simple register machine. However, CCL program is arcane Xlanguage because it is infamous and mysterious:-P. X XMule-UCS provides flexible and comprehensible encoding mechanism to Emacs. XCurrently, Mule-UCS generates CCL program from the translation rule, but Xin the future, Mule-UCS may support another conversion engine on Emacs. X XPredefined conversions for Mule-UCS included in this package are: X X * Unicode(UTF-7/8/16) support. X * Big5 <-> CNS conversion support. X X--- XPorted by okazaki@be.to END-of-mule-ucs-emacs20/pkg/DESCR echo x - mule-ucs-emacs20/pkg/PLIST sed 's/^X//' >mule-ucs-emacs20/pkg/PLIST << 'END-of-mule-ucs-emacs20/pkg/PLIST' X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/big5conv/big5c-cns.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/big5conv/big5c-cns.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/big5conv/big5c-ucs.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/big5conv/big5c-ucs.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/big5conv/big5conv.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/big5conv/big5conv.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/big5conv/big5type.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/big5conv/big5type.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/egg-sim-jisx0213.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/jisx0213.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/x0213-cdef.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/x0213-cdef.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/x0213-char.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/x0213-char.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/x0213-csys.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/x0213-csys.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/x0213-font.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/x0213-font.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/x0213-mime.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/x0213-mime.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/x0213-sjis.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/x0213-udef.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/x0213-udef.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/x0213-util.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/x0213-util.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213/ujisx0213.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/mccl-font.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/mccl-font.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/mucs-ccl.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/mucs-ccl.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/mucs-error.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/mucs-error.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/mucs-type.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/mucs-type.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/mucs.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/mucs.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/mule-uni.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/u-cns-1.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/u-cns-2.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/u-cns-3.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/u-cns-4.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/u-cns-5.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/u-cns-6.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/u-cns-7.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/uascii.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/ubig5.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/ugb2312.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/uipa.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/uiso8859-1.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/uiso8859-2.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/uiso8859-3.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/uiso8859-4.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/uiso8859-5.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/uiso8859-6.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/uiso8859-7.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/uiso8859-8.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/uiso8859-9.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/ujisx0201.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/ujisx0208.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/ujisx0212.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/uksc5601.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata/utis620.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/tae.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/tae.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/tbl-mg.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/tbl-mg.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/trans-util.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/trans-util.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/txt-tbl.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/txt-tbl.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/un-data.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/un-data.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/un-define.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/un-define.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/un-tools.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/un-tools.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/un-trbase.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/unicode.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/unicode.elc X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/utf.el X%%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/utf.elc X@dirrm %%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/big5conv X@dirrm %%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/jisx0213 X@dirrm %%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs/reldata X@dirrm %%EMACS_LIBDIR_WITH_VER%%/site-lisp/mule-ucs X%%MULEUCSDOCDIR%%/ChangeLog X%%MULEUCSDOCDIR%%/ChangeLog.jisx0213 X%%MULEUCSDOCDIR%%/MuleUni.txt X%%MULEUCSDOCDIR%%/README X%%MULEUCSDOCDIR%%/README.Unicode X%%MULEUCSDOCDIR%%/README.big5conv X%%MULEUCSDOCDIR%%/README.jisx0213 X@dirrm %%MULEUCSDOCDIR%% END-of-mule-ucs-emacs20/pkg/PLIST echo x - mule-ucs-emacs20/pkg/MESSAGE sed 's/^X//' >mule-ucs-emacs20/pkg/MESSAGE << 'END-of-mule-ucs-emacs20/pkg/MESSAGE' XIf you want to use Unicode support included in Mule-UCS package, Xplease put one line as below: X X(require 'un-define) X Xin your .emacs, site-start.el, or any other start up configuration file. XIf you want to use auto detection feature on UTF-8/16, add one more: X X(require 'un-tools) X XSee ${PREFIX}/share/doc/mule-ucs/README.Unicode for details. X XIf you want to use BIG5 conversion support, add the below line either: X X(require 'big5c-ucs) X Xor X X(require 'big5c-cns) X Xto your .emacs depends on which conversion methods you would like to use. XSee ${PREFIX}/share/doc/mule-ucs/README.big5conv for details. X XIf you want to use JIS X 0213 support, add the following line: X X(require 'jisx0213) X Xto your .emacs. See ${PREFIX}/share/doc/mule-ucs/README.jisx0213 X(written in Japanese) for details. X XMule-UCS is installed under the following directory: X ${PREFIX}/share/emacs/20.x/site-lisp/mule-ucs/ --- Mule-UCS X END-of-mule-ucs-emacs20/pkg/MESSAGE echo x - mule-ucs-emacs20/Makefile sed 's/^X//' >mule-ucs-emacs20/Makefile << 'END-of-mule-ucs-emacs20/Makefile' X# New ports collection makefile for: Mule-UCS for GNU Emacs 20 X# Version required: 0.74 X# Date created: 14 January 2000 X# Whom: OKAZAKI Tetsurou X# X# $FreeBSD$ X# X XDISTNAME= Mule-UCS-0.74 XPORTNAME= mule-ucs-${EMACS_PORT} XPORTVERSION= 0.74 XCATEGORIES= converters elisp XMASTER_SITES= ftp://ftp.kddlabs.co.jp/Japan/m17n.org/mule/Mule-UCS/ \ X ftp://ftp.etl.go.jp/pub/mule/Mule-UCS/ \ X ftp://ftp.win.or.jp/pub/word/mule/Mule-UCS/ \ X ftp://ftp.center.osaka-u.ac.jp/mule/Mule-UCS/ \ X ftp://ftp.kreonet.re.kr/pub/tools/emacs/mule/Mule-UCS/ \ X ftp://ftp.m17n.org/pub/mule/Mule-UCS/ X XMAINTAINER= okazaki@be.to X XMULEUCSDOCDIR= share/doc/mule-ucs X X# emacs20 XEMACS_NAME= emacs XEMACS_PORT= emacs20 XEMACS_VER= 20.6 XEMACS_LIBDIR= share/${EMACS_NAME} XEMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} X X# target name for make build XALL_TARGET= elc X XEMACS_CMD= ${PREFIX}/bin/${EMACS_NAME}-${EMACS_VER} XBUILD_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} XRUN_DEPENDS= ${EMACS_CMD}:${PORTSDIR}/editors/${EMACS_PORT} XSCRIPTS_ENV= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \ X EMACS_LIBDIR_WITH_VER=${EMACS_LIBDIR_WITH_VER} XPLIST_SUB= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \ X EMACS_LIBDIR_WITH_VER=${EMACS_LIBDIR_WITH_VER} \ X MULEUCSDOCDIR=${MULEUCSDOCDIR} XMAKE_FLAGS= EMACS=${EMACS_CMD} X XMULEUCS_DESTDIR= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp/mule-ucs XEMACS_ARGS= -q --no-site-file -batch X Xdo-build: X cd ${WRKSRC} && \ X ${EMACS_CMD} ${EMACS_ARGS} -l mucs-comp.el X cd ${WRKSRC}/lisp/big5conv && \ X ${EMACS_CMD} ${EMACS_ARGS} -l big5-comp.el X cd ${WRKSRC}/lisp/jisx0213 && \ X ${EMACS_CMD} ${EMACS_ARGS} -l x0213-comp.el X Xdo-install: X @${MKDIR} ${MULEUCS_DESTDIR} X cd ${WRKSRC}/lisp; \ X for dir in . big5conv jisx0213 reldata ; do \ X ${MKDIR} ${MULEUCS_DESTDIR}/$${dir} ; \ X ${INSTALL_DATA} $${dir}/*.el* ${MULEUCS_DESTDIR}/$${dir} ; \ X done X @${RM} ${MULEUCS_DESTDIR}/big5conv/big5-comp.el X @${RM} ${MULEUCS_DESTDIR}/jisx0213/x0213-comp.el X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${PREFIX}/${MULEUCSDOCDIR} X cd ${WRKSRC}/lisp; \ X for i in ChangeLog MuleUni.txt README* ; do \ X ${INSTALL_DATA} $${i} ${PREFIX}/${MULEUCSDOCDIR}/ ; \ X done X ${INSTALL_DATA} ${WRKSRC}/lisp/big5conv/README \ X ${PREFIX}/${MULEUCSDOCDIR}/README.big5conv X ${INSTALL_DATA} ${WRKSRC}/lisp/jisx0213/ChangeLog \ X ${PREFIX}/${MULEUCSDOCDIR}/ChangeLog.jisx0213 X ${INSTALL_DATA} ${WRKSRC}/lisp/jisx0213/readme.txt \ X ${PREFIX}/${MULEUCSDOCDIR}/README.jisx0213 X.endif X X.include END-of-mule-ucs-emacs20/Makefile exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 10:50: 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 5920437B71D for ; Tue, 4 Apr 2000 10:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA24859; Tue, 4 Apr 2000 10:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from 147-89.waldenweb.com (147-89.waldenweb.com [209.163.147.89]) by hub.freebsd.org (Postfix) with ESMTP id 67C2D37B6AA for ; Tue, 4 Apr 2000 10:49:04 -0700 (PDT) (envelope-from root@147-89.waldenweb.com) Received: (from root@localhost) by 147-89.waldenweb.com (8.9.3/8.9.3) id MAA09176; Tue, 4 Apr 2000 12:48:46 -0500 (CDT) (envelope-from root) Message-Id: <200004041748.MAA09176@147-89.waldenweb.com> Date: Tue, 4 Apr 2000 12:48:46 -0500 (CDT) From: "Keith Ray"@FreeBSD.ORG, kmray@slb.com Reply-To: "Keith Ray"@FreeBSD.ORG, kmray@slb.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17792: Update /security/stunnel port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17792 >Category: ports >Synopsis: Update /security/stunnel 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: Tue Apr 4 10:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Keith Ray >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: >Description: New version of stunnel v3.8 >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: # # stunnel # stunnel/Makefile # stunnel/files # stunnel/files/md5 # stunnel/patches # stunnel/patches/patch-aa # stunnel/pkg # stunnel/pkg/PLIST # stunnel/pkg/DESCR # stunnel/pkg/COMMENT # echo c - stunnel mkdir -p stunnel > /dev/null 2>&1 echo x - stunnel/Makefile sed 's/^X//' >stunnel/Makefile << 'END-of-stunnel/Makefile' X# New ports collection makefile for: stunnel X# Version required: 3.8 X# Date created: Tue Apr 4 14:58:41 GMT 2000 X# Whom: Keith Ray X# X# $FreeBSD$ X# X XDISTNAME= stunnel-3.8 XCATEGORIES= security XMASTER_SITES= ftp://opensores.thebunker.net/pub/mirrors/stunnel/ \ X http://mike.daewoo.com.pl/computer/stunnel/ \ X ftp://ftp.cryptoarchive.net/pub/cryptoarchive/mirrors/opensores.thebunker.net/pub/mirrors/stunnel/ X XMAINTAINER= martti.kuparinen@ericsson.com X XUSE_OPENSSL= RSA X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --localstatedir=/var/run X XMAN8= stunnel.8 X Xcert: X @(cd ${WRKSRC}; make cert) X Xpost-build: X @${ECHO} "" X @${ECHO} "********************************************************************" X @${ECHO} "To create and install a real certificate, execute \"make cert\" before" X @${ECHO} "\"make install\"." X @${ECHO} "" X @${ECHO} "You can also create a real certificate later by executing" X @${ECHO} " # make cert" X @${ECHO} " # cp work/stunnel/stunnel.pem ${PREFIX}/certs/" X @${ECHO} "********************************************************************" X @${ECHO} "" X Xpost-install: X @${ECHO} "" X @${ECHO} "**************************************************************************" X @${ECHO} "Please check out the FAQ at http://www.onsight.com/faq/stunnel/" X @${ECHO} "**************************************************************************" X @${ECHO} "" X X.include END-of-stunnel/Makefile echo c - stunnel/files mkdir -p stunnel/files > /dev/null 2>&1 echo x - stunnel/files/md5 sed 's/^X//' >stunnel/files/md5 << 'END-of-stunnel/files/md5' XMD5 (stunnel-3.8.tar.gz) = f84f3698b50f7028c94340e546acaa01 END-of-stunnel/files/md5 echo c - stunnel/patches mkdir -p stunnel/patches > /dev/null 2>&1 echo x - stunnel/patches/patch-aa sed 's/^X//' >stunnel/patches/patch-aa << 'END-of-stunnel/patches/patch-aa' X*** configure.orig Tue Apr 4 11:11:36 2000 X--- configure Tue Apr 4 11:11:40 2000 X*************** X*** 935,941 **** X X X checkssldir() { : X! if test -d "$1/certs"; then X if test -f "$1/include/openssl/ssl.h"; then X cat >> confdefs.h <<\EOF X #define HAVE_OPENSSL 1 X--- 935,941 ---- X X X checkssldir() { : X! # if test -d "$1/certs"; then X if test -f "$1/include/openssl/ssl.h"; then X cat >> confdefs.h <<\EOF X #define HAVE_OPENSSL 1 X*************** X*** 948,954 **** X ssldir="$1" X return 0 X fi X! fi X return 1 X } X X--- 948,954 ---- X ssldir="$1" X return 0 X fi X! # fi X return 1 X } X X*************** X*** 1260,1266 **** X echo $ac_n "checking for RSAref library""... $ac_c" 1>&6 X echo "configure:1262: checking for RSAref library" >&5 X saved_LIBS="$LIBS" X! LIBS="$saved_LIBS -lRSAglue -lrsaref" X cat > conftest.$ac_ext <&6 X echo "configure:1262: checking for RSAref library" >&5 X saved_LIBS="$LIBS" X! LIBS="$saved_LIBS -lRSAglue -L${prefix}/lib -lrsaref" X cat > conftest.$ac_ext < /dev/null 2>&1 echo x - stunnel/pkg/PLIST sed 's/^X//' >stunnel/pkg/PLIST << 'END-of-stunnel/pkg/PLIST' Xsbin/stunnel Xlib/stunnel.so END-of-stunnel/pkg/PLIST echo x - stunnel/pkg/DESCR sed 's/^X//' >stunnel/pkg/DESCR << 'END-of-stunnel/pkg/DESCR' XThe stunnel program is designed to work as SSL encryption Xwrapper between remote client and local (inetd-startable) or Xremote server. The concept is that having non-SSL aware dae- Xmons running on your system you can easily setup them to Xcommunicate with clients over secure SSL channel. X Xstunnel can be used to add SSL functionality to commonly Xused inetd daemons like POP-2, POP-3 and IMAP servers Xwithout any changes in the programs' code. X XWWW: http://mike.daewoo.com.pl/computer/stunnel/ END-of-stunnel/pkg/DESCR echo x - stunnel/pkg/COMMENT sed 's/^X//' >stunnel/pkg/COMMENT << 'END-of-stunnel/pkg/COMMENT' XSSL encryption wrapper for standard network daemons END-of-stunnel/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 Tue Apr 4 11: 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 69E0137B75A for ; Tue, 4 Apr 2000 11:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA25983; Tue, 4 Apr 2000 11:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 4 Apr 2000 11:00:02 -0700 (PDT) Message-Id: <200004041800.LAA25983@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Jeffrey J. Mountin" Subject: Re: ports/17781: w3m-0.1.7 segfaults on compile (from ports) Reply-To: "Jeffrey J. Mountin" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17781; it has been noted by GNATS. From: "Jeffrey J. Mountin" To: enma@jigoku.org, freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/17781: w3m-0.1.7 segfaults on compile (from ports) Date: Tue, 04 Apr 2000 12:53:03 -0500 At 07:49 PM 4/3/00 -0700, enma@jigoku.org wrote: --snip-- >When "make install"ing /usr/ports/www/w3m (w3m-0.1.7): > >cc -O -pipe -I/usr/local/include -I. -o mktable mktable.o >hash.o -L/usr/local/lib -L. -lindep -lgc -lm -lncurses >./mktable 100 tagtable.tab > tagtable.c >Segmentation fault - core dumped >*** Error code 139 Did you update the source recently. More specifically did you re-install boehm-gc? A fix was commited on the first: Edit ports/devel/boehm-gc/Makefile Add delta 1.9 2000.04.01.04.44.03 mharo Edit ports/devel/boehm-gc/files/md5 Add delta 1.5 2000.04.01.04.44.06 mharo Edit ports/devel/boehm-gc/patches/patch-aa Add delta 1.7 2000.04.01.04.44.09 mharo The fix is the same as the one in PR ports/17456. Updated and diff'd my local copy. Jeff Mountin - jeff@mountin.net Systems/Network Administrator FreeBSD - the power to serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 11: 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 AB0A737B8C4; Tue, 4 Apr 2000 11:03:10 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA26354; Tue, 4 Apr 2000 11:03:10 -0700 (PDT) (envelope-from knu@FreeBSD.org) Date: Tue, 4 Apr 2000 11:03:10 -0700 (PDT) From: Message-Id: <200004041803.LAA26354@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-ports@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/16931: New port: Mule-UCS 0.72 (revised) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: Mule-UCS 0.72 (revised) Responsible-Changed-From-To: freebsd-ports->knu Responsible-Changed-By: knu Responsible-Changed-When: Wed Apr 5 03:02:35 JST 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 Tue Apr 4 11: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 B28C537B74F for ; Tue, 4 Apr 2000 11:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA30319; Tue, 4 Apr 2000 11:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 0F3A037B6F8; Tue, 4 Apr 2000 11:38:03 -0700 (PDT) (envelope-from eoin@maths.tcd.ie) Received: from gosset.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 4 Apr 2000 19:37:59 +0100 (BST) Message-Id: <200004041937.aa32977@gosset.maths.tcd.ie> Date: Tue, 4 Apr 2000 19:37:58 +0100 (BST) From: eoin@maths.tcd.ie Reply-To: eoin@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org Cc: tg@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17794: update python documentation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17794 >Category: ports >Synopsis: update python docs from 1.5.2 to 1.5.2p2 >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 Apr 4 11:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Eoin Lawless >Release: FreeBSD 3.4-STABLE i386 >Organization: Trinity College Dublin >Environment: >Description: The python documentation is slightly out of date. >How-To-Repeat: >Fix: Here is a patch to bring the python-doc-* ports up to date. I'm not sure if the # Version required: 1.5.2 comment should be changed though. Another problem is that some mirror sites do not yet have the updated files. diff -ru python-doc-html.orig/Makefile python-doc-html/Makefile --- python-doc-html.orig/Makefile Tue Aug 31 07:46:55 1999 +++ python-doc-html/Makefile Tue Apr 4 17:36:54 2000 @@ -9,8 +9,7 @@ DISTNAME= ${DOCFORMAT}-${VERSION} PKGNAME= python-doc-${DOCFORMAT}-${VERSION} CATEGORIES= lang python -MASTER_SITES= ftp://www.python.org/pub/python/doc/1.5.2/ \ - ftp://ftp.cwi.nl/pub/python/doc/1.5.2/ +MASTER_SITES= ftp://www.python.org/pub/python/doc/1.5.2p2/ EXTRACT_SUFX= .tgz MAINTAINER= tg@FreeBSD.org @@ -19,7 +18,7 @@ NO_BUILD= yes PLIST= ${PKGDIR}/PLIST_${DOCFORMAT} -VERSION= 1.5.2 +VERSION= 1.5.2p2 DOCDIR= ${PREFIX}/share/doc/python DOCFORMAT?= html diff -ru python-doc-html.orig/files/md5 python-doc-html/files/md5 --- python-doc-html.orig/files/md5 Wed Jun 2 11:13:23 1999 +++ python-doc-html/files/md5 Tue Apr 4 17:56:58 2000 @@ -1,5 +1,5 @@ -MD5 (python/html-1.5.2.tgz) = ca863b3aac948f9c564ce1763a668f06 -MD5 (python/pdf-a4-1.5.2.tgz) = 368879077d6c6bdf751070d455aaf30e -MD5 (python/pdf-letter-1.5.2.tgz) = f659a46104d56a5589d75c91569227be -MD5 (python/postscript-a4-1.5.2.tgz) = b64463b9b769ffc23b5e0ac40af75b72 -MD5 (python/postscript-letter-1.5.2.tgz) = b8ba4d3c6bb875a5921fcf1a94b459cf +MD5 (python/html-1.5.2p2.tgz) = 401e1cc5cfb06377dba7d2a5640d286d +MD5 (python/pdf-a4-1.5.2p2.tgz) = 02f623eef715ceff5e1af49ce6f5560d +MD5 (python/pdf-letter-1.5.2p2.tgz) = d23c6c67102981488444e1db1b0f300b +MD5 (python/postscript-a4-1.5.2p2.tgz) = ef422d240719eead77648ef393677763 +MD5 (python/postscript-letter-1.5.2p2.tgz) = 4c6d0b0153f3fcd5b229e61c412463e0 diff -ru python-doc-html.orig/pkg/PLIST_html python-doc-html/pkg/PLIST_html --- python-doc-html.orig/pkg/PLIST_html Wed Jun 2 11:13:24 1999 +++ python-doc-html/pkg/PLIST_html Tue Apr 4 18:11:38 2000 @@ -2,12 +2,14 @@ share/doc/python/api/abstract.html share/doc/python/api/api.css share/doc/python/api/api.html +share/doc/python/api/buffer-structs.html +share/doc/python/api/bufferObjects.html share/doc/python/api/cObjects.html +share/doc/python/api/common-structs.html share/doc/python/api/complexObjects.html share/doc/python/api/concrete.html share/doc/python/api/contents.html share/doc/python/api/countingRefs.html -share/doc/python/api/debugging.html share/doc/python/api/dictObjects.html share/doc/python/api/embedding.html share/doc/python/api/exceptionHandling.html @@ -26,11 +28,17 @@ share/doc/python/api/listObjects.html share/doc/python/api/longObjects.html share/doc/python/api/mapObjects.html +share/doc/python/api/mapping-structs.html share/doc/python/api/mapping.html +share/doc/python/api/memory.html +share/doc/python/api/memoryExamples.html +share/doc/python/api/memoryInterface.html +share/doc/python/api/memoryOverview.html share/doc/python/api/moduleObjects.html share/doc/python/api/newTypes.html -share/doc/python/api/node24.html +share/doc/python/api/node14.html share/doc/python/api/noneObject.html +share/doc/python/api/number-structs.html share/doc/python/api/number.html share/doc/python/api/numericObjects.html share/doc/python/api/object.html @@ -38,8 +46,8 @@ share/doc/python/api/os.html share/doc/python/api/otherObjects.html share/doc/python/api/processControl.html -share/doc/python/api/refcountDetails.html share/doc/python/api/refcounts.html +share/doc/python/api/sequence-structs.html share/doc/python/api/sequence.html share/doc/python/api/sequenceObjects.html share/doc/python/api/standardExceptions.html @@ -61,16 +69,18 @@ share/doc/python/doc/indexing.html share/doc/python/doc/info-units.html share/doc/python/doc/latex-primer.html +share/doc/python/doc/meta-info.html share/doc/python/doc/node10.html share/doc/python/doc/node11.html -share/doc/python/doc/node14.html -share/doc/python/doc/node15.html +share/doc/python/doc/node12.html +share/doc/python/doc/node13.html share/doc/python/doc/node16.html share/doc/python/doc/node17.html +share/doc/python/doc/node18.html +share/doc/python/doc/node19.html share/doc/python/doc/node2.html share/doc/python/doc/node3.html share/doc/python/doc/node6.html -share/doc/python/doc/node8.html share/doc/python/doc/node9.html share/doc/python/doc/references.html share/doc/python/doc/structured.html @@ -142,21 +152,21 @@ share/doc/python/lib/SMTP-objects.html share/doc/python/lib/Signal_Example.html share/doc/python/lib/Socket_Example.html +share/doc/python/lib/Urllib_Examples.html share/doc/python/lib/Using_the_cgi_module.html +share/doc/python/lib/Wave-read-objects.html +share/doc/python/lib/Wave-write-objects.html share/doc/python/lib/about.html share/doc/python/lib/addresslist-objects.html share/doc/python/lib/al-config-objects.html share/doc/python/lib/al-port-objects.html share/doc/python/lib/allos.html +share/doc/python/lib/asyncore-example.html +share/doc/python/lib/au-read-objects.html +share/doc/python/lib/au-write-objects.html share/doc/python/lib/audio-device-objects.html share/doc/python/lib/binhex-notes.html share/doc/python/lib/bisect-example.html -share/doc/python/lib/bitstring-ops.html -share/doc/python/lib/bltin-code-objects.html -share/doc/python/lib/bltin-ellipsis-object.html -share/doc/python/lib/bltin-file-objects.html -share/doc/python/lib/bltin-null-object.html -share/doc/python/lib/bltin-type-objects.html share/doc/python/lib/boolean.html share/doc/python/lib/bsddb-objects.html share/doc/python/lib/built-in-funcs.html @@ -165,11 +175,16 @@ share/doc/python/lib/cd-parser-objects.html share/doc/python/lib/cgi-intro.html share/doc/python/lib/comparisons.html +share/doc/python/lib/completer-objects.html share/doc/python/lib/condition-objects.html +share/doc/python/lib/console-objects.html share/doc/python/lib/contents.html share/doc/python/lib/crypto.html +share/doc/python/lib/curses-functions.html +share/doc/python/lib/curses-window-objects.html share/doc/python/lib/dbhash-objects.html share/doc/python/lib/debugger-commands.html +share/doc/python/lib/dl-objects.html share/doc/python/lib/embedding-locale.html share/doc/python/lib/event-objects.html share/doc/python/lib/examples-imp.html @@ -180,11 +195,13 @@ share/doc/python/lib/front.html share/doc/python/lib/ftp-objects.html share/doc/python/lib/genindex.html +share/doc/python/lib/html-parser-objects.html share/doc/python/lib/imap4-example.html share/doc/python/lib/imap4-objects.html share/doc/python/lib/img1.gif share/doc/python/lib/index.html share/doc/python/lib/internet.html +share/doc/python/lib/interpreter-objects.html share/doc/python/lib/intro.html share/doc/python/lib/lib.css share/doc/python/lib/lib.html @@ -202,10 +219,12 @@ share/doc/python/lib/modindex.html share/doc/python/lib/module-BaseHTTPServer.html share/doc/python/lib/module-Bastion.html +share/doc/python/lib/module-CGIHTTPServer.html share/doc/python/lib/module-ConfigParser.html share/doc/python/lib/module-DEVICE.html share/doc/python/lib/module-MimeWriter.html share/doc/python/lib/module-Queue.html +share/doc/python/lib/module-SimpleHTTPServer.html share/doc/python/lib/module-SocketServer.html share/doc/python/lib/module-StringIO.html share/doc/python/lib/module-TERMIOSuppercase.html @@ -216,6 +235,7 @@ share/doc/python/lib/module-al.html share/doc/python/lib/module-anydbm.html share/doc/python/lib/module-array.html +share/doc/python/lib/module-asyncore.html share/doc/python/lib/module-audioop.html share/doc/python/lib/module-base64.html share/doc/python/lib/module-binascii.html @@ -228,18 +248,25 @@ share/doc/python/lib/module-calendar.html share/doc/python/lib/module-cd.html share/doc/python/lib/module-cgi.html +share/doc/python/lib/module-chunk.html share/doc/python/lib/module-cmath.html share/doc/python/lib/module-cmd.html +share/doc/python/lib/module-cmp.html +share/doc/python/lib/module-cmpcache.html share/doc/python/lib/module-code.html +share/doc/python/lib/module-codeop.html share/doc/python/lib/module-colorsys.html share/doc/python/lib/module-commands.html share/doc/python/lib/module-compileall.html share/doc/python/lib/module-copy.html share/doc/python/lib/module-copyreg.html share/doc/python/lib/module-crypt.html +share/doc/python/lib/module-curses.html share/doc/python/lib/module-dbhash.html share/doc/python/lib/module-dbm.html +share/doc/python/lib/module-dircache.html share/doc/python/lib/module-dis.html +share/doc/python/lib/module-dl.html share/doc/python/lib/module-dumbdbm.html share/doc/python/lib/module-errno.html share/doc/python/lib/module-exceptions.html @@ -251,6 +278,7 @@ share/doc/python/lib/module-fm.html share/doc/python/lib/module-fnmatch.html share/doc/python/lib/module-formatter.html +share/doc/python/lib/module-fpformat.html share/doc/python/lib/module-ftplib.html share/doc/python/lib/module-gdbm.html share/doc/python/lib/module-getopt.html @@ -261,6 +289,7 @@ share/doc/python/lib/module-gopherlib.html share/doc/python/lib/module-grp.html share/doc/python/lib/module-gzip.html +share/doc/python/lib/module-htmlentitydefs.html share/doc/python/lib/module-htmllib.html share/doc/python/lib/module-httplib.html share/doc/python/lib/module-imageop.html @@ -270,6 +299,7 @@ share/doc/python/lib/module-imp.html share/doc/python/lib/module-jpeg.html share/doc/python/lib/module-keyword.html +share/doc/python/lib/module-linecache.html share/doc/python/lib/module-locale.html share/doc/python/lib/module-mailbox.html share/doc/python/lib/module-mailcap.html @@ -284,7 +314,10 @@ share/doc/python/lib/module-mpz.html share/doc/python/lib/module-msvcrt.html share/doc/python/lib/module-multifile.html +share/doc/python/lib/module-mutex.html share/doc/python/lib/module-netrc.html +share/doc/python/lib/module-new.html +share/doc/python/lib/module-nis.html share/doc/python/lib/module-nntplib.html share/doc/python/lib/module-operator.html share/doc/python/lib/module-os.html @@ -292,12 +325,14 @@ share/doc/python/lib/module-parser.html share/doc/python/lib/module-pdb.html share/doc/python/lib/module-pickle.html +share/doc/python/lib/module-pipes.html share/doc/python/lib/module-popen2.html share/doc/python/lib/module-poplib.html share/doc/python/lib/module-posix.html share/doc/python/lib/module-posixfile.html share/doc/python/lib/module-pprint.html share/doc/python/lib/module-profile.html +share/doc/python/lib/module-pty.html share/doc/python/lib/module-pwd.html share/doc/python/lib/module-pyclbr.html share/doc/python/lib/module-pycompile.html @@ -311,7 +346,9 @@ share/doc/python/lib/module-rexec.html share/doc/python/lib/module-rfc822.html share/doc/python/lib/module-rgbimg.html +share/doc/python/lib/module-rlcompleter.html share/doc/python/lib/module-rotor.html +share/doc/python/lib/module-sched.html share/doc/python/lib/module-select.html share/doc/python/lib/module-sgmllib.html share/doc/python/lib/module-sha.html @@ -324,8 +361,12 @@ share/doc/python/lib/module-sndhdr.html share/doc/python/lib/module-socket.html share/doc/python/lib/module-stat.html +share/doc/python/lib/module-statcache.html +share/doc/python/lib/module-statvfs.html share/doc/python/lib/module-string.html share/doc/python/lib/module-struct.html +share/doc/python/lib/module-sunau.html +share/doc/python/lib/module-sunaudiodev-constants.html share/doc/python/lib/module-sunaudiodev.html share/doc/python/lib/module-symbol.html share/doc/python/lib/module-sys.html @@ -339,11 +380,13 @@ share/doc/python/lib/module-token.html share/doc/python/lib/module-tokenize.html share/doc/python/lib/module-traceback.html +share/doc/python/lib/module-tty.html share/doc/python/lib/module-types.html share/doc/python/lib/module-urllib.html share/doc/python/lib/module-urlparse.html share/doc/python/lib/module-user.html share/doc/python/lib/module-uu.html +share/doc/python/lib/module-wave.html share/doc/python/lib/module-whichdb.html share/doc/python/lib/module-whrandom.html share/doc/python/lib/module-winsound.html @@ -354,39 +397,37 @@ share/doc/python/lib/msvcrt-files.html share/doc/python/lib/msvcrt-other.html share/doc/python/lib/multifile-example.html +share/doc/python/lib/mutex-objects.html share/doc/python/lib/netdata.html share/doc/python/lib/netrc-objects.html share/doc/python/lib/nntp-objects.html -share/doc/python/lib/node124.html -share/doc/python/lib/node130.html -share/doc/python/lib/node167.html -share/doc/python/lib/node168.html -share/doc/python/lib/node175.html -share/doc/python/lib/node192.html -share/doc/python/lib/node194.html -share/doc/python/lib/node195.html -share/doc/python/lib/node196.html -share/doc/python/lib/node197.html -share/doc/python/lib/node198.html -share/doc/python/lib/node201.html -share/doc/python/lib/node265.html -share/doc/python/lib/node303.html -share/doc/python/lib/node310.html -share/doc/python/lib/node311.html -share/doc/python/lib/node312.html -share/doc/python/lib/node313.html -share/doc/python/lib/node314.html -share/doc/python/lib/node315.html -share/doc/python/lib/node316.html -share/doc/python/lib/node51.html -share/doc/python/lib/node52.html -share/doc/python/lib/node82.html +share/doc/python/lib/node128.html +share/doc/python/lib/node181.html +share/doc/python/lib/node182.html +share/doc/python/lib/node190.html +share/doc/python/lib/node207.html +share/doc/python/lib/node209.html +share/doc/python/lib/node210.html +share/doc/python/lib/node211.html +share/doc/python/lib/node212.html +share/doc/python/lib/node213.html +share/doc/python/lib/node218.html +share/doc/python/lib/node289.html +share/doc/python/lib/node335.html +share/doc/python/lib/node342.html +share/doc/python/lib/node343.html +share/doc/python/lib/node344.html +share/doc/python/lib/node345.html +share/doc/python/lib/node347.html +share/doc/python/lib/node74.html +share/doc/python/lib/obsolete-modules.html share/doc/python/lib/os-fd-ops.html share/doc/python/lib/os-file-dir.html share/doc/python/lib/os-newstreams.html share/doc/python/lib/os-path.html share/doc/python/lib/os-process.html share/doc/python/lib/os-procinfo.html +share/doc/python/lib/pickle-example.html share/doc/python/lib/player-objects.html share/doc/python/lib/pop3-example.html share/doc/python/lib/pop3-objects.html @@ -406,33 +447,33 @@ share/doc/python/lib/re-syntax.html share/doc/python/lib/restricted.html share/doc/python/lib/rlock-objects.html +share/doc/python/lib/rng-objects.html +share/doc/python/lib/scheduler-objects.html share/doc/python/lib/semaphore-objects.html share/doc/python/lib/sgi.html share/doc/python/lib/shlex-objects.html share/doc/python/lib/shutil-example.html +share/doc/python/lib/socket-objects.html share/doc/python/lib/someos.html share/doc/python/lib/specialattrs.html share/doc/python/lib/strings.html share/doc/python/lib/subclassing-reprs.html share/doc/python/lib/sunos.html +share/doc/python/lib/telnet-example.html share/doc/python/lib/telnet-objects.html +share/doc/python/lib/template-objects.html share/doc/python/lib/termios_Example.html share/doc/python/lib/thread-objects.html +share/doc/python/lib/traceback-example.html share/doc/python/lib/truth.html share/doc/python/lib/types.html -share/doc/python/lib/typesfunctions.html -share/doc/python/lib/typesinternal.html share/doc/python/lib/typesmapping.html -share/doc/python/lib/typesmethods.html -share/doc/python/lib/typesmodules.html share/doc/python/lib/typesnumeric.html -share/doc/python/lib/typesobjects.html share/doc/python/lib/typesother.html -share/doc/python/lib/typesseq-mutable.html share/doc/python/lib/typesseq-strings.html -share/doc/python/lib/typesseq.html share/doc/python/lib/undoc.html share/doc/python/lib/unix.html +share/doc/python/lib/urlopener-objs.html share/doc/python/lib/writer-impls.html share/doc/python/lib/writer-interface.html share/doc/python/lib/xdr-exceptions.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 Tue Apr 4 11:44: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 3AC5037B525; Tue, 4 Apr 2000 11:44:53 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA31078; Tue, 4 Apr 2000 11:44:53 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Tue, 4 Apr 2000 11:44:53 -0700 (PDT) From: Message-Id: <200004041844.LAA31078@freefall.freebsd.org> To: handy@physics.montana.edu, jmz@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17784: pgperl upgrade: 2.15->2.16 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pgperl upgrade: 2.15->2.16 State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Tue Apr 4 11:44:19 PDT 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 Apr 4 12: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 9A80337B8B4 for ; Tue, 4 Apr 2000 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA38738; Tue, 4 Apr 2000 12:50:01 -0700 (PDT) (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 F1F2E37B889 for ; Tue, 4 Apr 2000 12:45:14 -0700 (PDT) (envelope-from varju@snapple.webct.com) Received: (from root@localhost) by snapple.webct.com (8.9.3/8.9.3) id MAA76990; Tue, 4 Apr 2000 12:45:13 -0700 (PDT) (envelope-from varju) Message-Id: <200004041945.MAA76990@snapple.webct.com> Date: Tue, 4 Apr 2000 12:45:13 -0700 (PDT) From: Alex Varju Reply-To: varju@snapple.webct.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17795: port update for palm/jpilot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17795 >Category: ports >Synopsis: port update for palm/jpilot >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 Apr 4 12:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Alex Varju >Release: FreeBSD 4.0-STABLE i386 >Organization: WebCT Canada >Environment: >Description: Update of jpilot port to version 0.98.1 >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /webct2/Admin/cvsroot/ports/palm/jpilot/Makefile,v retrieving revision 1.9 diff -u -w -r1.9 Makefile --- Makefile 2000/03/27 10:38:16 1.9 +++ Makefile 2000/04/04 00:52:54 @@ -7,7 +7,7 @@ # # "?=" and "+=" are for including this Makefile from japanese/jpilot -DISTNAME= jpilot-0.98 +DISTNAME= jpilot-0.98.1 CATEGORIES= palm comms MASTER_SITES= http://jpilot.linuxave.net/ Index: files/md5 =================================================================== RCS file: /webct2/Admin/cvsroot/ports/palm/jpilot/files/md5,v retrieving revision 1.7 diff -u -w -r1.7 md5 --- files/md5 2000/03/05 13:57:20 1.7 +++ files/md5 2000/04/04 00:54:38 @@ -1 +1 @@ -MD5 (jpilot-0.98.tar.gz) = d997b8abc4c06b3f9a1035cfd65add3b +MD5 (jpilot-0.98.1.tar.gz) = a67a68a9e53757b34cbd2d3fc9c0e3bb >Release-Note: >Audit-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 Apr 4 13: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 C3A6137B944 for ; Tue, 4 Apr 2000 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA43009; Tue, 4 Apr 2000 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from io.yi.org (h24-67-218-186.xx.wave.shaw.ca [24.67.218.186]) by hub.freebsd.org (Postfix) with ESMTP id 707E837BC95 for ; Tue, 4 Apr 2000 13:20:03 -0700 (PDT) (envelope-from jake@io.yi.org) Received: (from root@localhost) by io.yi.org (8.9.3/8.9.3) id NAA10042; Tue, 4 Apr 2000 13:20:10 -0700 (PDT) (envelope-from jake) Message-Id: <200004042020.NAA10042@io.yi.org> Date: Tue, 4 Apr 2000 13:20:10 -0700 (PDT) From: Jake Burkholder Reply-To: jburkhol@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17797: port update: java/tya Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17797 >Category: ports >Synopsis: port update: java/tya >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 Apr 4 13:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jake Burkholder >Release: FreeBSD 5.0-CURRENT i386 >Organization: none >Environment: n/a >Description: Update port java/tya from version 1.6 to 1.7, fix unfetchable distfile, remove version required comment and change my e-mail address. >How-To-Repeat: n/a >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/java/tya/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 2000/01/24 05:19:10 1.11 +++ Makefile 2000/04/04 19:59:41 @@ -1,22 +1,21 @@ # New ports collection makefile for: tya -# Version required: 1.6 # Date created: 16 May 1999 -# Whom: jake@checker.org +# Whom: jburkhol@home.com # # $FreeBSD: ports/java/tya/Makefile,v 1.11 2000/01/24 05:19:10 steve Exp $ # -DISTNAME= tya16 -PKGNAME= tya-1.6 +DISTNAME= tya17 +PKGNAME= tya-1.7 CATEGORIES= java -MASTER_SITES= ftp://gonzalez.cyberus.ca/pub/Linux/java/ +MASTER_SITES= http://sax.sax.de/~adlibit/ EXTRACT_SUFX= .tgz -MAINTAINER= jake@checker.org +MAINTAINER= jburkhol@home.com BUILD_DEPENDS= ${LOCALBASE}/${JAVADIR}/bin/java:${PORTSDIR}/java/jdk -WRKSRC= ${WRKDIR}/tya1.6 +WRKSRC= ${WRKDIR}/tya1.7 ONLY_FOR_ARCHS= i386 Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/java/tya/files/md5,v retrieving revision 1.6 diff -u -r1.6 md5 --- files/md5 2000/01/24 05:19:20 1.6 +++ files/md5 2000/04/04 19:31:53 @@ -1 +1 @@ -MD5 (tya16.tgz) = bf88c3c3d7ff8038d95e52ca49ef1f65 +MD5 (tya17.tgz) = df4fc549c6411abb25ae75d8da1be64f Index: pkg/DESCR =================================================================== RCS file: /home/ncvs/ports/java/tya/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 DESCR --- pkg/DESCR 1999/06/10 08:10:15 1.1.1.1 +++ pkg/DESCR 2000/04/04 19:31:22 @@ -13,7 +13,7 @@ export JAVA_COMPILER=tya -ftp://gonzalez.cyberus.ca/pub/Linux/java/ +http://sax.sax.de/~adlibit - Jake -jake@checker.org +jburkhol@home.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 Apr 4 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 BDDD937BAFF for ; Tue, 4 Apr 2000 13:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA45333; Tue, 4 Apr 2000 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from io.yi.org (h24-67-218-186.xx.wave.shaw.ca [24.67.218.186]) by hub.freebsd.org (Postfix) with ESMTP id 9168037B7FF for ; Tue, 4 Apr 2000 13:42:33 -0700 (PDT) (envelope-from jake@io.yi.org) Received: (from root@localhost) by io.yi.org (8.9.3/8.9.3) id NAA12431; Tue, 4 Apr 2000 13:42:40 -0700 (PDT) (envelope-from jake) Message-Id: <200004042042.NAA12431@io.yi.org> Date: Tue, 4 Apr 2000 13:42:40 -0700 (PDT) From: Jake Burkholder Reply-To: jburkhol@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17798: ports/java/jdk: headers incorrectly check __FreeBSD__ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17798 >Category: ports >Synopsis: ports/java/jdk: headers incorrectly check __FreeBSD__ >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 Apr 4 13:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jake Burkholder >Release: FreeBSD 5.0-CURRENT i386 >Organization: none >Environment: 5.0-CURRENT >Description: The headers included with the jdk port currently only work for __FreeBSD__ <= 4 because of the follwing ifdef in jdk1.1.8/include/freebsd/typedefs_md.h:35 #if (__FreeBSD__ <= 4) typedef unsigned int uint_t; typedef int int_t; #endif This file is included by jdk1.1.8/include/sys_api.h which expects uint_t to be a valid type. >How-To-Repeat: Try to build the tya or shujit ports on 5.0-current. >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 Apr 4 14:30: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 5FF4437B9BE for ; Tue, 4 Apr 2000 14:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA49123; Tue, 4 Apr 2000 14:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ada.eu.org (marvin.enst.fr [137.194.161.2]) by hub.freebsd.org (Postfix) with ESMTP id D1CFE37BA7F for ; Tue, 4 Apr 2000 14:26:26 -0700 (PDT) (envelope-from sam@ada.eu.org) Received: from antinea.enst.fr (antinea.enst.fr [137.194.160.145]) by ada.eu.org (Postfix) with ESMTP id 12B63190A2 for ; Tue, 4 Apr 2000 23:26:23 +0200 (CEST) Received: by antinea.enst.fr (Postfix, from userid 1000) id 633B12C5; Tue, 4 Apr 2000 23:26:21 +0200 (CEST) Message-Id: <20000404212621.633B12C5@antinea.enst.fr> Date: Tue, 4 Apr 2000 23:26:21 +0200 (CEST) From: sam@ada.eu.org Reply-To: sam@ada.eu.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17799: JGNAT port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17799 >Category: ports >Synopsis: JGNAT 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: Tue Apr 4 14:30:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Samuel Tardieu >Release: FreeBSD 5.0-CURRENT i386 >Organization: TELECOM Paris >Environment: >Description: >How-To-Repeat: Use the enclosed shar :) >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # /usr/ports/lang/jgnat/ # /usr/ports/lang/jgnat/Makefile # /usr/ports/lang/jgnat/files # /usr/ports/lang/jgnat/files/md5 # /usr/ports/lang/jgnat/patches # /usr/ports/lang/jgnat/patches/patch-aa # /usr/ports/lang/jgnat/patches/patch-ab # /usr/ports/lang/jgnat/patches/patch-ac # /usr/ports/lang/jgnat/patches/patch-ad # /usr/ports/lang/jgnat/pkg # /usr/ports/lang/jgnat/pkg/COMMENT # /usr/ports/lang/jgnat/pkg/DESCR # /usr/ports/lang/jgnat/pkg/PLIST # echo c - /usr/ports/lang/jgnat/ mkdir -p /usr/ports/lang/jgnat/ > /dev/null 2>&1 echo x - /usr/ports/lang/jgnat/Makefile sed 's/^X//' >/usr/ports/lang/jgnat/Makefile << 'END-of-/usr/ports/lang/jgnat/Makefile' X# New ports collection makefile for: jgnat X# Version required: 3.12p X# Date created: 4 Apr 2000 X# Whom: Samuel Tardieu X# X# $FreeBSD: ports/lang/yorick/Makefile,v 1.5 1999/11/26 18:34:42 steve Exp $ X# X XDISTNAME= jgnat-1.0p-src XPKGNAME= jgnat-1.0p XCATEGORIES= lang XMASTER_SITES= ftp://cs.nyu.edu/pub/gnat/jgnat/jgnat-1.0p/split-1.0p/ XEXTRACT_SUFX= .tgz X XMAINTAINER= sam@inf.enst.fr X XBUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat ${LOCALBASE}/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk X XUSE_GMAKE= yes X XWRKSRC= ${WRKDIR}/jgnat-1.0p/src X XLIBDIR= ${PREFIX}/lib/jgnat XADAINCDIR= ${LIBDIR}/adainclude XADALIBDIR= ${LIBDIR}/adalib X Xdo-install: X -${MKDIR} ${LIBDIR} X -${MKDIR} ${ADAINCDIR} X -${MKDIR} ${ADALIBDIR} X ${INSTALL_PROGRAM} ${WRKSRC}/../bin/* ${PREFIX}/bin X ${INSTALL_DATA} ${WRKSRC}/../lib/jgnat.jar ${LIBDIR} X ${INSTALL_DATA} ${WRKSRC}/../lib/jgnat/adainclude/* ${ADAINCDIR} X ${INSTALL_DATA} ${WRKSRC}/../lib/jgnat/adalib/* ${ADALIBDIR} X ${CHMOD} a-r ${ADALIBDIR}/*.ali X X.include END-of-/usr/ports/lang/jgnat/Makefile echo c - /usr/ports/lang/jgnat/files mkdir -p /usr/ports/lang/jgnat/files > /dev/null 2>&1 echo x - /usr/ports/lang/jgnat/files/md5 sed 's/^X//' >/usr/ports/lang/jgnat/files/md5 << 'END-of-/usr/ports/lang/jgnat/files/md5' XMD5 (jgnat-1.0p-src.tgz) = 9b42bb0bf94695cc3b7495ced4609144 END-of-/usr/ports/lang/jgnat/files/md5 echo c - /usr/ports/lang/jgnat/patches mkdir -p /usr/ports/lang/jgnat/patches > /dev/null 2>&1 echo x - /usr/ports/lang/jgnat/patches/patch-aa sed 's/^X//' >/usr/ports/lang/jgnat/patches/patch-aa << 'END-of-/usr/ports/lang/jgnat/patches/patch-aa' X--- Makefile.orig Mon Mar 27 18:56:24 2000 X+++ Makefile Tue Apr 4 21:00:47 2000 X@@ -66,7 +66,7 @@ X DEBUG_JGNAT = X # Set this variable if you want to be able to debug the JGNAT toolchain X X-JDK11_LIB = X+JDK11_LIB = :/usr/local/jdk1.1.8/lib/classes.zip X # Needed only if you are using Sun's JDK 1.1.*. Leave this blank for JDK 1.2.*. X # Path separator followed by the zip file containing the JDK 1.1 lib X # installed on the machine on which you are doing the build. For instance, on X@@ -82,7 +82,7 @@ X VERSION = 1.0p X # The current version number of JGNAT X X-HOST = ${shell gcc -dumpmachine} X+HOST = ${shell adagcc -dumpmachine} X # Name of the host computer on which the JGNAT executables were built X X TGZ = tgz X@@ -236,6 +236,7 @@ X CD = cd X CP = cp -p -f X ECHO = echo X+FIND = find X MKDIR = mkdir -p X MV = mv -f X PWD = pwd X@@ -277,7 +278,7 @@ X TOOL_FLAGS = -O2 -gnatgp -gnata X LIB_FLAGS = -O -gnatgp -gnata X STRIP = -s X- JAR = jar c0f X+ JAR = /usr/local/jdk1.1.8/bin/jar c0f X else X C_FLAGS = -O X TOOL_FLAGS = -g -O -gnatgpa X@@ -325,13 +326,13 @@ X $(EXTRA_LINK_FLAGS) X # Linker flags used to build the $(GNATMAKE_CUR_LIB) executables X X-GCC = gcc -c $(C_FLAGS) X+GCC = adagcc -c $(C_FLAGS) X # C compiler to build the C objects X X JGNAT = $(BIN)/jgnat $(LIB_FLAGS) X # JGNAT compiler to build the Ada part of the JGNAT library X X-JAVAC = javac -deprecation -classpath $(LIB)$(JDK11_LIB) X+JAVAC = /usr/local/jdk1.1.8/bin/javac -deprecation -classpath $(LIB)$(JDK11_LIB) X # The Java compiler to build the Java part of the JGNAT library X X ########################################### X@@ -410,12 +411,12 @@ X X clean_bin : check_vars X $(CD) $(BIN); $(RM) $(HOST_TOOLS_EXE) X- $(RM) $(OBJ)/* X- $(RM) $(OBJS)/* X+ $(RM) -r $(OBJ) && $(MKDIR) $(OBJ) X+ $(RM) -r $(OBJS) && $(MKDIR) $(OBJS) X X clean_lib : check_vars X- $(RM) $(ADALIB)/* X- $(RM) $(ADAINCLUDE)/* X+ $(RM) -r $(ADALIB) && $(MKDIR) $(ADALIB) X+ $(RM) -r $(ADAINCLUDE) && $(MKDIR) $(ADAINCLUDE) X $(RM) $(LIB)/*.jar X X ######## X@@ -1316,7 +1317,7 @@ X else X $(CD) $(LIB); $(JAR) $(JGNAT_JAR) jgnat/adalib/*.class X endif X- $(RM) $(ADALIB)/*.class X+ $(FIND) $(ADALIB) -name '*.class' -exec rm {} \; X X ########################################### X # JGNAT Installation: create_install_dirs # END-of-/usr/ports/lang/jgnat/patches/patch-aa echo x - /usr/ports/lang/jgnat/patches/patch-ab sed 's/^X//' >/usr/ports/lang/jgnat/patches/patch-ab << 'END-of-/usr/ports/lang/jgnat/patches/patch-ab' X--- osint.ads.orig Tue Apr 4 20:28:14 2000 X+++ osint.ads Tue Apr 4 20:28:42 2000 X@@ -227,15 +227,6 @@ X -- Type used to return a String_Access_List without dragging in secondary X -- stack. X X- function To_Canonical_File_List X- (Wildcard_Host_File : String; Only_Dirs : Boolean) X- return String_Access_List_Access; X- -- Expand a wildcard host syntax file or directory specification (e.g. on X- -- a VMS host, any file or directory spec that contains: X- -- "*", or "%", or "...") X- -- and return a list of valid Unix syntax file or directory specs. X- -- If Only_Dirs is True, then only return directories. X- X function To_Canonical_Dir_Spec X (Host_Dir : String; X Prefix_Style : Boolean) X--- osint.adb.orig Tue Apr 4 20:28:22 2000 X+++ osint.adb Tue Apr 4 20:28:58 2000 X@@ -2333,66 +2333,6 @@ X end Time_From_Last_Bind; X X --------------------------- X- -- To_Canonical_File_List -- X- --------------------------- X- X- function To_Canonical_File_List X- (Wildcard_Host_File : String; X- Only_Dirs : Boolean) X- return String_Access_List_Access X- is X- function To_Canonical_File_List_Init X- (Host_File : Address; X- Only_Dirs : Integer) X- return Integer; X- pragma Import (C, To_Canonical_File_List_Init, X- "to_canonical_file_list_init"); X- X- function To_Canonical_File_List_Next return Address; X- pragma Import (C, To_Canonical_File_List_Next, X- "to_canonical_file_list_next"); X- X- procedure To_Canonical_File_List_Free; X- pragma Import (C, To_Canonical_File_List_Free, X- "to_canonical_file_list_free"); X- X- Num_Files : Integer; X- C_Wildcard_Host_File : String (1 .. Wildcard_Host_File'Length + 1); X- X- begin X- C_Wildcard_Host_File (1 .. Wildcard_Host_File'Length) := X- Wildcard_Host_File; X- C_Wildcard_Host_File (C_Wildcard_Host_File'Last) := ASCII.NUL; X- X- -- Do the expansion and say how many there are X- X- Num_Files := To_Canonical_File_List_Init X- (C_Wildcard_Host_File'Address, Boolean'Pos (Only_Dirs)); X- X- declare X- Canonical_File_List : String_Access_List (1 .. Num_Files); X- Canonical_File_Addr : Address; X- Canonical_File_Len : Integer; X- X- begin X- -- Retrieve the expanded directoy names and build the list X- X- for J in 1 .. Num_Files loop X- Canonical_File_Addr := To_Canonical_File_List_Next; X- Canonical_File_Len := C_String_Length (Canonical_File_Addr); X- Canonical_File_List (J) := To_Path_String_Access X- (Canonical_File_Addr, Canonical_File_Len); X- end loop; X- X- -- Free up the storage X- X- To_Canonical_File_List_Free; X- X- return new String_Access_List'(Canonical_File_List); X- end; X- end To_Canonical_File_List; X- X- --------------------------- X -- To_Canonical_Dir_Spec -- X --------------------------- X END-of-/usr/ports/lang/jgnat/patches/patch-ab echo x - /usr/ports/lang/jgnat/patches/patch-ac sed 's/^X//' >/usr/ports/lang/jgnat/patches/patch-ac << 'END-of-/usr/ports/lang/jgnat/patches/patch-ac' X--- g-os_lib.adb.orig Tue Apr 4 20:32:52 2000 X+++ g-os_lib.adb Tue Apr 4 20:33:38 2000 X@@ -173,25 +173,11 @@ X (FD : out File_Descriptor; X Name : out Temp_File_Name) X is X- function Get_Temp_Name (T : Address) return Address; X- pragma Import (C, Get_Temp_Name, "mktemp"); X- X- function Open_New_Temp X- (Name : System.Address; X- Fmode : Mode) X- return File_Descriptor; X- pragma Import (C, Open_New_Temp, "open_new_temp"); X- X+ function Get_Temp_Name (T : Address) return File_Descriptor; X+ pragma Import (C, Get_Temp_Name, "mkstemp"); X begin X Name := "GNAT-XXXXXX" & ASCII.NUL; X- X- -- Check for NULL pointer returned by C X- X- if Get_Temp_Name (Name'Address) = Null_Address then X- FD := -1; X- else X- FD := Open_New_Temp (Name'Address, Binary); X- end if; X+ FD := Get_Temp_Name (Name'Address); X end Create_Temp_File; X X ----------------- END-of-/usr/ports/lang/jgnat/patches/patch-ac echo x - /usr/ports/lang/jgnat/patches/patch-ad sed 's/^X//' >/usr/ports/lang/jgnat/patches/patch-ad << 'END-of-/usr/ports/lang/jgnat/patches/patch-ad' X--- GNAT_libc.java.orig Tue Apr 4 20:52:26 2000 X+++ GNAT_libc.java Tue Apr 4 22:23:54 2000 X@@ -67,9 +67,10 @@ X import java.lang.reflect.Constructor; X import java.lang.reflect.InvocationTargetException; X X-import java.security.AccessControlException; X+// import java.security.AccessControlException; X X import java.util.Date; X+import java.util.Calendar; X import java.util.GregorianCalendar; X X import jgnat.adalib.constraint_error; X@@ -798,17 +799,13 @@ X X // char *tmpnam (char s[L_tmpnam]) X X- static public void tmpnam (Object s) X- { X- byte buf [] = (byte []) s; X+ static public void tmpnam (Object s) X+ { X+ byte buf [] = (byte []) s; X X- try { X- copy (File.createTempFile ("JGNAT-", null).getCanonicalPath (), buf); X- } X- catch (IOException e) { X- buf [0] = 0; X- } X- } X+ copy ("JGNAT-" + (new GregorianCalendar()).get(Calendar.MILLISECOND), X+ buf); X+ } X X // int ungetc (int c, FILE *stream) X END-of-/usr/ports/lang/jgnat/patches/patch-ad echo c - /usr/ports/lang/jgnat/pkg mkdir -p /usr/ports/lang/jgnat/pkg > /dev/null 2>&1 echo x - /usr/ports/lang/jgnat/pkg/COMMENT sed 's/^X//' >/usr/ports/lang/jgnat/pkg/COMMENT << 'END-of-/usr/ports/lang/jgnat/pkg/COMMENT' XAn Ada to Java-Byte-Code compiler END-of-/usr/ports/lang/jgnat/pkg/COMMENT echo x - /usr/ports/lang/jgnat/pkg/DESCR sed 's/^X//' >/usr/ports/lang/jgnat/pkg/DESCR << 'END-of-/usr/ports/lang/jgnat/pkg/DESCR' XThis is a port of jgnat, an Ada to Java-Byte-Code compiler. jgnat allows you Xto develop applets or applications in full Ada, and execute them on Xany Java virtual machine. X X- Samuel Tardieu Xsam@inf.enst.fr END-of-/usr/ports/lang/jgnat/pkg/DESCR echo x - /usr/ports/lang/jgnat/pkg/PLIST sed 's/^X//' >/usr/ports/lang/jgnat/pkg/PLIST << 'END-of-/usr/ports/lang/jgnat/pkg/PLIST' Xbin/jarmake Xbin/jgnat Xbin/jgnatbind Xbin/jgnatfind Xbin/jgnatlink Xbin/jgnatls Xbin/jgnatmake Xbin/jgnatpsta Xbin/jgnatxref Xbin/jvm2ada Xbin/jvmlist Xbin/jvmstrip Xinfo/dir Xlib/jgnat/adainclude/a-caldel.adb Xlib/jgnat/adainclude/a-caldel.ads Xlib/jgnat/adainclude/a-calend.adb Xlib/jgnat/adainclude/a-calend.ads Xlib/jgnat/adainclude/a-chahan.adb Xlib/jgnat/adainclude/a-chahan.ads Xlib/jgnat/adainclude/a-charac.ads Xlib/jgnat/adainclude/a-chlat1.ads Xlib/jgnat/adainclude/a-colire.adb Xlib/jgnat/adainclude/a-colire.ads Xlib/jgnat/adainclude/a-comlin.adb Xlib/jgnat/adainclude/a-comlin.ads Xlib/jgnat/adainclude/a-cwila1.ads Xlib/jgnat/adainclude/a-decima.adb Xlib/jgnat/adainclude/a-decima.ads Xlib/jgnat/adainclude/a-dynpri.adb Xlib/jgnat/adainclude/a-dynpri.ads Xlib/jgnat/adainclude/a-except.adb Xlib/jgnat/adainclude/a-except.ads Xlib/jgnat/adainclude/a-excpol.adb Xlib/jgnat/adainclude/a-filico.adb Xlib/jgnat/adainclude/a-filico.ads Xlib/jgnat/adainclude/a-finali.adb Xlib/jgnat/adainclude/a-finali.ads Xlib/jgnat/adainclude/a-flteio.ads Xlib/jgnat/adainclude/a-fwteio.ads Xlib/jgnat/adainclude/a-inteio.ads Xlib/jgnat/adainclude/a-ioexce.ads Xlib/jgnat/adainclude/a-iwteio.ads Xlib/jgnat/adainclude/a-lfteio.ads Xlib/jgnat/adainclude/a-lfwtio.ads Xlib/jgnat/adainclude/a-liteio.ads Xlib/jgnat/adainclude/a-liwtio.ads Xlib/jgnat/adainclude/a-llftio.ads Xlib/jgnat/adainclude/a-llfwti.ads Xlib/jgnat/adainclude/a-llitio.ads Xlib/jgnat/adainclude/a-lliwti.ads Xlib/jgnat/adainclude/a-ncelfu.ads Xlib/jgnat/adainclude/a-ngcefu.adb Xlib/jgnat/adainclude/a-ngcefu.ads Xlib/jgnat/adainclude/a-ngcoty.adb Xlib/jgnat/adainclude/a-ngcoty.ads Xlib/jgnat/adainclude/a-ngelfu.adb Xlib/jgnat/adainclude/a-ngelfu.ads Xlib/jgnat/adainclude/a-nlcefu.ads Xlib/jgnat/adainclude/a-nlcoty.ads Xlib/jgnat/adainclude/a-nlelfu.ads Xlib/jgnat/adainclude/a-nllcef.ads Xlib/jgnat/adainclude/a-nllcty.ads Xlib/jgnat/adainclude/a-nllefu.ads Xlib/jgnat/adainclude/a-nscefu.ads Xlib/jgnat/adainclude/a-nscoty.ads Xlib/jgnat/adainclude/a-nselfu.ads Xlib/jgnat/adainclude/a-nucoty.ads Xlib/jgnat/adainclude/a-nudira.adb Xlib/jgnat/adainclude/a-nudira.ads Xlib/jgnat/adainclude/a-nuelfu.ads Xlib/jgnat/adainclude/a-nuflra.adb Xlib/jgnat/adainclude/a-nuflra.ads Xlib/jgnat/adainclude/a-numaux.ads Xlib/jgnat/adainclude/a-numeri.ads Xlib/jgnat/adainclude/a-reatim.adb Xlib/jgnat/adainclude/a-reatim.ads Xlib/jgnat/adainclude/a-retide.adb Xlib/jgnat/adainclude/a-retide.ads Xlib/jgnat/adainclude/a-sfteio.ads Xlib/jgnat/adainclude/a-sfwtio.ads Xlib/jgnat/adainclude/a-siteio.ads Xlib/jgnat/adainclude/a-siwtio.ads Xlib/jgnat/adainclude/a-ssicst.adb Xlib/jgnat/adainclude/a-ssicst.ads Xlib/jgnat/adainclude/a-ssitio.ads Xlib/jgnat/adainclude/a-ssiwti.ads Xlib/jgnat/adainclude/a-stmaco.ads Xlib/jgnat/adainclude/a-strbou.adb Xlib/jgnat/adainclude/a-strbou.ads Xlib/jgnat/adainclude/a-stream.ads Xlib/jgnat/adainclude/a-strfix.adb Xlib/jgnat/adainclude/a-strfix.ads Xlib/jgnat/adainclude/a-string.ads Xlib/jgnat/adainclude/a-strmap.adb Xlib/jgnat/adainclude/a-strmap.ads Xlib/jgnat/adainclude/a-strsea.adb Xlib/jgnat/adainclude/a-strsea.ads Xlib/jgnat/adainclude/a-strunb.adb Xlib/jgnat/adainclude/a-strunb.ads Xlib/jgnat/adainclude/a-ststio.adb Xlib/jgnat/adainclude/a-ststio.ads Xlib/jgnat/adainclude/a-stunau.adb Xlib/jgnat/adainclude/a-stunau.ads Xlib/jgnat/adainclude/a-stwibo.adb Xlib/jgnat/adainclude/a-stwibo.ads Xlib/jgnat/adainclude/a-stwifi.adb Xlib/jgnat/adainclude/a-stwifi.ads Xlib/jgnat/adainclude/a-stwima.adb Xlib/jgnat/adainclude/a-stwima.ads Xlib/jgnat/adainclude/a-stwise.adb Xlib/jgnat/adainclude/a-stwise.ads Xlib/jgnat/adainclude/a-stwiun.adb Xlib/jgnat/adainclude/a-stwiun.ads Xlib/jgnat/adainclude/a-suteio.adb Xlib/jgnat/adainclude/a-suteio.ads Xlib/jgnat/adainclude/a-swmwco.ads Xlib/jgnat/adainclude/a-swuwti.adb Xlib/jgnat/adainclude/a-swuwti.ads Xlib/jgnat/adainclude/a-sytaco.adb Xlib/jgnat/adainclude/a-sytaco.ads Xlib/jgnat/adainclude/a-tags.adb Xlib/jgnat/adainclude/a-tags.ads Xlib/jgnat/adainclude/a-taside.adb Xlib/jgnat/adainclude/a-taside.ads Xlib/jgnat/adainclude/a-teioed.adb Xlib/jgnat/adainclude/a-teioed.ads Xlib/jgnat/adainclude/a-textio.adb Xlib/jgnat/adainclude/a-textio.ads Xlib/jgnat/adainclude/a-ticoau.adb Xlib/jgnat/adainclude/a-ticoau.ads Xlib/jgnat/adainclude/a-ticoio.adb Xlib/jgnat/adainclude/a-ticoio.ads Xlib/jgnat/adainclude/a-tideau.adb Xlib/jgnat/adainclude/a-tideau.ads Xlib/jgnat/adainclude/a-tideio.adb Xlib/jgnat/adainclude/a-tideio.ads Xlib/jgnat/adainclude/a-tienau.adb Xlib/jgnat/adainclude/a-tienau.ads Xlib/jgnat/adainclude/ada.ads Xlib/jgnat/adainclude/a-tienio.adb Xlib/jgnat/adainclude/a-tienio.ads Xlib/jgnat/adainclude/a-tifiio.adb Xlib/jgnat/adainclude/a-tifiio.ads Xlib/jgnat/adainclude/a-tiflau.adb Xlib/jgnat/adainclude/a-tiflau.ads Xlib/jgnat/adainclude/a-tiflio.adb Xlib/jgnat/adainclude/a-tiflio.ads Xlib/jgnat/adainclude/a-tigeau.adb Xlib/jgnat/adainclude/a-tigeau.ads Xlib/jgnat/adainclude/a-tiinau.adb Xlib/jgnat/adainclude/a-tiinau.ads Xlib/jgnat/adainclude/a-tiinio.adb Xlib/jgnat/adainclude/a-tiinio.ads Xlib/jgnat/adainclude/a-timoau.adb Xlib/jgnat/adainclude/a-timoau.ads Xlib/jgnat/adainclude/a-timoio.adb Xlib/jgnat/adainclude/a-timoio.ads Xlib/jgnat/adainclude/a-titest.adb Xlib/jgnat/adainclude/a-titest.ads Xlib/jgnat/adainclude/a-unccon.ads Xlib/jgnat/adainclude/a-uncdea.ads Xlib/jgnat/adainclude/a-witeio.adb Xlib/jgnat/adainclude/a-witeio.ads Xlib/jgnat/adainclude/a-wtcoau.adb Xlib/jgnat/adainclude/a-wtcoau.ads Xlib/jgnat/adainclude/a-wtcoio.adb Xlib/jgnat/adainclude/a-wtcoio.ads Xlib/jgnat/adainclude/a-wtdeau.adb Xlib/jgnat/adainclude/a-wtdeau.ads Xlib/jgnat/adainclude/a-wtdeio.adb Xlib/jgnat/adainclude/a-wtdeio.ads Xlib/jgnat/adainclude/a-wtedit.adb Xlib/jgnat/adainclude/a-wtedit.ads Xlib/jgnat/adainclude/a-wtenau.adb Xlib/jgnat/adainclude/a-wtenau.ads Xlib/jgnat/adainclude/a-wtenio.adb Xlib/jgnat/adainclude/a-wtenio.ads Xlib/jgnat/adainclude/a-wtfiio.adb Xlib/jgnat/adainclude/a-wtfiio.ads Xlib/jgnat/adainclude/a-wtflau.adb Xlib/jgnat/adainclude/a-wtflau.ads Xlib/jgnat/adainclude/a-wtflio.adb Xlib/jgnat/adainclude/a-wtflio.ads Xlib/jgnat/adainclude/a-wtgeau.adb Xlib/jgnat/adainclude/a-wtgeau.ads Xlib/jgnat/adainclude/a-wtinau.adb Xlib/jgnat/adainclude/a-wtinau.ads Xlib/jgnat/adainclude/a-wtinio.adb Xlib/jgnat/adainclude/a-wtinio.ads Xlib/jgnat/adainclude/a-wtmoau.adb Xlib/jgnat/adainclude/a-wtmoau.ads Xlib/jgnat/adainclude/a-wtmoio.adb Xlib/jgnat/adainclude/a-wtmoio.ads Xlib/jgnat/adainclude/a-wttest.adb Xlib/jgnat/adainclude/a-wttest.ads Xlib/jgnat/adainclude/calendar.ads Xlib/jgnat/adainclude/g-busora.adb Xlib/jgnat/adainclude/g-busora.ads Xlib/jgnat/adainclude/g-busorg.adb Xlib/jgnat/adainclude/g-busorg.ads Xlib/jgnat/adainclude/g-casuti.adb Xlib/jgnat/adainclude/g-casuti.ads Xlib/jgnat/adainclude/g-except.ads Xlib/jgnat/adainclude/g-hesora.adb Xlib/jgnat/adainclude/g-hesora.ads Xlib/jgnat/adainclude/g-hesorg.adb Xlib/jgnat/adainclude/g-hesorg.ads Xlib/jgnat/adainclude/g-htable.adb Xlib/jgnat/adainclude/g-htable.ads Xlib/jgnat/adainclude/g-io_aux.adb Xlib/jgnat/adainclude/g-io_aux.ads Xlib/jgnat/adainclude/g-regexp.adb Xlib/jgnat/adainclude/g-regexp.ads Xlib/jgnat/adainclude/g-regpat.adb Xlib/jgnat/adainclude/g-regpat.ads Xlib/jgnat/adainclude/g-speche.adb Xlib/jgnat/adainclude/g-speche.ads Xlib/jgnat/adainclude/g-tasloc.adb Xlib/jgnat/adainclude/g-tasloc.ads Xlib/jgnat/adainclude/gnat.ads Xlib/jgnat/adainclude/i-c.adb Xlib/jgnat/adainclude/i-c.ads Xlib/jgnat/adainclude/i-cstrea.adb Xlib/jgnat/adainclude/i-cstrea.ads Xlib/jgnat/adainclude/i-jalaob.ads Xlib/jgnat/adainclude/i-jalasy.ads Xlib/jgnat/adainclude/i-jalath.ads Xlib/jgnat/adainclude/i-java.ads Xlib/jgnat/adainclude/i-javlan.ads Xlib/jgnat/adainclude/interfac.ads Xlib/jgnat/adainclude/ioexcept.ads Xlib/jgnat/adainclude/java.ads Xlib/jgnat/adainclude/s-arit64.adb Xlib/jgnat/adainclude/s-arit64.ads Xlib/jgnat/adainclude/s-assert.adb Xlib/jgnat/adainclude/s-assert.ads Xlib/jgnat/adainclude/s-atacco.adb Xlib/jgnat/adainclude/s-atacco.ads Xlib/jgnat/adainclude/s-bitops.adb Xlib/jgnat/adainclude/s-bitops.ads Xlib/jgnat/adainclude/s-chepoo.ads Xlib/jgnat/adainclude/s-exnflt.ads Xlib/jgnat/adainclude/s-exngen.adb Xlib/jgnat/adainclude/s-exngen.ads Xlib/jgnat/adainclude/s-exnint.ads Xlib/jgnat/adainclude/s-exnlfl.ads Xlib/jgnat/adainclude/s-exnlin.ads Xlib/jgnat/adainclude/s-exnllf.ads Xlib/jgnat/adainclude/s-exnlli.ads Xlib/jgnat/adainclude/s-exnsfl.ads Xlib/jgnat/adainclude/s-exnsin.ads Xlib/jgnat/adainclude/s-exnssi.ads Xlib/jgnat/adainclude/s-expflt.ads Xlib/jgnat/adainclude/s-expgen.adb Xlib/jgnat/adainclude/s-expgen.ads Xlib/jgnat/adainclude/s-expint.ads Xlib/jgnat/adainclude/s-explfl.ads Xlib/jgnat/adainclude/s-explin.ads Xlib/jgnat/adainclude/s-expllf.ads Xlib/jgnat/adainclude/s-explli.ads Xlib/jgnat/adainclude/s-expllu.adb Xlib/jgnat/adainclude/s-expllu.ads Xlib/jgnat/adainclude/s-expmod.adb Xlib/jgnat/adainclude/s-expmod.ads Xlib/jgnat/adainclude/s-expsfl.ads Xlib/jgnat/adainclude/s-expsin.ads Xlib/jgnat/adainclude/s-expssi.ads Xlib/jgnat/adainclude/s-expuns.adb Xlib/jgnat/adainclude/s-expuns.ads Xlib/jgnat/adainclude/s-fatflt.ads Xlib/jgnat/adainclude/s-fatgen.adb Xlib/jgnat/adainclude/s-fatgen.ads Xlib/jgnat/adainclude/s-fatlfl.ads Xlib/jgnat/adainclude/s-fatllf.ads Xlib/jgnat/adainclude/s-fatsfl.ads Xlib/jgnat/adainclude/s-ficobl.ads Xlib/jgnat/adainclude/s-fileio.adb Xlib/jgnat/adainclude/s-fileio.ads Xlib/jgnat/adainclude/s-finimp.adb Xlib/jgnat/adainclude/s-finimp.ads Xlib/jgnat/adainclude/s-finroo.adb Xlib/jgnat/adainclude/s-finroo.ads Xlib/jgnat/adainclude/s-fore.adb Xlib/jgnat/adainclude/s-fore.ads Xlib/jgnat/adainclude/s-imgbiu.adb Xlib/jgnat/adainclude/s-imgbiu.ads Xlib/jgnat/adainclude/s-imgboo.adb Xlib/jgnat/adainclude/s-imgboo.ads Xlib/jgnat/adainclude/s-imgcha.adb Xlib/jgnat/adainclude/s-imgcha.ads Xlib/jgnat/adainclude/s-imgdec.adb Xlib/jgnat/adainclude/s-imgdec.ads Xlib/jgnat/adainclude/s-imgint.adb Xlib/jgnat/adainclude/s-imgint.ads Xlib/jgnat/adainclude/s-imgllb.adb Xlib/jgnat/adainclude/s-imgllb.ads Xlib/jgnat/adainclude/s-imglld.adb Xlib/jgnat/adainclude/s-imglld.ads Xlib/jgnat/adainclude/s-imglli.adb Xlib/jgnat/adainclude/s-imglli.ads Xlib/jgnat/adainclude/s-imgllu.adb Xlib/jgnat/adainclude/s-imgllu.ads Xlib/jgnat/adainclude/s-imgllw.adb Xlib/jgnat/adainclude/s-imgllw.ads Xlib/jgnat/adainclude/s-imgrea.adb Xlib/jgnat/adainclude/s-imgrea.ads Xlib/jgnat/adainclude/s-imguns.adb Xlib/jgnat/adainclude/s-imguns.ads Xlib/jgnat/adainclude/s-imgwch.adb Xlib/jgnat/adainclude/s-imgwch.ads Xlib/jgnat/adainclude/s-imgwiu.adb Xlib/jgnat/adainclude/s-imgwiu.ads Xlib/jgnat/adainclude/s-mantis.adb Xlib/jgnat/adainclude/s-mantis.ads Xlib/jgnat/adainclude/s-osinte.ads Xlib/jgnat/adainclude/s-osprim.adb Xlib/jgnat/adainclude/s-osprim.ads Xlib/jgnat/adainclude/s-parame.adb Xlib/jgnat/adainclude/s-parame.ads Xlib/jgnat/adainclude/s-powtab.ads Xlib/jgnat/adainclude/s-proinf.adb Xlib/jgnat/adainclude/s-proinf.ads Xlib/jgnat/adainclude/s-rpc.adb Xlib/jgnat/adainclude/s-rpc.ads Xlib/jgnat/adainclude/s-secsta.adb Xlib/jgnat/adainclude/s-secsta.ads Xlib/jgnat/adainclude/s-soflin.adb Xlib/jgnat/adainclude/s-soflin.ads Xlib/jgnat/adainclude/s-sopco3.adb Xlib/jgnat/adainclude/s-sopco3.ads Xlib/jgnat/adainclude/s-sopco4.adb Xlib/jgnat/adainclude/s-sopco4.ads Xlib/jgnat/adainclude/s-sopco5.adb Xlib/jgnat/adainclude/s-sopco5.ads Xlib/jgnat/adainclude/s-stache.adb Xlib/jgnat/adainclude/s-stache.ads Xlib/jgnat/adainclude/s-stalib.adb Xlib/jgnat/adainclude/s-stalib.ads Xlib/jgnat/adainclude/s-std.adb Xlib/jgnat/adainclude/s-std.ads Xlib/jgnat/adainclude/s-stoele.adb Xlib/jgnat/adainclude/s-stoele.ads Xlib/jgnat/adainclude/s-stopoo.ads Xlib/jgnat/adainclude/s-stratt.adb Xlib/jgnat/adainclude/s-stratt.ads Xlib/jgnat/adainclude/s-strops.adb Xlib/jgnat/adainclude/s-strops.ads Xlib/jgnat/adainclude/s-taasde.adb Xlib/jgnat/adainclude/s-taasde.ads Xlib/jgnat/adainclude/s-tadeca.adb Xlib/jgnat/adainclude/s-tadeca.ads Xlib/jgnat/adainclude/s-tadert.adb Xlib/jgnat/adainclude/s-tadert.ads Xlib/jgnat/adainclude/s-taenca.adb Xlib/jgnat/adainclude/s-taenca.ads Xlib/jgnat/adainclude/s-taprob.adb Xlib/jgnat/adainclude/s-taprob.ads Xlib/jgnat/adainclude/s-taprop.adb Xlib/jgnat/adainclude/s-taprop.ads Xlib/jgnat/adainclude/s-tarest.adb Xlib/jgnat/adainclude/s-tarest.ads Xlib/jgnat/adainclude/s-tasdeb.adb Xlib/jgnat/adainclude/s-tasdeb.ads Xlib/jgnat/adainclude/s-tasinf.adb Xlib/jgnat/adainclude/s-tasinf.ads Xlib/jgnat/adainclude/s-tasini.adb Xlib/jgnat/adainclude/s-tasini.ads Xlib/jgnat/adainclude/s-taskin.adb Xlib/jgnat/adainclude/s-taskin.ads Xlib/jgnat/adainclude/s-taspri.ads Xlib/jgnat/adainclude/s-tasque.adb Xlib/jgnat/adainclude/s-tasque.ads Xlib/jgnat/adainclude/s-tasren.adb Xlib/jgnat/adainclude/s-tasren.ads Xlib/jgnat/adainclude/s-tasres.ads Xlib/jgnat/adainclude/s-tassta.adb Xlib/jgnat/adainclude/s-tassta.ads Xlib/jgnat/adainclude/s-tasuti.adb Xlib/jgnat/adainclude/s-tasuti.ads Xlib/jgnat/adainclude/s-tataat.adb Xlib/jgnat/adainclude/s-tataat.ads Xlib/jgnat/adainclude/s-tpoben.adb Xlib/jgnat/adainclude/s-tpoben.ads Xlib/jgnat/adainclude/s-tpobop.adb Xlib/jgnat/adainclude/s-tpobop.ads Xlib/jgnat/adainclude/s-tposen.adb Xlib/jgnat/adainclude/s-tposen.ads Xlib/jgnat/adainclude/s-unstyp.ads Xlib/jgnat/adainclude/s-valboo.adb Xlib/jgnat/adainclude/s-valboo.ads Xlib/jgnat/adainclude/s-valcha.adb Xlib/jgnat/adainclude/s-valcha.ads Xlib/jgnat/adainclude/s-valdec.adb Xlib/jgnat/adainclude/s-valdec.ads Xlib/jgnat/adainclude/s-valenu.adb Xlib/jgnat/adainclude/s-valenu.ads Xlib/jgnat/adainclude/s-valint.adb Xlib/jgnat/adainclude/s-valint.ads Xlib/jgnat/adainclude/s-vallld.adb Xlib/jgnat/adainclude/s-vallld.ads Xlib/jgnat/adainclude/s-vallli.adb Xlib/jgnat/adainclude/s-vallli.ads Xlib/jgnat/adainclude/s-valllu.adb Xlib/jgnat/adainclude/s-valllu.ads Xlib/jgnat/adainclude/s-valrea.adb Xlib/jgnat/adainclude/s-valrea.ads Xlib/jgnat/adainclude/s-valuns.adb Xlib/jgnat/adainclude/s-valuns.ads Xlib/jgnat/adainclude/s-valuti.adb Xlib/jgnat/adainclude/s-valuti.ads Xlib/jgnat/adainclude/s-valwch.adb Xlib/jgnat/adainclude/s-valwch.ads Xlib/jgnat/adainclude/s-vercon.adb Xlib/jgnat/adainclude/s-vercon.ads Xlib/jgnat/adainclude/s-wchcnv.adb Xlib/jgnat/adainclude/s-wchcnv.ads Xlib/jgnat/adainclude/s-wchcon.ads Xlib/jgnat/adainclude/s-wchjis.adb Xlib/jgnat/adainclude/s-wchjis.ads Xlib/jgnat/adainclude/s-wchstw.adb Xlib/jgnat/adainclude/s-wchstw.ads Xlib/jgnat/adainclude/s-wchwts.adb Xlib/jgnat/adainclude/s-wchwts.ads Xlib/jgnat/adainclude/s-widboo.adb Xlib/jgnat/adainclude/s-widboo.ads Xlib/jgnat/adainclude/s-widcha.adb Xlib/jgnat/adainclude/s-widcha.ads Xlib/jgnat/adainclude/s-widenu.adb Xlib/jgnat/adainclude/s-widenu.ads Xlib/jgnat/adainclude/s-widlli.adb Xlib/jgnat/adainclude/s-widlli.ads Xlib/jgnat/adainclude/s-widllu.adb Xlib/jgnat/adainclude/s-widllu.ads Xlib/jgnat/adainclude/s-widwch.adb Xlib/jgnat/adainclude/s-widwch.ads Xlib/jgnat/adainclude/s-wwdcha.adb Xlib/jgnat/adainclude/s-wwdcha.ads Xlib/jgnat/adainclude/s-wwdenu.adb Xlib/jgnat/adainclude/s-wwdenu.ads Xlib/jgnat/adainclude/s-wwdwch.adb Xlib/jgnat/adainclude/s-wwdwch.ads Xlib/jgnat/adainclude/system.ads Xlib/jgnat/adainclude/text_io.ads Xlib/jgnat/adainclude/unchconv.ads Xlib/jgnat/adainclude/unchdeal.ads Xlib/jgnat/adalib/a-caldel.ali Xlib/jgnat/adalib/a-calend.ali Xlib/jgnat/adalib/a-chahan.ali Xlib/jgnat/adalib/a-charac.ali Xlib/jgnat/adalib/a-chlat1.ali Xlib/jgnat/adalib/a-colire.ali Xlib/jgnat/adalib/a-comlin.ali Xlib/jgnat/adalib/a-cwila1.ali Xlib/jgnat/adalib/a-decima.ali Xlib/jgnat/adalib/a-dynpri.ali Xlib/jgnat/adalib/a-except.ali Xlib/jgnat/adalib/a-filico.ali Xlib/jgnat/adalib/a-finali.ali Xlib/jgnat/adalib/a-flteio.ali Xlib/jgnat/adalib/a-fwteio.ali Xlib/jgnat/adalib/a-inteio.ali Xlib/jgnat/adalib/a-ioexce.ali Xlib/jgnat/adalib/a-iwteio.ali Xlib/jgnat/adalib/a-lfteio.ali Xlib/jgnat/adalib/a-lfwtio.ali Xlib/jgnat/adalib/a-liteio.ali Xlib/jgnat/adalib/a-liwtio.ali Xlib/jgnat/adalib/a-llftio.ali Xlib/jgnat/adalib/a-llfwti.ali Xlib/jgnat/adalib/a-llitio.ali Xlib/jgnat/adalib/a-lliwti.ali Xlib/jgnat/adalib/a-ncelfu.ali Xlib/jgnat/adalib/a-nlcefu.ali Xlib/jgnat/adalib/a-nlcoty.ali Xlib/jgnat/adalib/a-nlelfu.ali Xlib/jgnat/adalib/a-nllcef.ali Xlib/jgnat/adalib/a-nllcty.ali Xlib/jgnat/adalib/a-nllefu.ali Xlib/jgnat/adalib/a-nscefu.ali Xlib/jgnat/adalib/a-nscoty.ali Xlib/jgnat/adalib/a-nselfu.ali Xlib/jgnat/adalib/a-nucoty.ali Xlib/jgnat/adalib/a-nuelfu.ali Xlib/jgnat/adalib/a-nuflra.ali Xlib/jgnat/adalib/a-numaux.ali Xlib/jgnat/adalib/a-numeri.ali Xlib/jgnat/adalib/a-reatim.ali Xlib/jgnat/adalib/a-retide.ali Xlib/jgnat/adalib/a-sfteio.ali Xlib/jgnat/adalib/a-sfwtio.ali Xlib/jgnat/adalib/a-siteio.ali Xlib/jgnat/adalib/a-siwtio.ali Xlib/jgnat/adalib/a-ssicst.ali Xlib/jgnat/adalib/a-ssitio.ali Xlib/jgnat/adalib/a-ssiwti.ali Xlib/jgnat/adalib/a-stmaco.ali Xlib/jgnat/adalib/a-strbou.ali Xlib/jgnat/adalib/a-stream.ali Xlib/jgnat/adalib/a-strfix.ali Xlib/jgnat/adalib/a-string.ali Xlib/jgnat/adalib/a-strmap.ali Xlib/jgnat/adalib/a-strsea.ali Xlib/jgnat/adalib/a-strunb.ali Xlib/jgnat/adalib/a-ststio.ali Xlib/jgnat/adalib/a-stunau.ali Xlib/jgnat/adalib/a-stwibo.ali Xlib/jgnat/adalib/a-stwifi.ali Xlib/jgnat/adalib/a-stwima.ali Xlib/jgnat/adalib/a-stwise.ali Xlib/jgnat/adalib/a-stwiun.ali Xlib/jgnat/adalib/a-suteio.ali Xlib/jgnat/adalib/a-swmwco.ali Xlib/jgnat/adalib/a-swuwti.ali Xlib/jgnat/adalib/a-sytaco.ali Xlib/jgnat/adalib/a-tags.ali Xlib/jgnat/adalib/a-taside.ali Xlib/jgnat/adalib/a-teioed.ali Xlib/jgnat/adalib/a-textio.ali Xlib/jgnat/adalib/a-ticoau.ali Xlib/jgnat/adalib/a-tideau.ali Xlib/jgnat/adalib/a-tienau.ali Xlib/jgnat/adalib/a-tiflau.ali Xlib/jgnat/adalib/a-tigeau.ali Xlib/jgnat/adalib/a-tiinau.ali Xlib/jgnat/adalib/a-timoau.ali Xlib/jgnat/adalib/a-titest.ali Xlib/jgnat/adalib/a-witeio.ali Xlib/jgnat/adalib/a-wtcoau.ali Xlib/jgnat/adalib/a-wtdeau.ali Xlib/jgnat/adalib/a-wtedit.ali Xlib/jgnat/adalib/a-wtenau.ali Xlib/jgnat/adalib/a-wtflau.ali Xlib/jgnat/adalib/a-wtgeau.ali Xlib/jgnat/adalib/a-wtinau.ali Xlib/jgnat/adalib/a-wtmoau.ali Xlib/jgnat/adalib/a-wttest.ali Xlib/jgnat/adalib/ada.ali Xlib/jgnat/adalib/calendar.ali Xlib/jgnat/adalib/g-busora.ali Xlib/jgnat/adalib/g-casuti.ali Xlib/jgnat/adalib/g-except.ali Xlib/jgnat/adalib/g-hesora.ali Xlib/jgnat/adalib/g-htable.ali Xlib/jgnat/adalib/g-io_aux.ali Xlib/jgnat/adalib/g-regexp.ali Xlib/jgnat/adalib/g-regpat.ali Xlib/jgnat/adalib/g-speche.ali Xlib/jgnat/adalib/g-tasloc.ali Xlib/jgnat/adalib/gnat.ali Xlib/jgnat/adalib/i-c.ali Xlib/jgnat/adalib/i-cstrea.ali Xlib/jgnat/adalib/i-jalaob.ali Xlib/jgnat/adalib/i-jalasy.ali Xlib/jgnat/adalib/i-jalath.ali Xlib/jgnat/adalib/i-java.ali Xlib/jgnat/adalib/i-javlan.ali Xlib/jgnat/adalib/interfac.ali Xlib/jgnat/adalib/ioexcept.ali Xlib/jgnat/adalib/java.ali Xlib/jgnat/adalib/s-arit64.ali Xlib/jgnat/adalib/s-assert.ali Xlib/jgnat/adalib/s-bitops.ali Xlib/jgnat/adalib/s-chepoo.ali Xlib/jgnat/adalib/s-exnflt.ali Xlib/jgnat/adalib/s-exngen.ali Xlib/jgnat/adalib/s-exnint.ali Xlib/jgnat/adalib/s-exnlfl.ali Xlib/jgnat/adalib/s-exnlin.ali Xlib/jgnat/adalib/s-exnllf.ali Xlib/jgnat/adalib/s-exnlli.ali Xlib/jgnat/adalib/s-exnsfl.ali Xlib/jgnat/adalib/s-exnsin.ali Xlib/jgnat/adalib/s-exnssi.ali Xlib/jgnat/adalib/s-expflt.ali Xlib/jgnat/adalib/s-expgen.ali Xlib/jgnat/adalib/s-expint.ali Xlib/jgnat/adalib/s-explfl.ali Xlib/jgnat/adalib/s-explin.ali Xlib/jgnat/adalib/s-expllf.ali Xlib/jgnat/adalib/s-explli.ali Xlib/jgnat/adalib/s-expllu.ali Xlib/jgnat/adalib/s-expmod.ali Xlib/jgnat/adalib/s-expsfl.ali Xlib/jgnat/adalib/s-expsin.ali Xlib/jgnat/adalib/s-expssi.ali Xlib/jgnat/adalib/s-expuns.ali Xlib/jgnat/adalib/s-fatflt.ali Xlib/jgnat/adalib/s-fatlfl.ali Xlib/jgnat/adalib/s-fatllf.ali Xlib/jgnat/adalib/s-fatsfl.ali Xlib/jgnat/adalib/s-ficobl.ali Xlib/jgnat/adalib/s-fileio.ali Xlib/jgnat/adalib/s-finimp.ali Xlib/jgnat/adalib/s-finroo.ali Xlib/jgnat/adalib/s-fore.ali Xlib/jgnat/adalib/s-imgbiu.ali Xlib/jgnat/adalib/s-imgboo.ali Xlib/jgnat/adalib/s-imgcha.ali Xlib/jgnat/adalib/s-imgdec.ali Xlib/jgnat/adalib/s-imgint.ali Xlib/jgnat/adalib/s-imgllb.ali Xlib/jgnat/adalib/s-imglld.ali Xlib/jgnat/adalib/s-imglli.ali Xlib/jgnat/adalib/s-imgllu.ali Xlib/jgnat/adalib/s-imgllw.ali Xlib/jgnat/adalib/s-imgrea.ali Xlib/jgnat/adalib/s-imguns.ali Xlib/jgnat/adalib/s-imgwch.ali Xlib/jgnat/adalib/s-imgwiu.ali Xlib/jgnat/adalib/s-mantis.ali Xlib/jgnat/adalib/s-osinte.ali Xlib/jgnat/adalib/s-osprim.ali Xlib/jgnat/adalib/s-parame.ali Xlib/jgnat/adalib/s-powtab.ali Xlib/jgnat/adalib/s-proinf.ali Xlib/jgnat/adalib/s-rpc.ali Xlib/jgnat/adalib/s-secsta.ali Xlib/jgnat/adalib/s-soflin.ali Xlib/jgnat/adalib/s-sopco3.ali Xlib/jgnat/adalib/s-sopco4.ali Xlib/jgnat/adalib/s-sopco5.ali Xlib/jgnat/adalib/s-stache.ali Xlib/jgnat/adalib/s-stalib.ali Xlib/jgnat/adalib/s-std.ali Xlib/jgnat/adalib/s-stoele.ali Xlib/jgnat/adalib/s-stopoo.ali Xlib/jgnat/adalib/s-stratt.ali Xlib/jgnat/adalib/s-strops.ali Xlib/jgnat/adalib/s-taasde.ali Xlib/jgnat/adalib/s-tadeca.ali Xlib/jgnat/adalib/s-tadert.ali Xlib/jgnat/adalib/s-taenca.ali Xlib/jgnat/adalib/s-taprob.ali Xlib/jgnat/adalib/s-taprop.ali Xlib/jgnat/adalib/s-tarest.ali Xlib/jgnat/adalib/s-tasdeb.ali Xlib/jgnat/adalib/s-tasinf.ali Xlib/jgnat/adalib/s-tasini.ali Xlib/jgnat/adalib/s-taskin.ali Xlib/jgnat/adalib/s-taspri.ali Xlib/jgnat/adalib/s-tasque.ali Xlib/jgnat/adalib/s-tasren.ali Xlib/jgnat/adalib/s-tasres.ali Xlib/jgnat/adalib/s-tassta.ali Xlib/jgnat/adalib/s-tasuti.ali Xlib/jgnat/adalib/s-tataat.ali Xlib/jgnat/adalib/s-tpoben.ali Xlib/jgnat/adalib/s-tpobop.ali Xlib/jgnat/adalib/s-tposen.ali Xlib/jgnat/adalib/s-unstyp.ali Xlib/jgnat/adalib/s-valboo.ali Xlib/jgnat/adalib/s-valcha.ali Xlib/jgnat/adalib/s-valdec.ali Xlib/jgnat/adalib/s-valenu.ali Xlib/jgnat/adalib/s-valint.ali Xlib/jgnat/adalib/s-vallld.ali Xlib/jgnat/adalib/s-vallli.ali Xlib/jgnat/adalib/s-valllu.ali Xlib/jgnat/adalib/s-valrea.ali Xlib/jgnat/adalib/s-valuns.ali Xlib/jgnat/adalib/s-valuti.ali Xlib/jgnat/adalib/s-valwch.ali Xlib/jgnat/adalib/s-vercon.ali Xlib/jgnat/adalib/s-wchcnv.ali Xlib/jgnat/adalib/s-wchcon.ali Xlib/jgnat/adalib/s-wchjis.ali Xlib/jgnat/adalib/s-wchstw.ali Xlib/jgnat/adalib/s-wchwts.ali Xlib/jgnat/adalib/s-widboo.ali Xlib/jgnat/adalib/s-widcha.ali Xlib/jgnat/adalib/s-widenu.ali Xlib/jgnat/adalib/s-widlli.ali Xlib/jgnat/adalib/s-widllu.ali Xlib/jgnat/adalib/s-widwch.ali Xlib/jgnat/adalib/s-wwdcha.ali Xlib/jgnat/adalib/s-wwdenu.ali Xlib/jgnat/adalib/s-wwdwch.ali Xlib/jgnat/adalib/system.ali Xlib/jgnat/adalib/text_io.ali Xlib/jgnat/jgnat.jar X@dirrm lib/jgnat/adainclude X@dirrm lib/jgnat/adalib X@dirrm lib/jgnat END-of-/usr/ports/lang/jgnat/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 Apr 4 16: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 28DC737B578 for ; Tue, 4 Apr 2000 16:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA60936; Tue, 4 Apr 2000 16:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 4 Apr 2000 16:50:02 -0700 (PDT) Message-Id: <200004042350.QAA60936@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/17799: JGNAT 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/17799; it has been noted by GNATS. From: Will Andrews To: sam@ada.eu.org Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/17799: JGNAT port Date: Tue, 4 Apr 2000 19:39:16 -0400 On Tue, Apr 04, 2000 at 11:26:21PM +0200, sam@ada.eu.org wrote: > # This is a shell archive. Save it in a file, remove anything before > # this line, and then unpack it by entering "sh file". Note, it may > # create directories; files and directories will be owned by you and > # have default permissions. > # > # This archive contains: > # > # /usr/ports/lang/jgnat/ > # /usr/ports/lang/jgnat/Makefile > # /usr/ports/lang/jgnat/files > # /usr/ports/lang/jgnat/files/md5 > # /usr/ports/lang/jgnat/patches > # /usr/ports/lang/jgnat/patches/patch-aa > # /usr/ports/lang/jgnat/patches/patch-ab > # /usr/ports/lang/jgnat/patches/patch-ac > # /usr/ports/lang/jgnat/patches/patch-ad > # /usr/ports/lang/jgnat/pkg > # /usr/ports/lang/jgnat/pkg/COMMENT > # /usr/ports/lang/jgnat/pkg/DESCR > # /usr/ports/lang/jgnat/pkg/PLIST This makes it very difficult to put the port in an arbitrary location. Please, when you submit new ports in the future, use this method: $ cd /path/to/port $ cd .. $ shar `find port` > port.shar This will make it easier to place it as one wishes. > X# $FreeBSD: ports/lang/yorick/Makefile,v 1.5 1999/11/26 18:34:42 steve Exp $ Don't do this. Do: # $FreeBSD$ > XBUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat ${LOCALBASE}/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk This should be: BUILD_DEPENDS= ${LOCALBASE}/bin/adagcc:${PORTSDIR}/lang/gnat \ ${LOCALBASE}/bin/javac:${PORTSDIR}/java/jdk Or pick another binary installed by the jdk port that isn't put into the above directory (because you'll have to change the BUILD_DEPENDS every time the jdk port gets updated. > echo x - /usr/ports/lang/jgnat/pkg/DESCR > sed 's/^X//' >/usr/ports/lang/jgnat/pkg/DESCR << 'END-of-/usr/ports/lang/jgnat/pkg/DESCR' > XThis is a port of jgnat, an Ada to Java-Byte-Code compiler. jgnat allows you > Xto develop applets or applications in full Ada, and execute them on > Xany Java virtual machine. > X > X- Samuel Tardieu > Xsam@inf.enst.fr If there is a WWW site for this program, please post it here. > Xlib/jgnat/adainclude/a-nllefu.ads Er.. why is this being installed in a non-hier(7)-compatible 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 Tue Apr 4 17: 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 B1B7937B8B7 for ; Tue, 4 Apr 2000 17:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA61796; Tue, 4 Apr 2000 17:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from io.yi.org (h24-67-218-186.xx.wave.shaw.ca [24.67.218.186]) by hub.freebsd.org (Postfix) with ESMTP id 7666637B8FB for ; Tue, 4 Apr 2000 16:50:59 -0700 (PDT) (envelope-from jake@io.yi.org) Received: (from root@localhost) by io.yi.org (8.9.3/8.9.3) id QAA16422; Tue, 4 Apr 2000 16:51:08 -0700 (PDT) (envelope-from jake) Message-Id: <200004042351.QAA16422@io.yi.org> Date: Tue, 4 Apr 2000 16:51:08 -0700 (PDT) From: Jake Burkholder Reply-To: jburkhol@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17801: new port: devel/binutils11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17801 >Category: ports >Synopsis: new port: devel/binutils11 >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 Apr 4 17:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jake Burkholder >Release: FreeBSD 5.0-CURRENT i386 >Organization: none >Environment: n/a >Description: Gnu binutils-2.9.1 toolchain for the 68hc11 microcontroller. Required by updated gcc11 port. >How-To-Repeat: n/a >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # binutils11 # binutils11/files # binutils11/files/md5 # binutils11/pkg # binutils11/pkg/PLIST # binutils11/pkg/COMMENT # binutils11/pkg/DESCR # binutils11/Makefile # echo c - binutils11 mkdir -p binutils11 > /dev/null 2>&1 echo c - binutils11/files mkdir -p binutils11/files > /dev/null 2>&1 echo x - binutils11/files/md5 sed 's/^X//' >binutils11/files/md5 << 'END-of-binutils11/files/md5' XMD5 (binutils-2.9.1.tar.gz) = 8f9ad1a6e96742fd3069479171a63c22 XMD5 (binutils-2.9.1-m68hc1x-20000225.diffs.gz) = aa7dab41de2040d3dea5f2e4036cb470 END-of-binutils11/files/md5 echo c - binutils11/pkg mkdir -p binutils11/pkg > /dev/null 2>&1 echo x - binutils11/pkg/PLIST sed 's/^X//' >binutils11/pkg/PLIST << 'END-of-binutils11/pkg/PLIST' Xbin/m6811-elf-size Xbin/m6811-elf-objdump Xbin/m6811-elf-ar Xbin/m6811-elf-strings Xbin/m6811-elf-ranlib Xbin/m6811-elf-c++filt Xbin/m6811-elf-objcopy Xbin/m6811-elf-addr2line Xbin/m6811-elf-nm Xbin/m6811-elf-strip Xbin/m6811-elf-as Xbin/m6811-elf-gasp Xbin/m6811-elf-ld Xinclude/bfd.h Xinclude/ansidecl.h Xinclude/bfdlink.h Xinfo/dir Xlib/libiberty.a Xlib/libbfd.la Xlib/libbfd.a Xlib/libopcodes.la Xlib/libopcodes.a Xm6811-elf/bin/nm Xm6811-elf/bin/strip Xm6811-elf/bin/ar Xm6811-elf/bin/ranlib Xm6811-elf/bin/as Xm6811-elf/bin/ld Xm6811-elf/lib/ldscripts/m68hc11elf.x Xm6811-elf/lib/ldscripts/m68hc11elf.xbn Xm6811-elf/lib/ldscripts/m68hc11elf.xn Xm6811-elf/lib/ldscripts/m68hc11elf.xr Xm6811-elf/lib/ldscripts/m68hc11elf.xu Xm6811-elf/lib/ldscripts/m68hc11elfb.x Xm6811-elf/lib/ldscripts/m68hc11elfb.xbn Xm6811-elf/lib/ldscripts/m68hc11elfb.xn Xm6811-elf/lib/ldscripts/m68hc11elfb.xr Xm6811-elf/lib/ldscripts/m68hc11elfb.xu Xm6811-elf/lib/ldscripts/m68hc12elf.x Xm6811-elf/lib/ldscripts/m68hc12elf.xbn Xm6811-elf/lib/ldscripts/m68hc12elf.xn Xm6811-elf/lib/ldscripts/m68hc12elf.xr Xm6811-elf/lib/ldscripts/m68hc12elf.xu Xm6811-elf/lib/ldscripts/m68hc12elfb.x Xm6811-elf/lib/ldscripts/m68hc12elfb.xbn Xm6811-elf/lib/ldscripts/m68hc12elfb.xn Xm6811-elf/lib/ldscripts/m68hc12elfb.xr Xm6811-elf/lib/ldscripts/m68hc12elfb.xu X@dirrm m6811-elf/lib/ldscripts X@dirrm m6811-elf/lib X@dirrm m6811-elf/bin X@dirrm m6811-elf END-of-binutils11/pkg/PLIST echo x - binutils11/pkg/COMMENT sed 's/^X//' >binutils11/pkg/COMMENT << 'END-of-binutils11/pkg/COMMENT' XThe binutils-2.9.1 cross-toolchain for the 6811 END-of-binutils11/pkg/COMMENT echo x - binutils11/pkg/DESCR sed 's/^X//' >binutils11/pkg/DESCR << 'END-of-binutils11/pkg/DESCR' XThis is a 6811 cross toolchain for FreeBSD. X XThe GNU binutils contain: as, ld, ar, objcopy, objdump and many other Xutilities. The format of object files is ELF-32. The GNU Binutils support Xtranslation to other formats such as S-records, Intel HEX records, ... X XWWW: http://home.worldnet.fr/~stcarrez/m68hc11_port.html X X-- Xjburkhol@home.com END-of-binutils11/pkg/DESCR echo x - binutils11/Makefile sed 's/^X//' >binutils11/Makefile << 'END-of-binutils11/Makefile' X# New ports collection makefile for: binutils11 X# Date created: Fri Feb 4 12:27:19 PST 2000 X# Whom: jburkhol@home.com X# X# $FreeBSD$ X# X XDISTNAME= binutils-2.9.1 XPORTNAME= binutils11 XPORTVERSION= 2.9.1 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= binutils X XPATCH_SITES= http://home.worldnet.fr/~stcarrez/snapshots/ XPATCH_DIST_STRIP= -p1 X XMAINTAINER= jburkhol@home.com X XPATCHFILES= binutils-2.9.1-m68hc1x-20000225.diffs.gz X XUSE_GMAKE= yes XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} --target=m6811-elf \ X --program-prefix=m6811-elf- X XMAN1= m6811-elf-ar.1 m6811-elf-nlmconv.1 m6811-elf-c++filt.1 \ X m6811-elf-nm.1 m6811-elf-objdump.1 m6811-elf-ranlib.1 \ X m6811-elf-size.1 m6811-elf-strings.1 m6811-elf-strip.1 \ X m6811-elf-objcopy.1 m6811-elf-addr2line.1 \ X m6811-elf-as.1 m6811-elf-ld.1 X X.include END-of-binutils11/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 Tue Apr 4 17:20: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 A1CDB37B8FB for ; Tue, 4 Apr 2000 17:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA63746; Tue, 4 Apr 2000 17:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from io.yi.org (h24-67-218-186.xx.wave.shaw.ca [24.67.218.186]) by hub.freebsd.org (Postfix) with ESMTP id DFD7E37B70E for ; Tue, 4 Apr 2000 17:14:13 -0700 (PDT) (envelope-from jake@io.yi.org) Received: (from root@localhost) by io.yi.org (8.9.3/8.9.3) id RAA16977; Tue, 4 Apr 2000 17:14:23 -0700 (PDT) (envelope-from jake) Message-Id: <200004050014.RAA16977@io.yi.org> Date: Tue, 4 Apr 2000 17:14:23 -0700 (PDT) From: Jake Burkholder Reply-To: jburkhol@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17803: new port: devel/gdb11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17803 >Category: ports >Synopsis: new port: devel/gdb11 >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 Apr 4 17:20:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jake Burkholder >Release: FreeBSD 5.0-CURRENT i386 >Organization: none >Environment: n/a >Description: Gdb 4.18 debugger and simulator for the 68hc11 microcontroller. For use with the binutils11 and gcc11 ports. >How-To-Repeat: n/a >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gdb11 # gdb11/files # gdb11/files/md5 # gdb11/pkg # gdb11/pkg/PLIST # gdb11/pkg/COMMENT # gdb11/pkg/DESCR # gdb11/Makefile # echo c - gdb11 mkdir -p gdb11 > /dev/null 2>&1 echo c - gdb11/files mkdir -p gdb11/files > /dev/null 2>&1 echo x - gdb11/files/md5 sed 's/^X//' >gdb11/files/md5 << 'END-of-gdb11/files/md5' XMD5 (gdb-4.18.tar.gz) = 828d28487af6cec074639c1102569473 XMD5 (gdb-4.18-m68hc11-20000224.diffs.gz) = 3e9b152c434d410a8c1909ddffda8adf END-of-gdb11/files/md5 echo c - gdb11/pkg mkdir -p gdb11/pkg > /dev/null 2>&1 echo x - gdb11/pkg/PLIST sed 's/^X//' >gdb11/pkg/PLIST << 'END-of-gdb11/pkg/PLIST' Xbin/m6811-elf-run Xbin/m6811-elf-gdb Xinclude/readline/readline.h Xinclude/readline/chardefs.h Xinclude/readline/keymaps.h Xinclude/readline/history.h Xinclude/readline/tilde.h Xinfo/readline.info Xinfo/history.info Xlib/libmmalloc.a Xlib/libreadline.a Xlib/libhistory.a Xlib/libm6811-elf-sim.a X@dirrm include/readline END-of-gdb11/pkg/PLIST echo x - gdb11/pkg/COMMENT sed 's/^X//' >gdb11/pkg/COMMENT << 'END-of-gdb11/pkg/COMMENT' XThe gdb-4.18 debugger and simulator for the 6811 END-of-gdb11/pkg/COMMENT echo x - gdb11/pkg/DESCR sed 's/^X//' >gdb11/pkg/DESCR << 'END-of-gdb11/pkg/DESCR' XThis is a 6811 debugger and simulator for FreeBSD. X XThe GNU Debugger contains both a source level debugger and a 68HC11 simulator. XThe debugger allows source debugging (C, C++, ADA, and many others) as well as Xassembly-level debugging. The simulator handles all 68HC11 instructions and Xsupports some 68HC11 devices (timer, serial device, eeprom). X XWWW: http://home.worldnet.fr/~stcarrez/m68hc11_port.html X X-- Xjburkhol@home.com END-of-gdb11/pkg/DESCR echo x - gdb11/Makefile sed 's/^X//' >gdb11/Makefile << 'END-of-gdb11/Makefile' X# New ports collection makefile for: gdb11 X# Date created: Fri Feb 4 12:27:19 PST 2000 X# Whom: jburkhol@home.com X# X# $FreeBSD$ X# X XDISTNAME= gdb-4.18 XPORTNAME= gdb11 XPORTVERSION= 4.18 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= gdb X XPATCH_SITES= http://home.worldnet.fr/~stcarrez/snapshots/ XPATCH_DIST_STRIP= -p1 X XMAINTAINER= jburkhol@home.com X XPATCHFILES= gdb-4.18-m68hc11-20000224.diffs.gz X XUSE_GMAKE= yes XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} --target=m6811-elf \ X --program-prefix=m6811-elf- X XMAN1= m6811-elf-gdb.1 XMAN3= readline.3 X X.include END-of-gdb11/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 Tue Apr 4 17: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 1EC7537BBEE for ; Tue, 4 Apr 2000 17:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA63735; Tue, 4 Apr 2000 17:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from io.yi.org (h24-67-218-186.xx.wave.shaw.ca [24.67.218.186]) by hub.freebsd.org (Postfix) with ESMTP id CF3C537B650 for ; Tue, 4 Apr 2000 17:10:45 -0700 (PDT) (envelope-from jake@io.yi.org) Received: (from root@localhost) by io.yi.org (8.9.3/8.9.3) id RAA16824; Tue, 4 Apr 2000 17:10:55 -0700 (PDT) (envelope-from jake) Message-Id: <200004050010.RAA16824@io.yi.org> Date: Tue, 4 Apr 2000 17:10:55 -0700 (PDT) From: Jake Burkholder Reply-To: jburkhol@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17802: port update: devel/gcc11 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17802 >Category: ports >Synopsis: port update: devel/gcc11 >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 Apr 4 17:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jake Burkholder >Release: FreeBSD 5.0-CURRENT i386 >Organization: none >Environment: n/a >Description: Update the gcc11 port from gcc-2.6.3 to gcc-2.95.2 and add myself as maintainer. This depends on the binutils11 port submitted in ports/17801. Approved-by: erich >How-To-Repeat: n/a >Fix: Index: gcc11/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/gcc11/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- gcc11/Makefile 1999/08/31 06:41:43 1.7 +++ gcc11/Makefile 2000/04/04 22:45:15 @@ -1,32 +1,31 @@ # New ports collection makefile for: gcc11 -# Version required: 2.6.3 # Date created: Thu Sep 14 11:10:01 CDT 1995 # Whom: erich@FreeBSD.org # -# $FreeBSD: ports/devel/gcc11/Makefile,v 1.7 1999/08/31 06:41:43 mharo Exp $ +# $FreeBSD$ # -DISTNAME= gcc11 -PKGNAME= gcc11-2.6.3 +DISTNAME= gcc-2.95.2 +PORTNAME= gcc11 +PORTVERSION= 2.95.2 CATEGORIES= devel -MASTER_SITES= ftp://nyquist.ee.ualberta.ca/pub/motorola/68hc11/gcc/ -DISTFILES= gcc-6811-fsf.tar.gz gcc-2.6.3.tar.gz +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= gcc -MAINTAINER= erich@FreeBSD.org +PATCH_SITES= http://home.worldnet.fr/~stcarrez/snapshots/ +PATCH_DIST_STRIP= -p1 -NO_WRKSUBDIR= yes +MAINTAINER= jburkhol@home.com -post-extract: - tar -C ${WRKSRC}/gcc-6811-release/gcc -cf - config | \ - tar -C ${WRKSRC}/gcc-2.6.3 -xvf - +BUILD_DEPENDS= ${LOCALBASE}/bin/m6811-elf-as:${PORTSDIR}/devel/binutils11 -pre-configure: - cd ${WRKSRC}/gcc-2.6.3; ./configure -host=i386-unknown-freebsd2.0.5 \ - --target=m6811-local --prefix=${PREFIX} +PATCHFILES= gcc-2.95.2-m68hc1x-20000111.diffs.gz -post-install: - cd ${PREFIX}/lib/gcc-lib/m6811-local/2.6.3; strip cc1 cpp - cd ${PREFIX}/bin; strip m6811-local-gcc as6800 asz80 as6811 \ - as6809 as6805 as6804 asi85 aslink +USE_GMAKE= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --target=m6811-elf \ + --program-prefix=m6811-elf- + +MAN1= m6811-elf-g++.1 m6811-elf-g77.1 m6811-elf-gcc.1 cccp.1 .include Index: gcc11/files/md5 =================================================================== RCS file: /home/ncvs/ports/devel/gcc11/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- gcc11/files/md5 1996/08/01 19:54:20 1.1.1.1 +++ gcc11/files/md5 2000/04/04 21:16:04 @@ -1,2 +1,2 @@ -MD5 (gcc-6811-fsf.tar.gz) = 43171eafb3bf4f55ada273aaf4ce4ead -MD5 (gcc-2.6.3.tar.gz) = c406a3c3a69637cb152985a4aa65c471 +MD5 (gcc-2.95.2.tar.gz) = 0e36957d734286e242e9697fd2806c4f +MD5 (gcc-2.95.2-m68hc1x-20000111.diffs.gz) = fcbdb54005feeb12ecd1556c1691ee66 Index: gcc11/patches/patch-aa =================================================================== RCS file: /home/ncvs/ports/devel/gcc11/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- gcc11/patches/patch-aa 1996/08/01 19:54:20 1.1.1.1 +++ gcc11/patches/patch-aa 2000/04/04 21:16:42 @@ -1,24 +0,0 @@ -*** Makefile.orig Fri Sep 1 16:59:32 1995 ---- Makefile Fri Sep 1 17:14:52 1995 -*************** -*** 0 **** ---- 1,19 ---- -+ -+ all: -+ cd gcc-2.6.3; ${MAKE} "LANGUAGES=c" $@ -+ cd gcc-6811-release/xasm/asm-src; ${MAKE} -+ cd gcc-6811-release/xasm/lnk-src; ${MAKE} -+ cd gcc-6811-release/sample; ${MAKE} -+ -+ install: -+ cd gcc-2.6.3; ${MAKE} "LANGUAGES=c" $@ -+ cd gcc-6811-release/xasm/asm-src; ${MAKE} $@ -+ cd gcc-6811-release/xasm/lnk-src; ${MAKE} $@ -+ cd gcc-6811-release/sample; ${MAKE} $@ -+ cd ${PREFIX}/lib/gcc-lib/m6811-local/2.6.3; \ -+ rm -f as ld; \ -+ ln -s ${PREFIX}/bin/as6811 as; \ -+ ln -s ${PREFIX}/bin/aslink ld -+ rm -f ${PREFIX}/bin/gcc11 -+ cd ${PREFIX}/bin; ln -s ${PREFIX}/bin/m6811-local-gcc gcc11 -+ Index: gcc11/patches/patch-ab =================================================================== RCS file: /home/ncvs/ports/devel/gcc11/patches/patch-ab,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-ab --- gcc11/patches/patch-ab 1996/08/01 19:54:20 1.1.1.1 +++ gcc11/patches/patch-ab 2000/04/04 21:17:37 @@ -1,127 +0,0 @@ -*** gcc-2.6.3/Makefile.in~ Fri Sep 1 11:18:23 1995 ---- gcc-2.6.3/Makefile.in Fri Sep 1 11:18:33 1995 -*************** -*** 34,40 **** - - # Selection of languages to be made. - # This is overridden by configure. -! LANGUAGES = c objective-c proto - - ALLOCA = - ALLOCA_FLAGS = ---- 34,40 ---- - - # Selection of languages to be made. - # This is overridden by configure. -! LANGUAGES = c - - ALLOCA = - ALLOCA_FLAGS = -*************** -*** 319,325 **** - HOST_OBSTACK=$(OBSTACK) - - # Choose the real default target. -! ALL=all.internal - - # Choose the real install target. - INSTALL_TARGET=install-normal ---- 319,325 ---- - HOST_OBSTACK=$(OBSTACK) - - # Choose the real default target. -! ALL=all.cross - - # Choose the real install target. - INSTALL_TARGET=install-normal -*************** -*** 565,572 **** - # This is what to compile if making a cross-compiler. - # Note that we can compile enquire using the cross-compiler just built, - # although we can't run it on this machine. -! all.cross: native gcc-cross specs stmp-headers $(LIBGCC) $(STMP_FIXPROTO) \ -! $(CROSS_TEST) $(ENQUIRE) $(EXTRA_PARTS) lang.all.cross - # This is what to compile if making gcc with a cross-compiler. - all.build: native xgcc $(EXTRA_PARTS) lang.all.build - # This is what must be made before installing GCC and converting libraries. ---- 565,571 ---- - # This is what to compile if making a cross-compiler. - # Note that we can compile enquire using the cross-compiler just built, - # although we can't run it on this machine. -! all.cross: native gcc-cross specs stmp-headers - # This is what to compile if making gcc with a cross-compiler. - all.build: native xgcc $(EXTRA_PARTS) lang.all.build - # This is what must be made before installing GCC and converting libraries. -*************** -*** 692,698 **** - # This rule deliberately does not depend on libgcc1.a - # so that it will fail if the installer hasn't provided it. - libgcc1.cross: -! mv libgcc1.a libgcc1.cross || (echo You must find a way to make libgcc1.a; false) - - # Compile the library of arithmetic subroutines with the native compiler. - # Don't compile it with GCC! ---- 692,698 ---- - # This rule deliberately does not depend on libgcc1.a - # so that it will fail if the installer hasn't provided it. - libgcc1.cross: -! echo $@ is not implemented yet; exit 99 - - # Compile the library of arithmetic subroutines with the native compiler. - # Don't compile it with GCC! -*************** -*** 1870,1877 **** - install: $(INSTALL_TARGET) ; @true - - # Copy the compiler files into directories where they will be run. -! install-normal: install-common $(INSTALL_HEADERS) $(INSTALL_LIBGCC) \ -! install-man install-info lang.install-normal - - # Do nothing while making gcc with a cross-compiler. The person who - # makes gcc for the target machine has to know how to put a complete ---- 1869,1875 ---- - install: $(INSTALL_TARGET) ; @true - - # Copy the compiler files into directories where they will be run. -! install-normal: install-common $(INSTALL_HEADERS) lang.install-normal - - # Do nothing while making gcc with a cross-compiler. The person who - # makes gcc for the target machine has to know how to put a complete -*** gcc-2.6.3/cccp.c~ Fri Sep 1 10:42:15 1995 ---- gcc-2.6.3/cccp.c Fri Sep 1 10:42:31 1995 -*************** -*** 188,194 **** - #ifndef VMS - #ifndef HAVE_STRERROR - extern int sys_nerr; -! #if defined(bsd4_4) || defined(__NetBSD__) - extern const char *const sys_errlist[]; - #else - extern char *sys_errlist[]; ---- 188,194 ---- - #ifndef VMS - #ifndef HAVE_STRERROR - extern int sys_nerr; -! #if defined(bsd4_4) || defined(__NetBSD__) || defined(__FreeBSD__) - extern const char *const sys_errlist[]; - #else - extern char *sys_errlist[]; -*** gcc-2.6.3/gcc.c~ Fri Sep 1 10:57:20 1995 ---- gcc-2.6.3/gcc.c Fri Sep 1 10:57:36 1995 -*************** -*** 166,172 **** - #endif - - extern int sys_nerr; -! #if defined(bsd4_4) || defined(__NetBSD__) - extern const char *const sys_errlist[]; - #else - extern char *sys_errlist[]; ---- 166,172 ---- - #endif - - extern int sys_nerr; -! #if defined(bsd4_4) || defined(__NetBSD__) || defined(__FreeBSD__) - extern const char *const sys_errlist[]; - #else - extern char *sys_errlist[]; Index: gcc11/patches/patch-ac =================================================================== RCS file: /home/ncvs/ports/devel/gcc11/patches/patch-ac,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-ac --- gcc11/patches/patch-ac 1996/08/01 19:54:20 1.1.1.1 +++ gcc11/patches/patch-ac 2000/04/04 21:17:38 @@ -1,82 +0,0 @@ -*** gcc-6811-release/sample/Makefile~ Fri Sep 1 16:01:06 1995 ---- gcc-6811-release/sample/Makefile Fri Sep 1 16:01:45 1995 -*************** -*** 9,15 **** - # - CPP=./cpp - AR= -! AS=/usr/local/gnu6811/bin/as6811 - # CC=cc -! CC=/usr/local/gnu6811/bin/m6811-local-gcc - SHELL=/bin/sh ---- 9,15 ---- - # - CPP=./cpp - AR= -! AS=../xasm/asm-src/as6811 - # CC=cc -! CC=/usr/local/bin/m6811-local-gcc - SHELL=/bin/sh -*************** -*** 32,34 **** ---- 32,36 ---- - clean: - rm -f $(TARGETS) *.lst - -+ install: -+ cp ${TARGETS} ${SRC} gcb11.inc ${PREFIX}/lib/gcc-lib/m6811-local/2.6.3 -*** gcc-6811-release/xasm/asm-src/Makefile~ Fri Sep 1 16:39:12 1995 ---- gcc-6811-release/xasm/asm-src/Makefile Fri Sep 1 16:39:58 1995 -*************** -*** 9,15 **** - COMMON_OBJ= asmain.o aslex.o assym.o assubr.o asexpr.o \ - asdata.o aslist.o asout.o - -! all: as6800 as6801 as6804 as6805 as6809 as6801 as6811 asz80 asi85 - - clean: - rm *.o ---- 9,19 ---- - COMMON_OBJ= asmain.o aslex.o assym.o assubr.o asexpr.o \ - asdata.o aslist.o asout.o - -! PRGS=as6800 as6801 as6804 as6805 as6809 as6801 as6811 asz80 asi85 -! all: ${PRGS} -! -! install: ${PRGS} -! cp ${PRGS} ${PREFIX}/bin - - clean: - rm *.o -*** gcc-6811-release/xasm/lnk-src/Makefile~ Fri Sep 1 16:42:23 1995 ---- gcc-6811-release/xasm/lnk-src/Makefile Fri Sep 1 16:42:44 1995 -*************** -*** 11,15 **** ---- 11,18 ---- - aslink: $(LINK_OBJ) aslink.h - $(CC) -o aslink $(LINK_OBJ) - -+ install: -+ cp aslink ${PREFIX}/bin -+ - clean: - rm -f aslink *.o -*** gcc-6811-release/sample/crt0.s~ Tue Sep 5 09:09:28 1995 ---- gcc-6811-release/sample/crt0.s Tue Sep 5 09:09:48 1995 -*************** -*** 377,383 **** - ; end crt0.s - ; - ; .include "gios.s" -! .include "utldbg.s" - ; .include "malloc.s" - ;----------------------------------------- - ; start use code ---- 377,383 ---- - ; end crt0.s - ; - ; .include "gios.s" -! ; .include "utldbg.s" - ; .include "malloc.s" - ;----------------------------------------- - ; start use code Index: gcc11/patches/patch-ad =================================================================== RCS file: /home/ncvs/ports/devel/gcc11/patches/patch-ad,v retrieving revision 1.1 diff -u -r1.1 patch-ad --- gcc11/patches/patch-ad 1996/08/12 15:52:57 1.1 +++ gcc11/patches/patch-ad 2000/04/04 21:17:40 @@ -1,7 +0,0 @@ ---- gcc-2.6.3/config/i386/x-freebsd~ Mon Aug 12 10:22:41 1996 -+++ gcc-2.6.3/config/i386/x-freebsd Mon Aug 12 10:22:56 1996 -@@ -1,3 +1,3 @@ - # Don't run fixproto - STMP_FIXPROTO = --CLIB=-lgnumalloc -+CLIB= Index: gcc11/pkg/COMMENT =================================================================== RCS file: /home/ncvs/ports/devel/gcc11/pkg/COMMENT,v retrieving revision 1.2 diff -u -r1.2 COMMENT --- gcc11/pkg/COMMENT 1996/10/10 04:56:17 1.2 +++ gcc11/pkg/COMMENT 2000/04/04 21:18:18 @@ -1 +1 @@ -The gcc-2.6.3 cross-compiler for the 6811 +The gcc-2.95.2 cross-compiler for the 6811 Index: gcc11/pkg/DESCR =================================================================== RCS file: /home/ncvs/ports/devel/gcc11/pkg/DESCR,v retrieving revision 1.2 diff -u -r1.2 DESCR --- gcc11/pkg/DESCR 1996/10/16 15:57:57 1.2 +++ gcc11/pkg/DESCR 2000/04/04 22:46:03 @@ -1,22 +1,13 @@ This is a 6811 cross compiler for FreeBSD. -From the original README... - The following are some comments and instructions on the 6811 port of the - gnu gcc compiler done by Coactive Aesthetics. +The C, C++ compiler is based on the GCC 2.95.2 release. The M68HC1x port is +based on an old port of GCC for 68HC11 made by Otto Lind. However, it was +intensively modified to generate smaller and faster code. It was enhanced +to support 32-bits and 64-bits integers. The support for IEEE floating point +numbers (32 and 64-bits) is also provided. Source level debugging is available +with DWARF-2 debugging format. - The port was written using the GCB11 Network Microcontroller board that - is manufactured by Coactive Aesthetics. It was hosted on a NeXT system. - However, there is no assumptions and/or hardcode values within the - compiler which would prevent the compiler from working on any 6811 board - or on any host system. +WWW: http://home.worldnet.fr/~stcarrez/m68hc11_port.html - Any questions, bug reports, or porting comments/questions should be sent - to gcc@coactive.com. - - Thanks, - Otto - -You'll probably have to edit ${PREFIX}/lib/gcc-lib/m6811-local/2.6.3/crt0.s -to suit your hardware. --- -erich@freebsd.org +-- +jburkhol@home.com Index: gcc11/pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/devel/gcc11/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- gcc11/pkg/PLIST 1998/10/20 01:37:02 1.2 +++ gcc11/pkg/PLIST 2000/04/04 21:19:19 @@ -1,58 +1,160 @@ -lib/gcc-lib/m6811-local/2.6.3/include/syslimits.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/hash.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/list.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/sarray.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/objc.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/objc-api.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/Object.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/Protocol.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/encoding.h -lib/gcc-lib/m6811-local/2.6.3/include/objc/typedstream.h -lib/gcc-lib/m6811-local/2.6.3/include/stdarg.h -lib/gcc-lib/m6811-local/2.6.3/include/stddef.h -lib/gcc-lib/m6811-local/2.6.3/include/varargs.h -lib/gcc-lib/m6811-local/2.6.3/include/va-alpha.h -lib/gcc-lib/m6811-local/2.6.3/include/va-h8300.h -lib/gcc-lib/m6811-local/2.6.3/include/va-i860.h -lib/gcc-lib/m6811-local/2.6.3/include/va-i960.h -lib/gcc-lib/m6811-local/2.6.3/include/va-mips.h -lib/gcc-lib/m6811-local/2.6.3/include/va-m88k.h -lib/gcc-lib/m6811-local/2.6.3/include/va-pa.h -lib/gcc-lib/m6811-local/2.6.3/include/va-pyr.h -lib/gcc-lib/m6811-local/2.6.3/include/va-sparc.h -lib/gcc-lib/m6811-local/2.6.3/include/va-clipper.h -lib/gcc-lib/m6811-local/2.6.3/include/va-spur.h -lib/gcc-lib/m6811-local/2.6.3/include/proto.h -lib/gcc-lib/m6811-local/2.6.3/include/limits.h -lib/gcc-lib/m6811-local/2.6.3/include/README -lib/gcc-lib/m6811-local/2.6.3/include/float.h -lib/gcc-lib/m6811-local/2.6.3/cc1 -lib/gcc-lib/m6811-local/2.6.3/specs -lib/gcc-lib/m6811-local/2.6.3/cpp -lib/gcc-lib/m6811-local/2.6.3/gcb11.inc -lib/gcc-lib/m6811-local/2.6.3/crt0.s -lib/gcc-lib/m6811-local/2.6.3/gapp.s -lib/gcc-lib/m6811-local/2.6.3/gios.s -lib/gcc-lib/m6811-local/2.6.3/gnet.s -lib/gcc-lib/m6811-local/2.6.3/crt0.o -lib/gcc-lib/m6811-local/2.6.3/gapp.o -lib/gcc-lib/m6811-local/2.6.3/gios.o -lib/gcc-lib/m6811-local/2.6.3/gnet.o -lib/gcc-lib/m6811-local/2.6.3/as -lib/gcc-lib/m6811-local/2.6.3/ld -bin/m6811-local-gcc -bin/as6800 -bin/asz80 -bin/as6811 -bin/as6801 -bin/as6809 -bin/as6805 -bin/as6804 -bin/asi85 -bin/aslink -m6811-local/include/assert.h -bin/gcc11 -@dirrm lib/gcc-lib/m6811-local/2.6.3/include/objc -@dirrm lib/gcc-lib/m6811-local/2.6.3/include -@dirrm lib/gcc-lib/m6811-local/2.6.3 -@dirrm lib/gcc-lib/m6811-local +bin/m6811-elf-c++ +bin/m6811-elf-chill +bin/m6811-elf-g++ +bin/m6811-elf-g77 +bin/m6811-elf-gcj +bin/gcjh +bin/jv-scan +bin/jcf-dump +bin/m6811-elf-protoize +bin/m6811-elf-unprotoize +bin/gcov +bin/cpp +bin/m6811-elf-gcc +info/chill.info +info/g77.info +info/g77.info-1 +info/g77.info-10 +info/g77.info-11 +info/g77.info-12 +info/g77.info-13 +info/g77.info-14 +info/g77.info-15 +info/g77.info-16 +info/g77.info-17 +info/g77.info-18 +info/g77.info-19 +info/g77.info-2 +info/g77.info-20 +info/g77.info-21 +info/g77.info-3 +info/g77.info-4 +info/g77.info-5 +info/g77.info-6 +info/g77.info-7 +info/g77.info-8 +info/g77.info-9 +info/cpp.info +info/cpp.info-1 +info/cpp.info-2 +info/cpp.info-3 +info/gcc.info +info/gcc.info-1 +info/gcc.info-10 +info/gcc.info-11 +info/gcc.info-12 +info/gcc.info-13 +info/gcc.info-14 +info/gcc.info-15 +info/gcc.info-16 +info/gcc.info-17 +info/gcc.info-18 +info/gcc.info-19 +info/gcc.info-2 +info/gcc.info-20 +info/gcc.info-21 +info/gcc.info-22 +info/gcc.info-23 +info/gcc.info-24 +info/gcc.info-25 +info/gcc.info-26 +info/gcc.info-27 +info/gcc.info-28 +info/gcc.info-29 +info/gcc.info-3 +info/gcc.info-30 +info/gcc.info-4 +info/gcc.info-5 +info/gcc.info-6 +info/gcc.info-7 +info/gcc.info-8 +info/gcc.info-9 +lib/gcc-lib/m6811-elf/2.95.2/include/assert.h +lib/gcc-lib/m6811-elf/2.95.2/include/syslimits.h +lib/gcc-lib/m6811-elf/2.95.2/include/stdarg.h +lib/gcc-lib/m6811-elf/2.95.2/include/stddef.h +lib/gcc-lib/m6811-elf/2.95.2/include/varargs.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-alpha.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-h8300.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-i860.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-i960.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-mips.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-m88k.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-mn10200.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-mn10300.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-pa.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-pyr.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-sparc.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-clipper.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-spur.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-m32r.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-sh.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-v850.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-arc.h +lib/gcc-lib/m6811-elf/2.95.2/include/iso646.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-ppc.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-m68hc11.h +lib/gcc-lib/m6811-elf/2.95.2/include/va-c4x.h +lib/gcc-lib/m6811-elf/2.95.2/include/typeinfo +lib/gcc-lib/m6811-elf/2.95.2/include/exception +lib/gcc-lib/m6811-elf/2.95.2/include/new +lib/gcc-lib/m6811-elf/2.95.2/include/new.h +lib/gcc-lib/m6811-elf/2.95.2/include/proto.h +lib/gcc-lib/m6811-elf/2.95.2/include/stdbool.h +lib/gcc-lib/m6811-elf/2.95.2/include/limits.h +lib/gcc-lib/m6811-elf/2.95.2/include/float.h +lib/gcc-lib/m6811-elf/2.95.2/include/README +lib/gcc-lib/m6811-elf/2.95.2/include/fixed +lib/gcc-lib/m6811-elf/2.95.2/cc1 +lib/gcc-lib/m6811-elf/2.95.2/cc1chill +lib/gcc-lib/m6811-elf/2.95.2/cc1plus +lib/gcc-lib/m6811-elf/2.95.2/f771 +lib/gcc-lib/m6811-elf/2.95.2/jc1 +lib/gcc-lib/m6811-elf/2.95.2/jvgenmain +lib/gcc-lib/m6811-elf/2.95.2/cc1obj +lib/gcc-lib/m6811-elf/2.95.2/collect2 +lib/gcc-lib/m6811-elf/2.95.2/specs +lib/gcc-lib/m6811-elf/2.95.2/SYSCALLS.c.X +lib/gcc-lib/m6811-elf/2.95.2/cpp +lib/gcc-lib/m6811-elf/2.95.2/m68hc11/mshort/fshort-double/libgcc.a +lib/gcc-lib/m6811-elf/2.95.2/m68hc11/mshort/fshort-double/crt1.o +lib/gcc-lib/m6811-elf/2.95.2/m68hc11/mshort/libgcc.a +lib/gcc-lib/m6811-elf/2.95.2/m68hc11/mshort/crt1.o +lib/gcc-lib/m6811-elf/2.95.2/m68hc11/libgcc.a +lib/gcc-lib/m6811-elf/2.95.2/m68hc11/crt1.o +lib/gcc-lib/m6811-elf/2.95.2/m68hc11/fshort-double/libgcc.a +lib/gcc-lib/m6811-elf/2.95.2/m68hc11/fshort-double/crt1.o +lib/gcc-lib/m6811-elf/2.95.2/libgcc.a +lib/gcc-lib/m6811-elf/2.95.2/crt1.o +lib/gcc-lib/m6811-elf/2.95.2/m68hc12/mshort/fshort-double/libgcc.a +lib/gcc-lib/m6811-elf/2.95.2/m68hc12/mshort/fshort-double/crt1.o +lib/gcc-lib/m6811-elf/2.95.2/m68hc12/mshort/libgcc.a +lib/gcc-lib/m6811-elf/2.95.2/m68hc12/mshort/crt1.o +lib/gcc-lib/m6811-elf/2.95.2/m68hc12/libgcc.a +lib/gcc-lib/m6811-elf/2.95.2/m68hc12/crt1.o +lib/gcc-lib/m6811-elf/2.95.2/m68hc12/fshort-double/libgcc.a +lib/gcc-lib/m6811-elf/2.95.2/m68hc12/fshort-double/crt1.o +lib/gcc-lib/m6811-elf/2.95.2/mshort/fshort-double/libgcc.a +lib/gcc-lib/m6811-elf/2.95.2/mshort/fshort-double/crt1.o +lib/gcc-lib/m6811-elf/2.95.2/mshort/libgcc.a +lib/gcc-lib/m6811-elf/2.95.2/mshort/crt1.o +lib/gcc-lib/m6811-elf/2.95.2/fshort-double/libgcc.a +lib/gcc-lib/m6811-elf/2.95.2/fshort-double/crt1.o +m6811-elf/bin/gcc +m6811-elf/include/assert.h +@dirrm lib/gcc-lib/m6811-elf/2.95.2/m68hc11/mshort/fshort-double +@dirrm lib/gcc-lib/m6811-elf/2.95.2/m68hc11/fshort-double +@dirrm lib/gcc-lib/m6811-elf/2.95.2/m68hc11/mshort +@dirrm lib/gcc-lib/m6811-elf/2.95.2/m68hc11 +@dirrm lib/gcc-lib/m6811-elf/2.95.2/m68hc12/mshort/fshort-double +@dirrm lib/gcc-lib/m6811-elf/2.95.2/m68hc12/fshort-double +@dirrm lib/gcc-lib/m6811-elf/2.95.2/m68hc12/mshort +@dirrm lib/gcc-lib/m6811-elf/2.95.2/m68hc12 +@dirrm lib/gcc-lib/m6811-elf/2.95.2/mshort/fshort-double +@dirrm lib/gcc-lib/m6811-elf/2.95.2/fshort-double +@dirrm lib/gcc-lib/m6811-elf/2.95.2/mshort +@dirrm lib/gcc-lib/m6811-elf/2.95.2/include +@dirrm lib/gcc-lib/m6811-elf/2.95.2 +@dirrm lib/gcc-lib/m6811-elf +@dirrm lib/gcc-lib +@dirrm m6811-elf/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 Tue Apr 4 17:50: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 3748F37B972 for ; Tue, 4 Apr 2000 17:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA66255; Tue, 4 Apr 2000 17:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id E035437B828 for ; Tue, 4 Apr 2000 17:47:13 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: (from handy@localhost) by lambic.physics.montana.edu (8.9.3/8.9.3) id SAA60319; Tue, 4 Apr 2000 18:46:40 -0600 (MDT) (envelope-from handy) Message-Id: <200004050046.SAA60319@lambic.physics.montana.edu> Date: Tue, 4 Apr 2000 18:46:40 -0600 (MDT) From: handy@physics.montana.edu Reply-To: handy@physics.montana.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17804: PDL upgrade: 2.0->2.004 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17804 >Category: ports >Synopsis: math/PDL upgrade: 2.0 -> 2.004 >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 Apr 4 17:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Brian Handy >Release: FreeBSD 4.0-STABLE i386 >Organization: MSU - Bozeman >Environment: >Description: This is a big upgrade to the math/PDL port. Lots of additional stuff in the PLIST, and some extra bits to the Makefile. What I remember doing: * The MASTER_SITE doesn't exist anymore. * Added a couple of necessary *_DEPENDS bits. * Added hooks to add a bunch of bloat to PDL. Since I think most people get this via a dependency in GIMP, I doubt that this sorta bloat is really desired, so I left it as an extra define. * Sorted the PLIST. Two things I specifically haven't done: * There's an optional dependency on Karma, an astro library of some kind. I took a look at the build process and decided it couldn't be all that important. * There's some sort of Perl (?) GSL library. I couldn't puzzle out what that was all about, so I left it out. It's an optional package anyway, so no big deal, maybe. >How-To-Repeat: >Fix: diff -urN PDL.orig/Makefile PDL/Makefile --- PDL.orig/Makefile Tue Apr 4 12:34:50 2000 +++ PDL/Makefile Tue Apr 4 17:38:46 2000 @@ -1,26 +1,41 @@ # New ports collection makefile for: PDL -# Version required: 2.0 +# Version required: 2.004 # Date created: 08 February 1999 # Whom: Anton Berezin # # $FreeBSD: ports/math/PDL/Makefile,v 1.5 2000/03/22 00:00:27 mharo Exp $ # -DISTNAME= PDL-2.0 +DISTNAME= PDL-2.004 CATEGORIES= math perl5 -MASTER_SITES= http://www.fastlane.net/~jcerney/%SUBDIR%/ \ - ${MASTER_SITE_PERL_CPAN} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= PDL MAINTAINER= tobez@plab.ku.dk -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Term/ReadLine/readline.pm:${PORTSDIR}/devel/p5-ReadLine-Perl LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 USE_PERL5= yes SCRIPTS_ENV= PERL=${PERL} +.if defined(KITCHEN_SINK) +BUILD_DEPENDS+= fftw.2:${PORTSDIR}/math/fftw +RUN_DEPENDS+= ppmtogif:${PORTSDIR}/graphics/netpbm \ + mpeg_encode:${PORTSDIR}/graphics/mpeg_encode \ + saoimage:${PORTSDIR}/astro/saoimage +.endif + +.SILENT: + +.if !defined(KITCHEN_SINK) +pre-extract: + ${ECHO} "You can build additional functionality into PDL by defining KITCHEN_SINK" +.endif + .include .if ${MACHINE_ARCH} == "alpha" @@ -29,12 +44,11 @@ MAN1= PDL::Philosophy.1 PDL::Internals.1 PDL::PP.1 PDL::Tips.1 \ PDL::Dataflow.1 PDL::Indexing.1 PDL::FAQ.1 PDL::Delta.1 \ - PDL::Objects.1 PDL::Impatient.1 pdl.1 pod2usage.1 podselect.1 \ - perldl.1 + PDL::Objects.1 PDL::Impatient.1 pdl.1 perldl.1 MAN3= PDL::PP::Dump.3 PDL::PP::Signature.3 PDL::Types.3 PDL::Dbg.3 \ PDL::Exporter.3 PDL::Core.3 PDL::Basic.3 PDL::Ops.3 PDL::Primitive.3 \ PDL::Slices.3 PDL::Tests.3 PDL::Math.3 PDL::AutoLoader.3 \ - PDL::Pod::Usage.3 PDL::Pod::Parser.3 PDL::Pod::Html.3 \ + PDL::Pod::Usage.3 PDL::Pod::Parser.3 \ PDL::Pod::Select.3 PDL::Doc.3 PDL::Doc::Perldl.3 \ PDL::Graphics::PGPLOT.3 PDL::Graphics::IIS.3 PDL::Graphics::OpenGLQ.3 \ PDL::Graphics::TriD::Rout.3 PDL::Graphics::TriD::MathGraph.3 \ diff -urN PDL.orig/files/md5 PDL/files/md5 --- PDL.orig/files/md5 Tue Apr 4 12:34:49 2000 +++ PDL/files/md5 Tue Apr 4 12:35:01 2000 @@ -1 +1 @@ -MD5 (PDL-2.0.tar.gz) = fffd358ff7c7c093666c7f69bccc40cc +MD5 (PDL-2.004.tar.gz) = ee04e67876f30a129daaa194b739012e diff -urN PDL.orig/patches/patch-aa PDL/patches/patch-aa --- PDL.orig/patches/patch-aa Tue Apr 4 12:34:49 2000 +++ PDL/patches/patch-aa Tue Apr 4 12:39:52 2000 @@ -1,14 +1,14 @@ ---- perldl.conf.orig Mon Feb 8 18:21:45 1999 -+++ perldl.conf Mon Feb 8 20:04:29 1999 +--- perldl.conf.orig Tue Apr 4 12:38:33 2000 ++++ perldl.conf Tue Apr 4 12:39:29 2000 @@ -14,7 +14,7 @@ # 0 -> don't use # true -> force use - WITH_POSIX_THREADS => undef, -+ WITH_POSIX_THREADS => 0, ++ WITH_POSIX_THREADS => 0, # Try to build Graphics/TriD - WITH_3D => 1, + WITH_3D => undef, @@ -22,14 +22,14 @@ # You can use e.g. '-lMesaGL -lMesaGLU' with the correct -L directory # to use Mesa. @@ -23,7 +23,7 @@ # Whether or not to build the Karma interface module - WITH_KARMA => undef, # Leave it up to PDL to decide -+ WITH_KARMA => 0, # Leave it up to PDL to decide - WHERE_KARMA => undef, # Can specific explicit directory location ++ WITH_KARMA => 0, # Leave it up to PDL to decide + WHERE_KARMA => undef, # you may explicitly specify directory location # Whether or not to build the PDL::Slatec module diff -urN PDL.orig/patches/patch-bb PDL/patches/patch-bb --- PDL.orig/patches/patch-bb Tue Apr 4 12:34:49 2000 +++ PDL/patches/patch-bb Tue Apr 4 12:35:01 2000 @@ -1,11 +0,0 @@ ---- t/picnorgb.t.orig Tue Feb 9 17:09:24 1999 -+++ t/picnorgb.t Tue Feb 9 17:17:21 1999 -@@ -110,7 +110,7 @@ - $comp = ($form->[2] ? $im2->dummy(0,3) : $im2); - ok($n++,approx($comp,$in2)); - $comp = ($form->[2] ? ($im3->dummy(0,3)>0)*255 : ($im3 > 0)); -- $mult = $format eq 'SGI' || $usherr ? 255 : 65535; -+ $mult = $usherr ? 255 : 65535; - $comp = $comp->ushort*$mult if $format eq 'SGI'; # yet another format quirk - ok($n++,approx($comp,$in3)); - diff -urN PDL.orig/patches/patch-ff PDL/patches/patch-ff --- PDL.orig/patches/patch-ff Tue Apr 4 12:34:49 2000 +++ PDL/patches/patch-ff Tue Apr 4 12:35:01 2000 @@ -1,14 +0,0 @@ ---- Lib/Slatec/ExtUtils/F77.pm.orig Thu May 6 17:38:29 1999 -+++ Lib/Slatec/ExtUtils/F77.pm Thu May 6 18:06:10 1999 -@@ -140,6 +140,11 @@ - $F77config{Freebsd}{F77}{Trail_} = 1; - $F77config{Freebsd}{F77}{Link} = '-L/usr/lib -lf2c -lm'; - $F77config{Freebsd}{DEFAULT} = 'F77'; -+if (`f77 -v 2>\&1` =~ /^g77 version (egcs|2.95)/) { -+ # newer FreeBSD 4.0 -+ $F77config{Freebsd}{F77}{Compiler} = 'f77'; -+ $F77config{Freebsd}{F77}{Link} = '-L/usr/lib -lg2c -lm'; -+} - - ### VMS ### - diff -urN PDL.orig/pkg/PLIST PDL/pkg/PLIST --- PDL.orig/pkg/PLIST Tue Apr 4 12:34:50 2000 +++ PDL/pkg/PLIST Tue Apr 4 21:45:01 2000 @@ -1,225 +1,331 @@ bin/perldl -bin/pod2usage -bin/podselect -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Core/Core.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Core/Core.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Ops/Ops.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Ops/Ops.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Primitive/Primitive.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Primitive/Primitive.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Slices/Slices.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Slices/Slices.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Tests/Tests.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Tests/Tests.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Math/Math.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Math/Math.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/IIS/IIS.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/IIS/IIS.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/TriD/Rout/Rout.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/TriD/Rout/Rout.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/OpenGL/OpenGL.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/OpenGL/OpenGL.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/OpenGLQ/OpenGLQ.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/OpenGLQ/OpenGLQ.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Misc/Misc.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Misc/Misc.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Pnm/Pnm.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Pnm/Pnm.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Browser/Browser.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Browser/Browser.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/ImageRGB/ImageRGB.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/ImageRGB/ImageRGB.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Slatec/Slatec.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Slatec/Slatec.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/FFT/FFT.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/FFT/FFT.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Image2D/Image2D.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Image2D/Image2D.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/ImageND/ImageND.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/ImageND/ImageND.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/CallExt/CallExt.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/CallExt/CallExt.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Lite.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/AutoLoader.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/default.perldlrc -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/LiteF.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Options.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Philosophy.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Internals.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Tips.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Dataflow.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Indexing.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/FAQ.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Delta.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Objects.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Impatient.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Intro.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/Dump.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/Var.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/PDLCode.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/XS.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/Dims.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/PdlParObj.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/SymTab.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/Signature.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/Struct.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/CType.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Types.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Core/pdlsimple.h +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Basic.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/CallExt.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Char.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Complex.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Config.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Core.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Core/Dev.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Core/pdl.h +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Core/pdlcore.h lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Core/pdlmagic.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Core/Dev.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Core/typemap.pdl +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Core/pdlsimple.h lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Core/pdlthread.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Core/pdlcore.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Version.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Config.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Core.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Doc/Perldl.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Doc/Config.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Core/ppport.h +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Core/typemap.pdl +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Dataflow.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Dbg.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Exporter.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Basic.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Ops.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Primitive.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Slices.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Tests.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Math.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Demos/TriD2.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Delta.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Demos/General.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Demos/Screen.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Demos/PGPLOT_demo.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Demos/TriDGallery.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Demos/Screen.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Demos/TriD1.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Demos/TriD2.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Demos/TriDGallery.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Doc.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Pod/Html.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Pod/Parser.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Pod/Usage.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Pod/Select.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/PGPLOT.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Doc/Config.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Doc/Perldl.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Exporter.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/FAQ.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/FFT.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/FFTW.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Filter/LinPred.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Filter/Linear.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Fit/Gaussian.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Fit/LM.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Fit/Polynomial.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Gaussian.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/IIS.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/GL.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Pyramid.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/ramps/equa.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/ramps/expo.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/ramps/gamma.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/ramps/jigsaw.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/ramps/lasritt.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/ramps/log.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/ramps/neg.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/ramps/neglog.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/ramps/null.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/ramps/ramp.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/ramps/stairs.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/aips0.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/backgr.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/bgyrw.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/blue.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/blulut.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/color.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/green.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/heat.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/idl11.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/idl12.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/idl14.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/idl15.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/idl2.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/idl4.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/idl5.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/idl6.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/isophot.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/light.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/manycol.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/pastel.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/rainbow.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/rainbow1.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/rainbow2.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/rainbow3.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/rainbow4.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/ramp.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/random.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/random1.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/random2.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/random3.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/random4.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/random5.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/random6.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/real.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/red.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/smooth.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/smooth1.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/smooth2.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/smooth3.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/staircase.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/stairs8.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/stairs9.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables/standard.fits +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/OpenGL.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/OpenGLQ.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/PGPLOT.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/ArcBall.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Control3D.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Lines.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/GraphBox.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/MathGraph.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/GoBoard.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Cube.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Tk.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/VRML.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/GL.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Geomview.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/GoBoard.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Graph.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/GraphBox.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Image.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/SimpleScaler.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Quaternion.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Surface.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Objects.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Lines.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Logo.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/MathGraph.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Mesh.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/TextObjects.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Polygonize.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/OOGL.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Logo.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/ArcBall.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Graph.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Objects.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Polygonize.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Pyramid.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Quaternion.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Rout.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/OpenGL.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/OpenGLQ.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/VRML/Protos.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/SimpleScaler.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Surface.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/TextObjects.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/Tk.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD/VRML.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/VRML.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/IO/FastRaw.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/IO/Misc.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/IO/FlexRaw.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/IO/Pnm.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/IO/Pic.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/IO/Browser.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/IO/NDF.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Gaussian.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Opt/Simplex.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/ImageRGB.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Slatec.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/FFT.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Filter/LinPred.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Filter/Linear.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Image2D.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/ImageND.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/CallExt.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/pdldoc.db -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Lite.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/pod2html-itemcache -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/pod2html-dircache +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/VRML/Protos.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/AutoLoader.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/LiteF.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Options.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Philosophy.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Internals.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/PP.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Tips.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Basic.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/CallExt.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Char.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Complex.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Core.html lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Dataflow.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Indexing.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/FAQ.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Dbg.html lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Delta.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Objects.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Doc.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Doc_Perldl.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Exporter.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/FAQ.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/FFT.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/FFTW.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Filter_LinPred.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Filter_Linear.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Fit_Gaussian.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Fit_LM.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Fit_Polynomial.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Gaussian.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Graphics_IIS.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Graphics_LUT.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Graphics_OpenGLQ.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Graphics_PGPLOT.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Graphics_TriD.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Graphics_TriD_MathGraph.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Graphics_TriD_Rout.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Graphics_TriD_Tk.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Graphics_TriD_VRML.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/IO_Browser.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/IO_FastRaw.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/IO_FlexRaw.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/IO_Misc.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/IO_NDF.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/IO_Pic.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/IO_Pnm.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Image2D.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/ImageND.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/ImageRGB.html lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Impatient.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Index.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Indexing.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Internals.html lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Intro.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Types.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Version.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Config.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Core.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Dbg.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Exporter.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Basic.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Lite.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/LiteF.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Math.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Objects.html lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Ops.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Opt_Simplex.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Options.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/PDL.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/PP.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Philosophy.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Pod_Parser.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Pod_Select.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Pod_Usage.html lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Primitive.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Slatec.html lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Slices.html lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Tests.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Math.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Doc.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Gaussian.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/ImageRGB.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Slatec.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/FFT.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Image2D.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/ImageND.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/CallExt.html -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Core -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Ops -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Primitive -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Slices +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Tips.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/Types.html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/pod2html-dircache +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL/pod2html-itemcache +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/IO/Browser.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/IO/FastRaw.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/IO/FlexRaw.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/IO/Misc.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/IO/NDF.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/IO/Pic.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/IO/Pnm.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Image2D.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/ImageND.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/ImageRGB.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Impatient.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Index.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Indexing.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Internals.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Intro.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Lite.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/LiteF.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Math.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Objects.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Ops.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Opt/Simplex.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Options.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/CType.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/Dims.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/Dump.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/PDLCode.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/PdlParObj.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/Signature.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/Struct.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/SymTab.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/Var.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP/XS.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Philosophy.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Pod/Parser.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Pod/Select.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Pod/Usage.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Primitive.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Slatec.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Slices.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Tests.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Tips.pod +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Types.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Version.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/default.perldlrc +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/pdldoc.db +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/CallExt/CallExt.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/CallExt/CallExt.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Complex/Complex.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Complex/Complex.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Core/Core.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Core/Core.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/FFT/FFT.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/FFT/FFT.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/FFTW/FFTW.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/FFTW/FFTW.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Fit/Gaussian/Gaussian.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Fit/Gaussian/Gaussian.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/IIS/IIS.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/IIS/IIS.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/OpenGL/OpenGL.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/OpenGL/OpenGL.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/OpenGLQ/OpenGLQ.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/OpenGLQ/OpenGLQ.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/PGPLOT/PGPLOT.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/PGPLOT/PGPLOT.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/TriD/Rout/Rout.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/TriD/Rout/Rout.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Browser/Browser.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Browser/Browser.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Misc/Misc.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Misc/Misc.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Pnm/Pnm.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Pnm/Pnm.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Image2D/Image2D.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Image2D/Image2D.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/ImageND/ImageND.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/ImageND/ImageND.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/ImageRGB/ImageRGB.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/ImageRGB/ImageRGB.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Math/Math.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Math/Math.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Ops/Ops.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Ops/Ops.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Primitive/Primitive.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Primitive/Primitive.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Slatec/Slatec.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Slatec/Slatec.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Slices/Slices.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Slices/Slices.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Tests/Tests.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Tests/Tests.so @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Tests +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Slices +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Slatec +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Primitive +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Ops @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Math -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/IIS +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/ImageRGB +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/ImageND +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Image2D +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Pnm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Misc +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Browser +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/TriD/Rout @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/TriD -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/OpenGL +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/PGPLOT/ @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/OpenGLQ +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/OpenGL +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics/IIS @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Graphics -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Misc -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Pnm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO/Browser -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/IO -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/ImageRGB -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Slatec +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Fit/Gaussian +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Fit +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/FFTW @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/FFT -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Image2D -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/ImageND +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Core +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/Complex @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL/CallExt @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PDL -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Core -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Doc -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Demos @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Pod -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/VRML -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/IO +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/PP @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Opt -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Filter +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/IO @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs/PDL @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/HtmlDocs +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/VRML +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/TriD +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/tables +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT/ramps +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics/LUT +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Graphics +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Fit +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Filter +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Doc +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Demos +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL/Core @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PDL >Release-Note: >Audit-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 Apr 4 20:27: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 A4A1537BCBF; Tue, 4 Apr 2000 20:27:35 -0700 (PDT) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA81453; Tue, 4 Apr 2000 20:27:35 -0700 (PDT) (envelope-from mph@FreeBSD.org) Date: Tue, 4 Apr 2000 20:27:35 -0700 (PDT) From: Message-Id: <200004050327.UAA81453@freefall.freebsd.org> To: varju@snapple.webct.com, mph@FreeBSD.org, freebsd-ports@FreeBSD.org, mph@FreeBSD.org Subject: Re: ports/17795: port update for palm/jpilot Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port update for palm/jpilot State-Changed-From-To: open->closed State-Changed-By: mph State-Changed-When: Tue Apr 4 23:26:50 EDT 2000 State-Changed-Why: Update applied, thanks. BTW, this looks like cool software. I wish I hadn't left my Palm at home... Responsible-Changed-From-To: freebsd-ports->mph Responsible-Changed-By: mph Responsible-Changed-When: Tue Apr 4 23:26:50 EDT 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 Tue Apr 4 21: 6:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pascal.uol.com.br (pascal.uol.com.br [200.230.198.87]) by hub.freebsd.org (Postfix) with ESMTP id AED6037BC7A for ; Tue, 4 Apr 2000 21:06:03 -0700 (PDT) (envelope-from lioux-alias-ppp-ports=freebsd.org@uol.com.br) Received: from bsa-1-as02-7-a19.gd.uol.com.br (bsa-1-as02-7-a19.gd.uol.com.br [200.197.118.83] (may be forged)) by pascal.uol.com.br (8.9.1/8.9.1) with ESMTP id BAA03291 for ; Wed, 5 Apr 2000 01:00:52 -0300 (BRT) Received: (qmail 47684 invoked by uid 1001); 5 Apr 2000 04:00:32 -0000 From: lioux@uol.com.br Date: Wed, 5 Apr 2000 01:00:32 -0300 To: ports@freebsd.org Subject: XFree86-4 Xarch.h include problem (was ImageMagick) Message-ID: <20000405010032.A41981@Fedaykin.here> References: <20000403134258Y.fuyuki@jade.dti.ne.jp> <20000403190141.A6100@titan.klemm.gtn.com> <20000404091659K.fuyuki@jade.dti.ne.jp> <20000404161925.A901@titan.klemm.gtn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000404161925.A901@titan.klemm.gtn.com>; from andreas@klemm.gtn.com on Tue, Apr 04, 2000 at 04:19:25PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Apr 04, 2000 at 04:19:25PM +0200, Andreas Klemm wrote: > New APSFILTER 520 and songs from our band - http://people.freebsd.org/~andreas Dear Guys, This thread just reminded me this. I am running FBSD 4.0-stable as of 21/3/2000, latest port files as of yesterday. I found this problem with XFree86-4 when compiling ImageMagick as an apsfilter dependency. The error message follows at the end of this message. Is this problem known? I mean expected? I can't seem to find the byteorder header file in the latest src cvsup. Should we produce any appropriate replacement? -- Totally naive on this matter. :) mferreira Option Configure option Configured value ---------------------------------------------------------- Shared libraries --enable-shared=yes yes Static libraries --enable-static=yes yes GNU ld --with-gnu-ld=no yes Ghostscript None yes LZW support --enable-lzw=no no 16 bit pixels --enable-16bit-pixel=yes yes SFIO --enable-sfio=no no PERL --with-perl=/usr/bin/perl5.00503 /usr/bin/perl5.00503 BZLIB --with-bzlib=yes yes DPS --with-dps=yes yes FlashPIX --with-fpx=yes no HDF --with-hdf=yes yes JBIG --with-jbig=yes yes JPEG --with-jpeg=yes yes PNG --with-png=yes yes TIFF --with-tiff=yes yes TrueType (TTF) --with-ttf=yes yes TTF Path --with-ttf-fontpath= "" ZLIB --with-zlib=yes yes X11 --with-x=yes yes X11 Configuration: X_CFLAGS = -I/usr/X11R6/include X_PRE_LIBS = -lSM -lICE X_LIBS = -L/usr/X11R6/lib X_EXTRA_LIBS = Final Compilation Flags: CC = cc CFLAGS = -O -pipe -pipe -Wall -O CPPFLAGS = -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 LDFLAGS = -L/usr/ports/graphics/ImageMagick/work/ImageMagick-5.1.1/magick/.libs -L/usr/local/lib -L/usr/X11R6/lib LIBS = -ljbig -ldf -ltiff -lttf -ljpeg -lpng -ldpstk -ldps -lXext -lXt -lX11 -lbz2 -lz -lm ===> Building for ImageMagick-5.1.1 Making all in delegates Making all in magick /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I../ -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -O -pipe -pipe -Wall -O -c PreRvIcccm.c mkdir .libs cc -DHAVE_CONFIG_H -I../ -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include/X11 -O -pipe -pipe -Wall -O -c PreRvIcccm.c -fPIC -DPIC -o .libs/PreRvIcccm.lo In file included from /usr/X11R6/include/X11/Xos.h:307, from xwindows.h:15, from PreRvIcccm.c:55: /usr/X11R6/include/X11/Xarch.h:48: sys/byteorder.h: No such file or directory *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 21: 9:15 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pascal.uol.com.br (pascal.uol.com.br [200.230.198.87]) by hub.freebsd.org (Postfix) with ESMTP id 05E5637B720 for ; Tue, 4 Apr 2000 21:09:11 -0700 (PDT) (envelope-from lioux-alias-ppp-freebsd-ports=FreeBSD.ORG@uol.com.br) Received: from bsa-1-as02-7-a19.gd.uol.com.br (bsa-1-as02-7-a19.gd.uol.com.br [200.197.118.83] (may be forged)) by pascal.uol.com.br (8.9.1/8.9.1) with ESMTP id BAA14341 for ; Wed, 5 Apr 2000 01:08:51 -0300 (BRT) Received: (qmail 47713 invoked by uid 1001); 5 Apr 2000 04:07:00 -0000 From: lioux@uol.com.br Date: Wed, 5 Apr 2000 01:07:00 -0300 To: Brandon Fosdick Cc: lioux@uol.com.br, freebsd-ports@FreeBSD.ORG Subject: Re: Code Crusader? Message-ID: <20000405010700.B41981@Fedaykin.here> References: <38E68E47.331F0052@glue.umd.edu> <20000402124425.A20347@Fedaykin.here> <38E76E77.CCCB05D6@glue.umd.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <38E76E77.CCCB05D6@glue.umd.edu>; from bfoz@glue.umd.edu on Sun, Apr 02, 2000 at 11:59:51AM -0400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, Apr 02, 2000 at 11:59:51AM -0400, Brandon Fosdick wrote: > > So you have a fixed port already done? Can you send it to me? > > If you don't have it finished, can you send me what you have? I'll finished it > up if you want. Sorry for the cold shower, but .... I just tried part of my port with my recent STABLE and it is very broken. Not as much as the current one, but it not working too. This is very sad since I have a working binary. :) It seems to be related to the latest gcc. Unfortunaly, the last time I recall having successfully used my partial port was before the gcc upgrade. I am under some stress at the University, so I won't be able to fix it (if at all possible) in the next 2 weeks. Later on, I will. I just have to get this back working. The combination of codecrusader and DDD is smashing. Sorry -- Regards mferreira To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Tue Apr 4 21: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 A77C137B536 for ; Tue, 4 Apr 2000 21:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA85601; Tue, 4 Apr 2000 21:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mobile.gerp.org (mobile.gerp.org [216.80.26.35]) by hub.freebsd.org (Postfix) with SMTP id 9DD7B37B732 for ; Tue, 4 Apr 2000 21:10:13 -0700 (PDT) (envelope-from kdulzo@mobile.gerp.org) Received: (qmail 20630 invoked by uid 100); 5 Apr 2000 04:10:11 -0000 Message-Id: <20000405041011.20629.qmail@mobile.gerp.org> Date: 5 Apr 2000 04:10:11 -0000 From: kdulzo@mobile.gerp.org Reply-To: kdulzo@gerp.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17806: net/citrix_ica build broken Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17806 >Category: ports >Synopsis: make in ports/net/citrix_ica loops on script >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 4 21:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kevin M. Dulzo >Release: FreeBSD 4.0-STABLE i386 >Organization: Gerp Organisation >Environment: Latest CVSup of ports >Description: Apparently the install wants to attempt to integrate with netscape this option presents a new item for the "response" file. >How-To-Repeat: Without netscape, or with linux netscape (have not verified if it works with native netscape installed), cd /usr/ports/net/citrix_ica ; make. >Fix: --- files/response~ Tue Apr 4 23:03:53 2000 +++ files/response Tue Apr 4 23:04:29 2000 @@ -2,4 +2,5 @@ DESTINATION y y +n 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 Tue Apr 4 21:20: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 7871237BD6E for ; Tue, 4 Apr 2000 21:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA85612; Tue, 4 Apr 2000 21:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from merak.tct.net (merak.tct.net [216.94.229.18]) by hub.freebsd.org (Postfix) with ESMTP id 32AE037BCB2 for ; Tue, 4 Apr 2000 21:15:14 -0700 (PDT) (envelope-from mike@merak.tct.net) Received: (from mike@localhost) by merak.tct.net (8.9.3/8.9.3) id AAA57149; Wed, 5 Apr 2000 00:15:08 -0400 (EDT) (envelope-from mike) Message-Id: <200004050415.AAA57149@merak.tct.net> Date: Wed, 5 Apr 2000 00:15:08 -0400 (EDT) From: mike@q9media.com Reply-To: mike@q9media.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17807: Update port: astro/setiathome Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17807 >Category: ports >Synopsis: Update port: astro/setiathome >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 4 21:20:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mike Barcroft >Release: FreeBSD 3.4-RELEASE i386 >Organization: Q9 Media >Environment: >Description: The following is an updated port for Seti@home. This should resolve ports/16699 and ports/17569. diff -ruN setiathome.orig/Makefile setiathome/Makefile --- setiathome.orig/Makefile Tue Feb 8 04:25:46 2000 +++ setiathome/Makefile Tue Apr 5 12:00:00 2000 @@ -1,16 +1,18 @@ # Ports collection makefile for: setiathome -# Version required: 1.2 +# Version required: 2.4 # Date created: 22 Apr 1999 # Whom: stb@freebsd.org +# mike@q9media.com # -# $FreeBSD: ports/astro/setiathome/Makefile,v 1.15 2000/02/08 09:25:46 peter Exp $ +# $FreeBSD$ # -PKGNAME= setiathome-1.2 +PKGNAME= setiathome-2.4 CATEGORIES= astro -MASTER_SITES= http://setiathome.ssl.berkeley.edu/software/ \ - ftp://ftp.cdrom.com/pub/setiathome/ \ - http://people.FreeBSD.org/~stb/mirror/setiathome.ssl.berkeley.edu/software/ +MASTER_SITES= ftp://ftp.cdrom.com/pub/setiathome/ \ + ftp://alien.ssl.berkeley.edu/pub/ \ + ftp://setidata.ssl.berkeley.edu/pub/ \ + ftp://serendip.ssl.berkeley.edu/pub/ MAINTAINER= stb@freebsd.org @@ -24,36 +26,19 @@ .include -.if ${OSVERSION} >= 400000 -DISTFILES= setiathome-1.1.i386-unknown-freebsd4.0.tar -WRKSRC= setiathome-1.1.i386-unknown-freebsd4.0 -PKGNAME= setiathome-1.1 -.elif ${OSVERSION} >= 320000 -DISTFILES= setiathome-1.2.i386-unknown-freebsd3.2.tar -WRKSRC= setiathome-1.2.i386-unknown-freebsd3.2 -.elif ${OSVERSION} >= 310000 -DISTFILES= setiathome-1.2.i386-unknown-freebsd3.1.tar -WRKSRC= setiathome-1.2.i386-unknown-freebsd3.1 -.elif ${OSVERSION} >= 228000 -DISTFILES= setiathome-1.2.i386-unknown-freebsd2.2.8.tar -WRKSRC= setiathome-1.2.i386-unknown-freebsd2.2.8 -.elif ${OSVERSION} >= 227000 -DISTFILES= setiathome-1.2.i386-unknown-freebsd2.2.7.tar -WRKSRC= setiathome-1.2.i386-unknown-freebsd2.2.7 +.if ${OSVERSION} >= 310000 +DISTFILES= setiathome-2.4.i386-unknown-freebsd3.3.tar +WRKSRC= setiathome-2.4.i386-unknown-freebsd3.3 .elif ${OSVERSION} >= 226000 -DISTFILES= setiathome-1.2.i386-unknown-freebsd2.2.6.tar -WRKSRC= setiathome-1.2.i386-unknown-freebsd2.2.6 +DISTFILES= setiathome-2.4.i386-unknown-freebsd2.2.8.tar +WRKSRC= setiathome-2.4.i386-unknown-freebsd2.2.8 .else DISTFILES= .endif .if make(makesum) || defined(FETCH_ALL) -DISTFILES= setiathome-1.2.i386-unknown-freebsd2.2.6.tar \ - setiathome-1.2.i386-unknown-freebsd2.2.7.tar \ - setiathome-1.2.i386-unknown-freebsd2.2.8.tar \ - setiathome-1.2.i386-unknown-freebsd3.1.tar \ - setiathome-1.2.i386-unknown-freebsd3.2.tar \ - setiathome-1.1.i386-unknown-freebsd4.0.tar +DISTFILES= setiathome-2.4.i386-unknown-freebsd3.3.tar \ + setiathome-2.4.i386-unknown-freebsd2.2.8.tar .endif NO_BUILD= "binary distribution" @@ -70,7 +55,7 @@ @if [ -z "${DISTFILES}" ]; then \ ${ECHO} "It seems you are running FreeBSD `uname -r`, which is not currently"; \ ${ECHO} "supported. SETI@home currently supports only FreeBSD 2.2.6 and above,"; \ - ${ECHO} "FreeBSD 3.1. and above, and FreeBSD 4.0."; \ + ${ECHO} "FreeBSD 3.1 and above, and FreeBSD 4.0."; \ ${ECHO} \ exit 72; \ fi; diff -ruN setiathome.orig/files/md5 setiathome/files/md5 --- setiathome.orig/files/md5 Mon Jun 7 07:15:05 1999 +++ setiathome/files/md5 Wed Apr 5 12:00:00 2000 @@ -1,6 +1,2 @@ -MD5 (setiathome-1.2.i386-unknown-freebsd2.2.6.tar) = 003f80532dfa676cab5f4e4ca88d013d -MD5 (setiathome-1.2.i386-unknown-freebsd2.2.7.tar) = bc44188baaaa4c498243a06afe9b3398 -MD5 (setiathome-1.2.i386-unknown-freebsd2.2.8.tar) = 6080aa90f864a8fe9f18a2c3b56da2cb -MD5 (setiathome-1.2.i386-unknown-freebsd3.1.tar) = c83a6f13b3356565891558cf23a0207b -MD5 (setiathome-1.2.i386-unknown-freebsd3.2.tar) = 7fda39ff2927fb03c315cc50de8d200b -MD5 (setiathome-1.1.i386-unknown-freebsd4.0.tar) = c94f4935f85e3d68de066039063afd7f +MD5 (setiathome-2.4.i386-unknown-freebsd2.2.8.tar) = 2fe0d24be297a913998c3fc110d97ee4 +MD5 (setiathome-2.4.i386-unknown-freebsd3.3.tar) = 0d9bb4cc621388a008bf81b6dcd43068 diff -ruN setiathome.orig/files/setiathome.1 setiathome/files/setiathome.1 --- setiathome.orig/files/setiathome.1 Sun Aug 29 06:56:21 1999 +++ setiathome/files/setiathome.1 Wed Apr 5 12:00:00 2000 @@ -1,5 +1,5 @@ -.\" Copyright status unkown -.\" $FreeBSD: ports/astro/setiathome/files/setiathome.1,v 1.8 1999/08/29 10:56:21 peter Exp $ +.\" Copyright status unknown +.\" $FreeBSD$ .Dd May 19, 1999 .Dt setiathome 1 LOCAL .Os FreeBSD @@ -176,7 +176,7 @@ Start-up script. .It Pa /var/db/setiathome/ Primary working directory. -.It Pa /var/db/setiathome/user_info.txt +.It Pa /var/db/setiathome/user_info.sah Registration data. .It Pa /var/db/setiathome/ Ns Va n Ns Pa / Working directories for additional process @@ -184,12 +184,12 @@ (when running more than one instance). .It Pa /var/db/setiathome/ Ns Xo .Op Ns Va n Ns Pa / Ns -.Pa lock.txt +.Pa lock.sah .Xc Lock file to prevent multiple instances to work on the same data. .It Pa /var/db/setiathome/ Ns Xo .Op Ns Va n Ns Pa / Ns -.Pa *.txt +.Pa *.sah .Xc Working files. .El diff -ruN setiathome.orig/files/setiathome.sh setiathome/files/setiathome.sh --- setiathome.orig/files/setiathome.sh Tue May 18 18:40:34 1999 +++ setiathome/files/setiathome.sh Wed Apr 5 12:00:00 2000 @@ -35,9 +35,9 @@ "unable to start: ${seti_wrkdir}/${i} is missing." exit 72 fi - if [ ! -f ${seti_wrkdir}/${i}/user_info.txt ]; then + if [ ! -f ${seti_wrkdir}/${i}/user_info.sah ]; then logger -sp daemon.err -t setiathome \ - "unable to start: please log in to SETI@home first. (${seti_wrkdir}/${i}/user_info.txt is missing.)" + "unable to start: please log in to SETI@home first. (${seti_wrkdir}/${i}/user_info.sah is missing.)" exit 72 fi done @@ -57,7 +57,7 @@ mkdir -p ${seti_wrkdir} chown ${seti_user} ${seti_wrkdir} chmod u=Xrw,g=Xr,o=Xr ${seti_wrkdir} - if [ -f ${seti_wrkdir}/user_info.txt ]; then + if [ -f ${seti_wrkdir}/user_info.sah ]; then echo " It seems you have already registered with SETI@home. Would you like" echo -n " to repeat the procedure? [Y/n] " read a @@ -78,8 +78,8 @@ chown ${seti_user} ${seti_wrkdir}/${i} chmod 755 ${seti_wrkdir}/${i} # Assume the user want's all processes to run with the same registration - rm -f ${seti_wrkdir}/${i}/user_info.txt - ln -sf ../user_info.txt ${seti_wrkdir}/${i} + rm -f ${seti_wrkdir}/${i}/user_info.sah + ln -sf ../user_info.sah ${seti_wrkdir}/${i} i=`expr ${i} - 1` done fi diff -ruN setiathome.orig/pkg/INSTALL setiathome/pkg/INSTALL --- setiathome.orig/pkg/INSTALL Tue May 18 18:40:35 1999 +++ setiathome/pkg/INSTALL Wed Apr 5 12:00:00 2000 @@ -51,7 +51,7 @@ ${RCD} register - if [ ! -f ${DBDIR}/user_info.txt ]; then + if [ ! -f ${DBDIR}/user_info.sah ]; then echo "unable to start setiathome: it seems registration or login failed." exit 0 fi >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 Apr 4 21:33: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mobile.gerp.org (mobile.gerp.org [216.80.26.35]) by hub.freebsd.org (Postfix) with SMTP id C798637BCBF for ; Tue, 4 Apr 2000 21:33:05 -0700 (PDT) (envelope-from kdulzo@mobile.gerp.org) Received: (qmail 26581 invoked by uid 100); 5 Apr 2000 04:33:05 -0000 Date: Tue, 4 Apr 2000 23:33:05 -0500 From: "Kevin M. Dulzo" To: FreeBSD-ports@freebsd.org Subject: XFree86-4 port issues Message-ID: <20000404233305.B26562@mobile.gerp.org> Reply-To: kdulzo@gerp.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I noted the pr in regards to ImageMagick failing, I currently wish to blame the XFree86-4 port or build process. I am by no means understanding the complexities of the X build, but the Xarch.h has an #ifdef(SVR4) ... #if (!sun) #include ... Or something like that, I inserted a #warning after the #ifdef(SVR4) and this include, or somewhere in some process thinks we are SVR4! This cannot be correct...or can it? -Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 5 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 2EADF37BC39 for ; Wed, 5 Apr 2000 01:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA12051; Wed, 5 Apr 2000 01:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 5 Apr 2000 01:20:02 -0700 (PDT) Message-Id: <200004050820.BAA12051@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Samuel Tardieu Subject: Re: ports/17799: JGNAT port Reply-To: Samuel Tardieu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17799; it has been noted by GNATS. From: Samuel Tardieu To: Will Andrews Cc: sam@ada.eu.org, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: ports/17799: JGNAT port Date: Wed, 5 Apr 2000 10:13:01 +0200 On 4/04, Will Andrews wrote: | Please, when you submit new ports in the future, use this method: [...] Ok. | > X# $FreeBSD: ports/lang/yorick/Makefile,v 1.5 1999/11/26 18:34:42 steve Exp $ | | Don't do this. Do: | | # $FreeBSD$ While I see why it matters when submitting diffs, I don't see the problem for an initial submission as the FreeBSD will be replaced when one does the initial checkin. | > XBUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat ${LOCALBASE}/jdk1.1.8/bin/javac:${PORTSDIR}/java/jdk | | This should be: | | BUILD_DEPENDS= ${LOCALBASE}/bin/adagcc:${PORTSDIR}/lang/gnat \ | ${LOCALBASE}/bin/javac:${PORTSDIR}/java/jdk | | Or pick another binary installed by the jdk port that isn't put into the | above directory (because you'll have to change the BUILD_DEPENDS every time | the jdk port gets updated. Ok, I'll use the absolute PATH for adagcc. But I can't do that for the JDK: % pkg_info -L jdk-1.1.8 | grep -v /usr/local/jdk1.1.8 Information for jdk-1.1.8: Files: [nothing] jdk1.1.8 does not install any file in /usr/local/bin. Java is platform-independant but highly version-dependant. Moreover, I will have to change the port each time the jdk gets updated, because of the incompatibilities. | If there is a WWW site for this program, please post it here. There is none. | > Xlib/jgnat/adainclude/a-nllefu.ads | | Er.. why is this being installed in a non-hier(7)-compatible directory? Where does one put platform-specific private files? I can't put them in libexec as they are not daemons or utilities. This is common practice to do this: % find /usr/local/lib/* -type d -prune -print /usr/local/lib/Tcldot /usr/local/lib/dejagnu /usr/local/lib/dip /usr/local/lib/erlang /usr/local/lib/expect5.31 /usr/local/lib/gcc-lib /usr/local/lib/gnupg /usr/local/lib/m3 /usr/local/lib/netscape /usr/local/lib/ocaml /usr/local/lib/perl5 /usr/local/lib/postfix /usr/local/lib/ppxp /usr/local/lib/python1.5 /usr/local/lib/speak_freely /usr/local/lib/swig_lib /usr/local/lib/tcl7.6 /usr/local/lib/tcl8.0 /usr/local/lib/tcl8.2 /usr/local/lib/tk4.2 /usr/local/lib/tk8.0 /usr/local/lib/tk8.2 /usr/local/lib/xemacs /usr/local/lib/xemacs-21.1.9 /usr/local/lib/xmms /usr/local/lib/zsh Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 5 1:59:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from cache1.telkomsel.co.id (cache1.telkomsel.co.id [202.155.14.251]) by hub.freebsd.org (Postfix) with ESMTP id C1A8637BE06 for ; Wed, 5 Apr 2000 01:55:57 -0700 (PDT) (envelope-from roy@Telkomsel.co.id) Received: from s2.telkomsel.co.id (s2.Telkomsel.co.id [10.1.83.34]) by cache1.telkomsel.co.id (8.9.3/8.9.3) with ESMTP id PAA45186 for ; Wed, 5 Apr 2000 15:32:03 +0700 (JAVT) (envelope-from roy@Telkomsel.co.id) Received: from yerubabel (yerubabel.HQ.Telkomsel.co.id [10.1.80.206]) by s2.telkomsel.co.id (8.9.3/8.9.3) with SMTP id PAA05760 for ; Wed, 5 Apr 2000 15:31:57 +0700 (JAVT) (envelope-from roy@telkomsel.co.id) From: "roy" To: Subject: Webmin Ports, need upgrade please..... :( Date: Wed, 5 Apr 2000 15:31:26 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ========================================================= "God is good all the time and All the time God is good" ------- for ER mailto 0811844748@telkomsel.co.id -------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 5 2: 9:19 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.9.224.2]) by hub.freebsd.org (Postfix) with ESMTP id 12A9837B968; Wed, 5 Apr 2000 02:09:11 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from vega.vega.com (dialup8-37.iptelecom.net.ua [212.9.227.229]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id MAA00485; Wed, 5 Apr 2000 12:15:42 +0300 (EEST) Received: from altavista.net (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.9.3/8.9.3) with ESMTP id MAA03438; Wed, 5 Apr 2000 12:08:31 +0300 (EEST) (envelope-from sobomax@altavista.net) Message-ID: <38EB028E.247723A8@altavista.net> Date: Wed, 05 Apr 2000 12:08:30 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: "Vanilla I. Shu" Cc: cvs-all@freebsd.org, ports@freebsd.org Subject: Re: cvs commit: ports/graphics/gimp1 Makefile ports/graphics/gimp1/filesgimp.setfont md5 ports/graphics/gimp1/patches patch-ao patch-ahpatch-ak patch-an ports/graphics/gimp1/pkg PLIST.perl PLIST References: <200004021914.MAA17822@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------F469014B374B9381EEB3CCCD" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------F469014B374B9381EEB3CCCD Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit "Vanilla I. Shu" wrote: > vanilla 2000/04/02 12:14:31 PDT > > Modified files: > graphics/gimp1 Makefile > graphics/gimp1/files gimp.setfont md5 > graphics/gimp1/patches patch-ah patch-ak patch-an > graphics/gimp1/pkg PLIST > Added files: > graphics/gimp1/patches patch-ao > graphics/gimp1/pkg PLIST.perl > Log: > Upgrade to 1.1.18, and add myself as MAINTAINER. > (erich leave us long time ago). Did you look into resulting port's Makefile? Particulatly I'm interesting how do you expect to PLIST=${SRCDIR}/PLIST.perl will be created? It is also broken when USE_GNOME defined. Following is small patch which should fix these obvious nasties. -Maxim --------------F469014B374B9381EEB3CCCD Content-Type: text/plain; charset=koi8-r; name="gimp.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gimp.diff" --- Makefile.orig Wed Apr 5 11:46:18 2000 +++ Makefile Wed Apr 5 11:52:44 2000 @@ -55,11 +55,11 @@ .endif .if defined(WITHOUT_PERL) -PLISTORIG= ${WRKDIR}/PLIST -PLIST= ${PKGDIR}/PLIST +PLISTORIG= ${PKGDIR}/PLIST +PLIST= ${WRKDIR}/PLIST .else -PLISTORIG= ${WRKDIR}/PLIST.perl -PLIST= ${SRCDIR}/PLIST.perl +PLISTORIG= ${PKGDIR}/PLIST.perl +PLIST= ${WRKDIR}/PLIST.perl pre-fetch: @${ECHO} -n "If you want to compile without perl support " @${ECHO} "'make -DWITHOUT_PERL' instead" @@ -67,6 +67,8 @@ .if defined(WITH_GNOME) && ${WITH_GNOME} == yes LIB_DEPENDS+= gtkxmhtml.3:${PORTSDIR}/x11/gnomelibs +pre-install: + @${CAT} ${PLISTORIG} > ${PLIST} .else pre-install: @${SED} -e '/helpbrowser/d' ${PLISTORIG} > ${PLIST} --------------F469014B374B9381EEB3CCCD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 5 4: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 7229537BE2F for ; Wed, 5 Apr 2000 04:30:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA33435; Wed, 5 Apr 2000 04:30:07 -0700 (PDT) (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 51B5637B979 for ; Wed, 5 Apr 2000 04:22:31 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA32476; Wed, 5 Apr 2000 04:22:30 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Message-Id: <200004051122.EAA32476@freefall.freebsd.org> Date: Wed, 5 Apr 2000 04:22:30 -0700 (PDT) From: yatt@msc.biglobe.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17811: Update: japanese/timidity++-tcltk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17811 >Category: ports >Synopsis: Update: japanese/timidity++-tcltk >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 Apr 5 04:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Yoichi ASAI >Release: 3.4-RELEASE >Organization: Personal >Environment: >Description: Update for japanese/timidity++-tcltk. >How-To-Repeat: >Fix: diff -urN timidity++-tcltk.orig/Makefile timidity++-tcltk/Makefile --- timidity++-tcltk.orig/Makefile Wed Oct 13 15:54:00 1999 +++ timidity++-tcltk/Makefile Thu Mar 2 21:42:16 2000 @@ -6,65 +6,9 @@ # $FreeBSD: ports/japanese/timidity++-tcltk/Makefile,v 1.1.1.1 1999/10/13 06:54:28 flathill Exp $ # -DISTNAME= TiMidity++-1.3.10 -PKGNAME= ja-timidity++-tcltk-1.3.10 -CATEGORIES= japanese audio -MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ +INTERFACE= tcltk +JAPANESE= yes -MAINTAINER= yatt@msc.biglobe.ne.jp +MASTERDIR= ${.CURDIR}/../../audio/timidity++-emacs -RUN_DEPENDS= ${PREFIX}/bin/timidity:${PORTSDIR}/audio/timidity++ -LIB_DEPENDS= tk80jp.1:${PORTSDIR}/japanese/tk80 - -# If you don't require Japanese docs, uncomment this. -#NO_USE_JAPANESE= yes - -USE_XLIB= yes -USE_AUTOCONF= yes - -MASTERDIR= ${.CURDIR}/../../audio/timidity++ -PKGDIR= ${.CURDIR}/pkg - -DIST_SUBDIR= timidity - -.include - -CONFIGURE_ARGS= --prefix=${PREFIX} --with-x \ - --disable-ncurses --disable-vt100 --enable-tcltk=dynamic \ - --disable-emacs --disable-xaw --disable-xskin \ - --disable-motif --disable-slang --disable-gtk \ - --enable-network --enable-spectrogram --enable-wrd -CONFIGURE_ARGS+= --with-tcl-includes=${PREFIX}/include/tcl8.0jp \ - --with-tk-includes=${PREFIX}/include/tk8.0jp \ - --with-tcl-libs=${PREFIX}/lib --with-tk-libs=${PREFIX}/lib -CONFIGURE_ENV= WISH=wish8.0jp -.if ${PORTOBJFORMAT} == "elf" -CONFIGURE_ENV+= LDFLAGS=-export-dynamic -.endif - -TIMID_DIR= ${PREFIX}/lib/timidity -LINK= tkmidi -DOCFILES= README.tk -DOCLANG= C -.if !defined(NO_USE_JAPANESE) -DOCLANG+= ja_JP.ujis -.endif - -do-build: - cd ${WRKSRC}/interface; ${MAKE} - -do-install: - cd ${WRKSRC}/interface; ${MAKE} ${INSTALL_TARGET} - ${LN} -sf ${PREFIX}/bin/timidity ${PREFIX}/bin/${LINK} - -post-install: -.if !defined(NOPORTDOCS) -.for lang in ${DOCLANG} - @${MKDIR} \ - ${PREFIX}/share/doc/timidity/`echo ${lang} | ${SED} 's/_JP.ujis//'` - ${INSTALL_DATA} ${WRKSRC}/doc/${lang}/${DOCFILES} \ - ${PREFIX}/share/doc/timidity/`echo ${lang} | ${SED} 's/_JP.ujis//'` -.endfor -.endif - -.include +.include "${MASTERDIR}/Makefile" diff -urN timidity++-tcltk.orig/pkg/DESCR timidity++-tcltk/pkg/DESCR --- timidity++-tcltk.orig/pkg/DESCR Wed Oct 13 15:54:00 1999 +++ timidity++-tcltk/pkg/DESCR Thu Mar 2 20:52:07 2000 @@ -3,7 +3,7 @@ Formerly, the original version of this program was written by Tuuka Toivonen(until version 0.2i). Now, Masanao Izumo and many hackers are developing "TiMidity++". -Official site is -http://www.goice.co.jp/member/mo/timidity/ + +WWW: http://www.goice.co.jp/member/mo/timidity/ Yoichi Asai diff -urN timidity++-tcltk.orig/pkg/PLIST timidity++-tcltk/pkg/PLIST --- timidity++-tcltk.orig/pkg/PLIST Wed Oct 13 15:54:00 1999 +++ timidity++-tcltk/pkg/PLIST Thu Mar 2 20:52:07 2000 @@ -1,4 +1,15 @@ bin/tkmidi +lib/timidity/bitmaps/back.xbm +lib/timidity/bitmaps/fwrd.xbm +lib/timidity/bitmaps/next.xbm +lib/timidity/bitmaps/pause.xbm +lib/timidity/bitmaps/play.xbm +lib/timidity/bitmaps/prev.xbm +lib/timidity/bitmaps/quit.xbm +lib/timidity/bitmaps/random.xbm +lib/timidity/bitmaps/repeat.xbm +lib/timidity/bitmaps/stop.xbm +lib/timidity/bitmaps/timidity.xbm lib/timidity/browser.tcl lib/timidity/interface_k.so lib/timidity/misc.tcl @@ -7,3 +18,4 @@ lib/timidity/tkpanel.tcl share/doc/timidity/C/README.tk share/doc/timidity/ja/README.tk +@dirrm lib/timidity/bitmaps >Release-Note: >Audit-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 Apr 5 7:57: 3 2000 Delivered-To: freebsd-ports@freebsd.org Received: from lunatic.oneinsane.net (lunatic.oneinsane.net [207.113.133.231]) by hub.freebsd.org (Postfix) with ESMTP id 21B0A37BBAF for ; Wed, 5 Apr 2000 07:57:01 -0700 (PDT) (envelope-from insane@lunatic.oneinsane.net) Received: by lunatic.oneinsane.net (Postfix, from userid 1000) id 41E1B5D8D; Wed, 5 Apr 2000 07:57:00 -0700 (PDT) Date: Wed, 5 Apr 2000 07:57:00 -0700 From: Ron 'The InSaNe One' Rosson To: freebsd-ports@freebsd.org Subject: Re: ports/17795: port update for palm/jpilot Message-ID: <20000405075700.B1333@lunatic.oneinsane.net> Reply-To: Ron Rosson References: <200004050327.UAA81453@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200004050327.UAA81453@freefall.freebsd.org>; from mph@FreeBSD.org on Tue, Apr 04, 2000 at 08:27:35PM -0700 X-Operating-System: FreeBSD lunatic.oneinsane.net 4.0-RELEASE X-Moon: The Moon is Waxing Crescent (1% of Full) X-Opinion: What you read here is my IMHO X-Disclaimer: I am a firm believer in RTFM X-WWW: http://www.oneinsane.net X-PGP-KEY: http://www.oneinsane.net/~insane/insane2-pgp5i.txt X-Uptime: 7:53AM up 28 mins, 1 user, load averages: 0.00, 0.00, 0.00 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 04 Apr 2000, mph@FreeBSD.org was heard blurting out: > Synopsis: port update for palm/jpilot > > State-Changed-From-To: open->closed > State-Changed-By: mph > State-Changed-When: Tue Apr 4 23:26:50 EDT 2000 > State-Changed-Why: > Update applied, thanks. BTW, this looks like cool software. I > wish I hadn't left my Palm at home... > I have been using jpilot for awhile. I use the port becuase it is easier to upgrade as things change. A while back plugins was fixed in the port so it would compile and install. Is there a chance that there can be an option set to compile and install the 2 plugins that are in the distibution. Maybe is if someone has the time add the other plugins that are listed on the website. Just an Idea -- ------------------------------------------------------------------- Ron Rosson ... and a UNIX user said ... The InSaNe One rm -rf * insane@oneinsane.net and all was /dev/null and *void() ------------------------------------------------------------------- Better living through denial To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 5 10:48:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ns.dataprotect.com (ns.dataprotect.com [194.221.6.34]) by hub.freebsd.org (Postfix) with ESMTP id 8DBF337BB24 for ; Wed, 5 Apr 2000 10:48:46 -0700 (PDT) (envelope-from hk@dataprotect.com) Received: from dataprotect.com (fw.dataprotect.com [194.221.6.19]) by ns.dataprotect.com (dp Secure SMTP Server 2.23) with SMTP id 2D683B802 for ; Wed, 5 Apr 2000 20:53:22 +0200 (CEST) Message-ID: <005d01bf9ec1$f24c32e0$9006ddc2@horus> From: "Howard Kirk" To: Subject: Quick Question Date: Wed, 5 Apr 2000 07:44:01 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 Hey, I have what I think is a simple question for whoever maintains this email address :) Im new to FreeBSD and while using the ports (ya know, for distfiles) I messed something. Now I cant use make or makefile because there seems to be some type of queue or log of things that were downloaded when I messed up and it tries processing those first. Is there a queue or log that I could flush out so I can once again use the ports for distfiles? Hope that kinda made sense :) Thanks in advance, .g. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 5 10:55:51 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 E96FC37BB76 for ; Wed, 5 Apr 2000 10:55:45 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (07-202.dial.008.popsite.net [209.69.77.202]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id KAA96527; Wed, 5 Apr 2000 10:55:37 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 802CA1A28; Wed, 5 Apr 2000 13:55:09 -0400 (EDT) Date: Wed, 5 Apr 2000 13:55:09 -0400 From: Will Andrews To: Howard Kirk Cc: ports@FreeBSD.ORG Subject: Re: Quick Question Message-ID: <20000405135509.C28703@argon.blackdawn.com> References: <005d01bf9ec1$f24c32e0$9006ddc2@horus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <005d01bf9ec1$f24c32e0$9006ddc2@horus>; from hk@dataprotect.com on Wed, Apr 05, 2000 at 07:44:01AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Apr 05, 2000 at 07:44:01AM +0200, Howard Kirk wrote: > Hey, I have what I think is a simple question for whoever maintains this > email address :) ports@FreeBSD.org is a mailing list. You are welcome to join if you wish. > Im new to FreeBSD and while using the ports (ya know, for distfiles) I > messed something. Now I cant use make or makefile because there seems to > be some type of queue or log of things that were downloaded when I > messed up and it tries processing those first. > > Is there a queue or log that I could flush out so I can once again use > the ports for distfiles? > > Hope that kinda made sense :) Not really, but perhaps you could provide more information, such as a copy of the relevant parts of the log/transcript of what you've done. You should also make sure your ports are up-to-date. -- 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 Apr 5 11: 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 CD81937BB42 for ; Wed, 5 Apr 2000 11:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA49768; Wed, 5 Apr 2000 11:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 5 Apr 2000 11:00:02 -0700 (PDT) Message-Id: <200004051800.LAA49768@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Will Andrews Subject: Re: ports/13124 Reply-To: Will Andrews Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/13124; it has been noted by GNATS. From: Will Andrews To: oleg Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/13124 Date: Wed, 5 Apr 2000 13:50:46 -0400 Ok, I've looked at your PR, and you requested that the tarball be stored on ${MASTER_SITE_LOCAL}. Well, I can store it on my people.FreeBSD.org space. And if I'm going to store it in people.FreeBSD.org, we can change the distfile name to linalg-4.3 so we only need to specify a DISTNAME and not also a PKGNAME. Also, I wouldn't worry too much about the port not obeying CFLAGS since there are many others in the tree that don't, either. Also, one really interesting question. Where the heck do I get LinAlg4.3.tar.gz? I dug around your website a little and the closest match I could get was http://www.lh.com/~oleg/ftp/packages/LinAlg.tar.gz. Also, your pkg/DESCR is a little too long. A simple explanation of what LinAlg is would do. The reason why we have WWW's in DESCR's is so people can look them up for heavy detail. Thanks for any reply, -- 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 Apr 5 11: 2:59 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 F11AE37B5E8; Wed, 5 Apr 2000 11:02:56 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA50158; Wed, 5 Apr 2000 11:02:56 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Wed, 5 Apr 2000 11:02:56 -0700 (PDT) From: Message-Id: <200004051802.LAA50158@freefall.freebsd.org> To: oleg@pobox.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/13124: New port: LinAlg; request for local hosting Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: LinAlg; request for local hosting State-Changed-From-To: open->feedback State-Changed-By: will State-Changed-When: Wed Apr 5 11:01:29 PDT 2000 State-Changed-Why: I'll take this one, and I have contacted the originator in an attempt to resolve this PR so that it can be closed. Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: will Responsible-Changed-When: Wed Apr 5 11:01:29 PDT 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 Wed Apr 5 14:34:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from goku.cl.msu.edu (goku.cl.msu.edu [35.8.3.20]) by hub.freebsd.org (Postfix) with ESMTP id DD29637B939 for ; Wed, 5 Apr 2000 14:34:51 -0700 (PDT) (envelope-from dervish@goku.cl.msu.edu) Received: (from dervish@localhost) by goku.cl.msu.edu (8.9.3/8.9.3) id RAA08074; Wed, 5 Apr 2000 17:34:34 -0400 (EDT) (envelope-from dervish) Date: Wed, 5 Apr 2000 17:34:34 -0400 From: Bush Doctor To: lioux@uol.com.br Cc: Brandon Fosdick , freebsd-ports@FreeBSD.ORG, dervish@ikhala.tcimet.net Subject: Re: Code Crusader? Message-ID: <20000405173434.A99438@goku.cl.msu.edu> References: <38E68E47.331F0052@glue.umd.edu> <20000402124425.A20347@Fedaykin.here> <38E76E77.CCCB05D6@glue.umd.edu> <20000405010700.B41981@Fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000405010700.B41981@Fedaykin.here>; from lioux@uol.com.br on Wed, Apr 05, 2000 at 01:07:00AM -0300 X-Operating-System: FreeBSD 5.0-CURRENT i386 WWW-Home-Page: http://bantu.cl.msu.edu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Out of da blue lioux@uol.com.br aka (lioux@uol.com.br) said: > On Sun, Apr 02, 2000 at 11:59:51AM -0400, Brandon Fosdick wrote: > > > > So you have a fixed port already done? Can you send it to me? > > > > If you don't have it finished, can you send me what you have? I'll finished it > > up if you want. > > Sorry for the cold shower, but .... > > I just tried part of my port with my recent STABLE and it is very broken. > Not as much as the current one, but it not working too. This is very sad since > I have a working binary. :) > > It seems to be related to the latest gcc. Unfortunaly, the last time I > recall having successfully used my partial port was before the gcc upgrade. > > I am under some stress at the University, so I won't be able to > fix it (if at all possible) in the next 2 weeks. Later on, I will. I just have > to get this back working. The combination of codecrusader and DDD is > smashing. I'm also interested in getting this working again. I'm finishing up a few ports related issues and I'll take a lok at it over the weekend. I'm running a -current box built 2 weeks ago, but I'll build a new world Friday ... > > Sorry > > -- > Regards mferreira > #;^0 -- f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng. bush doctor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 5 15: 0: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 E597937BA1E for ; Wed, 5 Apr 2000 15:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA86097; Wed, 5 Apr 2000 15:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail4s.biglobe.ne.jp (mail4s.biglobe.ne.jp [210.147.14.249]) by hub.freebsd.org (Postfix) with ESMTP id 47F1737B82C for ; Wed, 5 Apr 2000 14:58:13 -0700 (PDT) (envelope-from yatt@msc.biglobe.ne.jp) Received: from mail-gw.biglobe.ne.jp (mailsv5.biglobe.ne.jp [192.47.117.85]) by mail4s.biglobe.ne.jp (8.9.1+3.1W/3.7W-99081617) with ESMTP id GAA29790 for ; Thu, 6 Apr 2000 06:58:08 +0900 (JST) Received: from mail-relay.biglobe.ne.jp by mail-gw.biglobe.ne.jp (3.7W-INET_GW) id RAA14530 for ; Sun, 2 Apr 2000 17:46:07 +0900 (JST) Received: from pop151.biglobe.ne.jp by mail-relay.biglobe.ne.jp (3.7W-BIGLOBE-relay) id RAA17850 for ; Sun, 2 Apr 2000 17:46:06 +0900 (JST) Message-Id: <20000402174510V.yatt@msc.biglobe.ne.jp> Date: Sun, 02 Apr 2000 17:45:10 +0900 From: yatt@msc.biglobe.ne.jp Reply-To: yatt@msc.biglobe.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17816: Update: audio/timidity++-emacs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17816 >Category: ports >Synopsis: Update: audio/timidity++-emacs >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 Apr 5 15:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Yoichi ASAI >Release: FreeBSD 3.4-RELEASE i386 >Organization: Personal >Environment: >Description: Update for audio/timidity++-emacs. >How-To-Repeat: >Fix: diff -urN timidity++-emacs.orig/Makefile timidity++-emacs/Makefile --- timidity++-emacs.orig/Makefile Wed Oct 13 00:56:00 1999 +++ timidity++-emacs/Makefile Thu Mar 2 21:12:17 2000 @@ -6,41 +6,136 @@ # $FreeBSD: ports/audio/timidity++-emacs/Makefile,v 1.1.1.1 1999/10/12 15:56:15 flathill Exp $ # -DISTNAME= TiMidity++-1.3.10 -PKGNAME= timidity++-emacs-1.3.10 +DISTNAME= TiMidity++-${VERSION} +PKGNAME= ${LANGPREFIX}timidity++-${INTERFACE}-${VERSION} CATEGORIES= audio MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ MAINTAINER= yatt@msc.biglobe.ne.jp RUN_DEPENDS= ${PREFIX}/bin/timidity:${PORTSDIR}/audio/timidity++ +LIB_DEPENDS= ${INTERFACE_DEPS} +VERSION= 2.9.0 +INTERFACE?= emacs +.if defined(JAPANESE) +LANGPREFIX= ja- +.endif + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +.if !${INTERFACE} == "emacs" && !${INTERFACE} == "slang" USE_XLIB= yes -USE_AUTOCONF= yes +.endif -FILESDIR= ${.CURDIR}/../../audio/timidity++/files +CONFIGURE_ARGS= --enable-dynamic=${INTERFACE} +MASTERDIR= ${.CURDIR}/../../audio/timidity++ +PKGDIR= ${.CURDIR}/pkg +PKGMESSAGE= ${PKGDIR}/MESSAGE +PLIST_SUB= TIMID_LIBDIR=${TIMID_LIBDIR} DIST_SUBDIR= timidity +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +TIMID_LIBDIR= ${PREFIX}/lib/timidity + +.if ${INTERFACE} == "emacs" +ELISPDIR= ${PREFIX}/share/emacs/site-lisp +.elif ${INTERFACE} == "gtk" +LINK= gtkmidi +INTERFACE_DEPS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG} SHLD="gcc -shared" +.elif ${INTERFACE} == "motif" +LINK= xmmidi +REQUIRES_MOTIF= yes +CONFIGURE_ENV= MOTIFLIB="${MOTIFLIB}" +.elif ${INTERFACE} == "slang" +.if defined(JAPANESE) +INTERFACE_DEPS= slang.2:${PORTSDIR}/japanese/libslang +.else +INTERFACE_DEPS= slang.1:${PORTSDIR}/devel/libslang +.endif +CONFIGURE_ARGS+= --enable-ncurses +.elif ${INTERFACE} == "tcltk" +LINK= tkmidi +DOCFILES= README.tk +DOCLANG= C ja_JP.ujis +.if defined(JAPANESE) +INTERFACE_DEPS= tk80jp.1:${PORTSDIR}/japanese/tk80 +CONFIGURE_ARGS+= --with-tcl-includes=${PREFIX}/include/tcl8.0jp \ + --with-tk-includes=${PREFIX}/include/tk8.0jp \ + --with-tcl-libs=${PREFIX}/lib --with-tk-libs=${PREFIX}/lib +CONFIGURE_ENV= WISH=wish8.0jp +.else +INTERFACE_DEPS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +CONFIGURE_ARGS+= --with-tcl-includes=${PREFIX}/include/tcl8.0 \ + --with-tk-includes=${PREFIX}/include/tk8.0 \ + --with-tcl-libs=${PREFIX}/lib --with-tk-libs=${PREFIX}/lib +CONFIGURE_ENV= WISH=wish8.0 +.endif +.elif ${INTERFACE} == "xaw" +LINK= xawmidi +DOCFILES= README.xaw +DOCLANG= C ja_JP.ujis +INTERFACE_DEPS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d +.elif ${INTERFACE} == "xskin" +LINK= xskinmidi +DOCFILES= README.xskin +DOCLANG= C ja_JP.ujis +.else +NO_BUILD= yes +NO_INSTALL= yes +.endif + .include -CONFIGURE_ARGS= --prefix=${PREFIX} --with-x \ - --disable-ncurses --disable-vt100 --disable-tcltk \ - --enable-emacs=dynamic --disable-xaw --disable-xskin \ - --disable-motif --disable-slang --disable-gtk \ - --enable-network --enable-spectrogram --enable-wrd .if ${PORTOBJFORMAT} == "elf" -CONFIGURE_ENV= LDFLAGS=-export-dynamic +CONFIGURE_ENV+= LDFLAGS=-export-dynamic .endif -TIMID_DIR= ${PREFIX}/lib/timidity +.if ${INTERFACE} == "motif" +post-configure: + @${MV} ${WRKSRC}/interface/Makefile ${WRKSRC}/interface/Makefile.orig + @${SED} -e 's^m_so_libs = $$^m_so_libs = -L/usr/X11R6/lib ${MOTIFLIB} -lXt -lXext -lSM -lICE -lX11 ^' \ + -e 's^dynamic_targets = $$^dynamic_targets = interface_m.so^' \ + ${WRKSRC}/interface/Makefile.orig > ${WRKSRC}/interface/Makefile +.endif do-build: - cd ${WRKSRC}/interface; ${MAKE} + @cd ${WRKSRC}/interface; ${MAKE} ${ALL_TARGET} do-install: - cd ${WRKSRC}/interface; ${MAKE} ${INSTALL_TARGET} - ${INSTALL_DATA} ${WRKSRC}/interface/timidity.el ${TIMID_DIR} - @cat ${PKGDIR}/MESSAGE + @cd ${WRKSRC}/interface; ${MAKE} ${INSTALL_TARGET} + +post-install: +.if ${INTERFACE} == "emacs" + @${MKDIR} ${ELISPDIR} + ${INSTALL_DATA} ${WRKSRC}/interface/timidity.el ${ELISPDIR} +.endif +.if ${INTERFACE} == "xaw" + @${MKDIR} ${X11BASE}/lib/X11/ja_JP.EUC/app-defaults + ${INSTALL_DATA} ${WRKSRC}/TiMidity.ad \ + ${X11BASE}/lib/X11/app-defaults/TiMidity + ${INSTALL_DATA} ${WRKSRC}/TiMidity-uj.ad \ + ${X11BASE}/lib/X11/ja_JP.EUC/app-defaults/TiMidity +.endif +.if defined(DOCFILES) +.if !defined(NOPORTDOCS) +.for lang in ${DOCLANG} + @${MKDIR} \ + ${PREFIX}/share/doc/timidity/`echo ${lang} | ${SED} 's/_JP.ujis//'` + ${INSTALL_DATA} ${WRKSRC}/doc/${lang}/${DOCFILES} \ + ${PREFIX}/share/doc/timidity/`echo ${lang} | ${SED} 's/_JP.ujis//'` +.endfor +.endif +.endif +.if defined(LINK) + ${LN} -sf ${PREFIX}/bin/timidity ${PREFIX}/bin/${LINK} +.endif +.if exists(${PKGMESSAGE}) + @${CAT} ${PKGMESSAGE} +.endif .include diff -urN timidity++-emacs.orig/pkg/DESCR timidity++-emacs/pkg/DESCR --- timidity++-emacs.orig/pkg/DESCR Wed Oct 13 00:56:00 1999 +++ timidity++-emacs/pkg/DESCR Thu Mar 2 20:52:33 2000 @@ -4,7 +4,7 @@ Formerly, the original version of this program was written by Tuuka Toivonen(until version 0.2i). Now, Masanao Izumo and many hackers are developing "TiMidity++". -Official site is -http://www.goice.co.jp/member/mo/timidity/ + +WWW: http://www.goice.co.jp/member/mo/timidity/ Yoichi Asai diff -urN timidity++-emacs.orig/pkg/MESSAGE timidity++-emacs/pkg/MESSAGE --- timidity++-emacs.orig/pkg/MESSAGE Wed Oct 13 00:56:00 1999 +++ timidity++-emacs/pkg/MESSAGE Thu Mar 2 20:52:33 2000 @@ -1,9 +1,15 @@ ======================================================================== -Place ${PREFIX}/lib/timidity/timidity.el on load-path of your Emacs(en). +"timidity.el" has been installed in ${PREFIX}/share/emacs/site-lisp/ . +If this place is not proper for your Emacs(en), copy it to load-path. Ex. /usr/local/lib/xemacs/site-lisp /usr/local/share/mule/site-lisp + +Add these line to your "~/.emacs" + +(autoload 'timidity "timidity" "TiMidity Interface" t) +(setq timidity-prog-path "/usr/local/bin/timidity") And then, type "M-x timidity" on Emacs. Enjoy! ======================================================================== diff -urN timidity++-emacs.orig/pkg/PLIST timidity++-emacs/pkg/PLIST --- timidity++-emacs.orig/pkg/PLIST Wed Oct 13 00:56:00 1999 +++ timidity++-emacs/pkg/PLIST Thu Mar 2 20:52:33 2000 @@ -1,2 +1,2 @@ lib/timidity/interface_e.so -lib/timidity/timidity.el +share/emacs/site-lisp/timidity.el >Release-Note: >Audit-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 Apr 5 15: 0: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 D501C37BD6C for ; Wed, 5 Apr 2000 15:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA86189; Wed, 5 Apr 2000 15:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail4s.biglobe.ne.jp (mail4s.biglobe.ne.jp [210.147.14.249]) by hub.freebsd.org (Postfix) with ESMTP id 578F437BA21 for ; Wed, 5 Apr 2000 14:58:13 -0700 (PDT) (envelope-from yatt@msc.biglobe.ne.jp) Received: from mail-gw.biglobe.ne.jp (mailsv5.biglobe.ne.jp [192.47.117.85]) by mail4s.biglobe.ne.jp (8.9.1+3.1W/3.7W-99081617) with ESMTP id GAA29787 for ; Thu, 6 Apr 2000 06:58:07 +0900 (JST) Received: from mail-relay.biglobe.ne.jp by mail-gw.biglobe.ne.jp (3.7W-INET_GW) id NAA04606 for ; Sat, 1 Apr 2000 13:55:18 +0900 (JST) Received: from pop151.biglobe.ne.jp by mail-relay.biglobe.ne.jp (3.7W-BIGLOBE-relay) id NAA13791 for ; Sat, 1 Apr 2000 13:55:17 +0900 (JST) Message-Id: <20000401134132Z.yatt@msc.biglobe.ne.jp> Date: Sat, 01 Apr 2000 13:41:32 +0900 From: yatt@msc.biglobe.ne.jp Reply-To: yatt@msc.biglobe.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17817: Update: audio/timidity++-emacs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17817 >Category: ports >Synopsis: Update: audio/timidity++-emacs >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 Apr 5 15:00:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Yoichi ASAI >Release: FreeBSD 3.3-RELEASE i386 >Organization: Personal >Environment: >Description: Update for audio/timidity++-emacs. >How-To-Repeat: >Fix: diff -urN timidity++-emacs.orig/Makefile timidity++-emacs/Makefile --- timidity++-emacs.orig/Makefile Wed Oct 13 00:56:00 1999 +++ timidity++-emacs/Makefile Thu Mar 2 21:12:17 2000 @@ -6,41 +6,136 @@ # $FreeBSD: ports/audio/timidity++-emacs/Makefile,v 1.1.1.1 1999/10/12 15:56:15 flathill Exp $ # -DISTNAME= TiMidity++-1.3.10 -PKGNAME= timidity++-emacs-1.3.10 +DISTNAME= TiMidity++-${VERSION} +PKGNAME= ${LANGPREFIX}timidity++-${INTERFACE}-${VERSION} CATEGORIES= audio MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ MAINTAINER= yatt@msc.biglobe.ne.jp RUN_DEPENDS= ${PREFIX}/bin/timidity:${PORTSDIR}/audio/timidity++ +LIB_DEPENDS= ${INTERFACE_DEPS} +VERSION= 2.9.0 +INTERFACE?= emacs +.if defined(JAPANESE) +LANGPREFIX= ja- +.endif + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +.if !${INTERFACE} == "emacs" && !${INTERFACE} == "slang" USE_XLIB= yes -USE_AUTOCONF= yes +.endif -FILESDIR= ${.CURDIR}/../../audio/timidity++/files +CONFIGURE_ARGS= --enable-dynamic=${INTERFACE} +MASTERDIR= ${.CURDIR}/../../audio/timidity++ +PKGDIR= ${.CURDIR}/pkg +PKGMESSAGE= ${PKGDIR}/MESSAGE +PLIST_SUB= TIMID_LIBDIR=${TIMID_LIBDIR} DIST_SUBDIR= timidity +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config + +TIMID_LIBDIR= ${PREFIX}/lib/timidity + +.if ${INTERFACE} == "emacs" +ELISPDIR= ${PREFIX}/share/emacs/site-lisp +.elif ${INTERFACE} == "gtk" +LINK= gtkmidi +INTERFACE_DEPS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG} SHLD="gcc -shared" +.elif ${INTERFACE} == "motif" +LINK= xmmidi +REQUIRES_MOTIF= yes +CONFIGURE_ENV= MOTIFLIB="${MOTIFLIB}" +.elif ${INTERFACE} == "slang" +.if defined(JAPANESE) +INTERFACE_DEPS= slang.2:${PORTSDIR}/japanese/libslang +.else +INTERFACE_DEPS= slang.1:${PORTSDIR}/devel/libslang +.endif +CONFIGURE_ARGS+= --enable-ncurses +.elif ${INTERFACE} == "tcltk" +LINK= tkmidi +DOCFILES= README.tk +DOCLANG= C ja_JP.ujis +.if defined(JAPANESE) +INTERFACE_DEPS= tk80jp.1:${PORTSDIR}/japanese/tk80 +CONFIGURE_ARGS+= --with-tcl-includes=${PREFIX}/include/tcl8.0jp \ + --with-tk-includes=${PREFIX}/include/tk8.0jp \ + --with-tcl-libs=${PREFIX}/lib --with-tk-libs=${PREFIX}/lib +CONFIGURE_ENV= WISH=wish8.0jp +.else +INTERFACE_DEPS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 +CONFIGURE_ARGS+= --with-tcl-includes=${PREFIX}/include/tcl8.0 \ + --with-tk-includes=${PREFIX}/include/tk8.0 \ + --with-tcl-libs=${PREFIX}/lib --with-tk-libs=${PREFIX}/lib +CONFIGURE_ENV= WISH=wish8.0 +.endif +.elif ${INTERFACE} == "xaw" +LINK= xawmidi +DOCFILES= README.xaw +DOCLANG= C ja_JP.ujis +INTERFACE_DEPS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d +.elif ${INTERFACE} == "xskin" +LINK= xskinmidi +DOCFILES= README.xskin +DOCLANG= C ja_JP.ujis +.else +NO_BUILD= yes +NO_INSTALL= yes +.endif + .include -CONFIGURE_ARGS= --prefix=${PREFIX} --with-x \ - --disable-ncurses --disable-vt100 --disable-tcltk \ - --enable-emacs=dynamic --disable-xaw --disable-xskin \ - --disable-motif --disable-slang --disable-gtk \ - --enable-network --enable-spectrogram --enable-wrd .if ${PORTOBJFORMAT} == "elf" -CONFIGURE_ENV= LDFLAGS=-export-dynamic +CONFIGURE_ENV+= LDFLAGS=-export-dynamic .endif -TIMID_DIR= ${PREFIX}/lib/timidity +.if ${INTERFACE} == "motif" +post-configure: + @${MV} ${WRKSRC}/interface/Makefile ${WRKSRC}/interface/Makefile.orig + @${SED} -e 's^m_so_libs = $$^m_so_libs = -L/usr/X11R6/lib ${MOTIFLIB} -lXt -lXext -lSM -lICE -lX11 ^' \ + -e 's^dynamic_targets = $$^dynamic_targets = interface_m.so^' \ + ${WRKSRC}/interface/Makefile.orig > ${WRKSRC}/interface/Makefile +.endif do-build: - cd ${WRKSRC}/interface; ${MAKE} + @cd ${WRKSRC}/interface; ${MAKE} ${ALL_TARGET} do-install: - cd ${WRKSRC}/interface; ${MAKE} ${INSTALL_TARGET} - ${INSTALL_DATA} ${WRKSRC}/interface/timidity.el ${TIMID_DIR} - @cat ${PKGDIR}/MESSAGE + @cd ${WRKSRC}/interface; ${MAKE} ${INSTALL_TARGET} + +post-install: +.if ${INTERFACE} == "emacs" + @${MKDIR} ${ELISPDIR} + ${INSTALL_DATA} ${WRKSRC}/interface/timidity.el ${ELISPDIR} +.endif +.if ${INTERFACE} == "xaw" + @${MKDIR} ${X11BASE}/lib/X11/ja_JP.EUC/app-defaults + ${INSTALL_DATA} ${WRKSRC}/TiMidity.ad \ + ${X11BASE}/lib/X11/app-defaults/TiMidity + ${INSTALL_DATA} ${WRKSRC}/TiMidity-uj.ad \ + ${X11BASE}/lib/X11/ja_JP.EUC/app-defaults/TiMidity +.endif +.if defined(DOCFILES) +.if !defined(NOPORTDOCS) +.for lang in ${DOCLANG} + @${MKDIR} \ + ${PREFIX}/share/doc/timidity/`echo ${lang} | ${SED} 's/_JP.ujis//'` + ${INSTALL_DATA} ${WRKSRC}/doc/${lang}/${DOCFILES} \ + ${PREFIX}/share/doc/timidity/`echo ${lang} | ${SED} 's/_JP.ujis//'` +.endfor +.endif +.endif +.if defined(LINK) + ${LN} -sf ${PREFIX}/bin/timidity ${PREFIX}/bin/${LINK} +.endif +.if exists(${PKGMESSAGE}) + @${CAT} ${PKGMESSAGE} +.endif .include diff -urN timidity++-emacs.orig/pkg/DESCR timidity++-emacs/pkg/DESCR --- timidity++-emacs.orig/pkg/DESCR Wed Oct 13 00:56:00 1999 +++ timidity++-emacs/pkg/DESCR Thu Mar 2 20:52:33 2000 @@ -4,7 +4,7 @@ Formerly, the original version of this program was written by Tuuka Toivonen(until version 0.2i). Now, Masanao Izumo and many hackers are developing "TiMidity++". -Official site is -http://www.goice.co.jp/member/mo/timidity/ + +WWW: http://www.goice.co.jp/member/mo/timidity/ Yoichi Asai diff -urN timidity++-emacs.orig/pkg/MESSAGE timidity++-emacs/pkg/MESSAGE --- timidity++-emacs.orig/pkg/MESSAGE Wed Oct 13 00:56:00 1999 +++ timidity++-emacs/pkg/MESSAGE Thu Mar 2 20:52:33 2000 @@ -1,9 +1,15 @@ ======================================================================== -Place ${PREFIX}/lib/timidity/timidity.el on load-path of your Emacs(en). +"timidity.el" has been installed in ${PREFIX}/share/emacs/site-lisp/ . +If this place is not proper for your Emacs(en), copy it to load-path. Ex. /usr/local/lib/xemacs/site-lisp /usr/local/share/mule/site-lisp + +Add these line to your "~/.emacs" + +(autoload 'timidity "timidity" "TiMidity Interface" t) +(setq timidity-prog-path "/usr/local/bin/timidity") And then, type "M-x timidity" on Emacs. Enjoy! ======================================================================== diff -urN timidity++-emacs.orig/pkg/PLIST timidity++-emacs/pkg/PLIST --- timidity++-emacs.orig/pkg/PLIST Wed Oct 13 00:56:00 1999 +++ timidity++-emacs/pkg/PLIST Thu Mar 2 20:52:33 2000 @@ -1,2 +1,2 @@ lib/timidity/interface_e.so -lib/timidity/timidity.el +share/emacs/site-lisp/timidity.el >Release-Note: >Audit-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 Apr 5 15:24: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 536CF37BA39; Wed, 5 Apr 2000 15:24:50 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA92142; Wed, 5 Apr 2000 15:24:49 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Wed, 5 Apr 2000 15:24:49 -0700 (PDT) From: Message-Id: <200004052224.PAA92142@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17783: Update: audio/timidity++-emacs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/timidity++-emacs State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Wed Apr 5 15:23:32 PDT 2000 State-Changed-Why: Superceded by PR ports/17817. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 5 15:25:26 2000 Delivered-To: freebsd-ports@freebsd.org Received: from lunatic.oneinsane.net (lunatic.oneinsane.net [207.113.133.231]) by hub.freebsd.org (Postfix) with ESMTP id 639FD37B93A for ; Wed, 5 Apr 2000 15:25:23 -0700 (PDT) (envelope-from insane@lunatic.oneinsane.net) Received: by lunatic.oneinsane.net (Postfix, from userid 1000) id 24DD85D8D; Wed, 5 Apr 2000 15:25:22 -0700 (PDT) Date: Wed, 5 Apr 2000 15:25:21 -0700 From: Ron 'The InSaNe One' Rosson To: freebsd-ports@freebsd.org Subject: Getting an Older Port Message-ID: <20000405152521.A15922@lunatic.oneinsane.net> Reply-To: Ron Rosson Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Operating-System: FreeBSD lunatic.oneinsane.net 4.0-RELEASE X-Moon: The Moon is Waxing Crescent (2% of Full) X-Opinion: What you read here is my IMHO X-Disclaimer: I am a firm believer in RTFM X-WWW: http://www.oneinsane.net X-PGP-KEY: http://www.oneinsane.net/~insane/insane2-pgp5i.txt X-Uptime: 3:23PM up 7:58, 1 user, load averages: 0.00, 0.03, 0.00 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just tried to get xxms to run on a 4.0 STABLE system and it keeps bombing. I had 0.9.5.1 running without a hitch but since have updated the ports tree and now haveno port skeleton for version 9.5.1. How could I go about getting it. Thru cvs and if so how. TIA -- ------------------------------------------------------------------------------ Ron Rosson ... and a UNIX user said ... The InSaNe One rm -rf * insane@oneinsane.net and all was /dev/null and *void() ------------------------------------------------------------------------------ My opinions may have changed, but not the fact that I am right. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 5 15:59: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 AFCE237B953; Wed, 5 Apr 2000 15:59:11 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA07127; Wed, 5 Apr 2000 15:59:11 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Wed, 5 Apr 2000 15:59:11 -0700 (PDT) From: Message-Id: <200004052259.PAA07127@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17816: Update: audio/timidity++-emacs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/timidity++-emacs State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Wed Apr 5 15:58:35 PDT 2000 State-Changed-Why: Superceded by PR ports/17817. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 5 21:17: 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 AD2FB37BACF; Wed, 5 Apr 2000 21:17:04 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA13817; Wed, 5 Apr 2000 21:17:04 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Wed, 5 Apr 2000 21:17:04 -0700 (PDT) From: Message-Id: <200004060417.VAA13817@freefall.freebsd.org> To: mi@aldan.algebra.com, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/13514: New port: databases/mysqltcl Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port: databases/mysqltcl State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Wed Apr 5 21:16:39 PDT 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 Apr 5 21:38:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 2A66337B9C9 for ; Wed, 5 Apr 2000 21:38:43 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.219]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Wed, 5 Apr 2000 21:48:57 -0700 Message-ID: <38EC1472.28B209C7@3-cities.com> Date: Wed, 05 Apr 2000 21:37:06 -0700 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: bush doctor , FreeBSD-ports@freebsd.org Subject: ports/devel/codecrusader Makefile References: <200004041002.DAA09557@freefall.freebsd.org> <38EBBDE2.47FF5BF2@3-cities.com> <20000405223501.B86568@ikhala.tcimet.net> <38EBF298.1B051729@3-cities.com> <20000405235751.A86786@ikhala.tcimet.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I think there was some source missing. I added code_medic, code_crusader, JSearch, JToolBar, and JTree and did a "gmake freebsd3.x" from the JX-1.5.3 directory and it is making jcc. The ports Makefile doesn't add two of these. The changes so far have been the #define's LACKS_SIGSET, HAS_UCONTEXT_T, and HAS_SOCKLEN_T changes to the freebsd-config in ../ace/. The line in Log_Msg.cpp with !(define(_BORLAND_...) was changed to "#if define(ACE_LACKS_SYS_NERR)" Added bison to my code list with a manual install. The ports Makefile doesn't check for bison. This time the manual install worked on 4.0. I have a jcc. Kent -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 5 21:56: 9 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 8301D37B798 for ; Wed, 5 Apr 2000 21:56:05 -0700 (PDT) (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 VAA28652; Wed, 5 Apr 2000 21:55:58 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <38EC18DD.8AE5C4CD@gorean.org> Date: Wed, 05 Apr 2000 21:55:57 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0325 i386) X-Accept-Language: en MIME-Version: 1.0 To: Stijn Hoop Cc: freebsd-ports@freebsd.org Subject: Re: Upgrading a port References: <20000404101403.A76346@pcwin002.win.tue.nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Stijn Hoop wrote: > > Hi all, > > I'm new to this list so bear with me if this has been asked before, > but is there a quick way to 'upgrade' a port if its already installed? > E.g. I have gnumeric-0.50.0 installed, my ports tree is updated to > -0.51.0 (by way of cvsup), what's the quickest way to upgrade gnumeric? I usually do a 'make' in the new port directory, then when I'm satisfied it's ready to be installed I do 'pkg_delete old-port' and then 'make install'. Good luck, Doug -- "So, the cows were part of a dream that dreamed itself into existence? Is that possible?" asked the student incredulously. The master simply replied, "Mu." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 5 22: 9:40 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 4FCEF37B7F0; Wed, 5 Apr 2000 22:09:37 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA17964; Wed, 5 Apr 2000 22:09:37 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Wed, 5 Apr 2000 22:09:37 -0700 (PDT) From: Message-Id: <200004060509.WAA17964@freefall.freebsd.org> To: bugg@bugg.strangled.net, will@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17258: New port- net/gtkicq Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port- net/gtkicq State-Changed-From-To: open->closed State-Changed-By: will State-Changed-When: Wed Apr 5 22:09:11 PDT 2000 State-Changed-Why: Committed, thanks! I will add you to contrib/chapter.sgml shortly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 5 23: 3:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [210.226.20.160]) by hub.freebsd.org (Postfix) with ESMTP id 7FD1E37BAA9 for ; Wed, 5 Apr 2000 23:03:21 -0700 (PDT) (envelope-from kuriyama@FreeBSD.org) Received: from waterblue.imgsrc.co.jp (localhost [127.0.0.1]) by waterblue.imgsrc.co.jp (8.9.3/8.9.3) with ESMTP id PAA07191 for ; Thu, 6 Apr 2000 15:03:25 +0900 (JST) (envelope-from kuriyama@FreeBSD.org) Date: Thu, 06 Apr 2000 15:03:25 +0900 Message-ID: <867leb7olu.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: ports@FreeBSD.org Subject: Re: cvs commit: ports/palm/prc-tools-gcc - Imported sources Newsgroups: freebsd.ports In-Reply-To: In your message of "4 Apr 2000 04:31:29 GMT" References: <86pus6bmp4.wl@waterblue.imgsrc.co.jp> User-Agent: Wanderlust/1.1.0 (Overjoyed) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) MULE XEmacs/21.1 (patch 9) (Canyonlands) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 4 Apr 2000 04:31:29 GMT, Brian Fundakowski Feldman wrote: > What version is Hanai-san using? I'm using the latest alpha version, and > I can get it started and apps running, for example. He uses 3.0a5 (latest?). It crashes at downloading ROM image which version is 3.3. What version of your Palm OS? -- Jun Kuriyama // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Wed Apr 5 23: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 480A537BAD1 for ; Wed, 5 Apr 2000 23:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA22763; Wed, 5 Apr 2000 23:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from winf.htu.tuwien.ac.at (winf.htu.tuwien.ac.at [128.130.46.50]) by hub.freebsd.org (Postfix) with ESMTP id A910137B7EE for ; Wed, 5 Apr 2000 23:06:31 -0700 (PDT) (envelope-from klaus@winf.htu.tuwien.ac.at) Received: (from klaus@localhost) by winf.htu.tuwien.ac.at (8.9.3/8.9.3) id IAA01313; Thu, 6 Apr 2000 08:06:29 +0200 (CEST) (envelope-from klaus) Message-Id: <200004060606.IAA01313@winf.htu.tuwien.ac.at> Date: Thu, 6 Apr 2000 08:06:29 +0200 (CEST) From: klaus@winf.htu.at Reply-To: klaus@winf.htu.at To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17820: majordomo port upgrade Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17820 >Category: ports >Synopsis: majordomo port should be updated to v. 1.94.5 >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 Apr 5 23:10:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Klaus Brunner >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: Majordomo 1.94.5 is a security/bugfix release which has been available for a few months now, yet the FreeBSD majordomo port is still using 1.94.4. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 0: 6: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 5271D37BA99; Thu, 6 Apr 2000 00:06:21 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA27849; Thu, 6 Apr 2000 00:06:20 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 6 Apr 2000 00:06:20 -0700 (PDT) From: Message-Id: <200004060706.AAA27849@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17817: Update: audio/timidity++-emacs Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/timidity++-emacs State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 6 00:06:09 PDT 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 Thu Apr 6 0:12: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 4173D37BA75; Thu, 6 Apr 2000 00:12:18 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA28742; Thu, 6 Apr 2000 00:12:17 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 6 Apr 2000 00:12:17 -0700 (PDT) From: Message-Id: <200004060712.AAA28742@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17355: Update: audio/timidity++-motif Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/timidity++-motif State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 6 00:12:07 PDT 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 Thu Apr 6 0:13: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 5AE1037BAD4; Thu, 6 Apr 2000 00:13:56 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA29129; Thu, 6 Apr 2000 00:13:55 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 6 Apr 2000 00:13:55 -0700 (PDT) From: Message-Id: <200004060713.AAA29129@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17356: Update: audio/timidity++-slang Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/timidity++-slang State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 6 00:13:45 PDT 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 Thu Apr 6 0:14: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 5238D37BDCA; Thu, 6 Apr 2000 00:14:56 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA29473; Thu, 6 Apr 2000 00:14:55 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 6 Apr 2000 00:14:55 -0700 (PDT) From: Message-Id: <200004060714.AAA29473@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17357: Update: japanese/timidity++-slang Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: japanese/timidity++-slang State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 6 00:14:47 PDT 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 Thu Apr 6 0:16: 1 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 31EC937BEBA; Thu, 6 Apr 2000 00:16:00 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA29729; Thu, 6 Apr 2000 00:15:59 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 6 Apr 2000 00:15:59 -0700 (PDT) From: Message-Id: <200004060715.AAA29729@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17428: Update: audio/timidity++-gtk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/timidity++-gtk State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 6 00:15:51 PDT 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 Thu Apr 6 0:17: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 B9EC537BEDC; Thu, 6 Apr 2000 00:17:26 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA30091; Thu, 6 Apr 2000 00:17:26 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 6 Apr 2000 00:17:26 -0700 (PDT) From: Message-Id: <200004060717.AAA30091@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17429: Update: audio/timidity++-tcltk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/timidity++-tcltk State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 6 00:17:04 PDT 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 Thu Apr 6 0:18: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 871A337BA66; Thu, 6 Apr 2000 00:18:31 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA30345; Thu, 6 Apr 2000 00:18:30 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 6 Apr 2000 00:18:30 -0700 (PDT) From: Message-Id: <200004060718.AAA30345@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17452: Update: audio/timidity++-xaw Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/timidity++-xaw State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 6 00:18:21 PDT 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 Thu Apr 6 0:19: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 DB90237BE75; Thu, 6 Apr 2000 00:19:42 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA30603; Thu, 6 Apr 2000 00:19:42 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 6 Apr 2000 00:19:42 -0700 (PDT) From: Message-Id: <200004060719.AAA30603@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17724: Update: audio/timidity++-xskin Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: audio/timidity++-xskin State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 6 00:19:35 PDT 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 Thu Apr 6 0:22: 3 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 C4EA337BAD1; Thu, 6 Apr 2000 00:22:01 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA30960; Thu, 6 Apr 2000 00:22:00 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 6 Apr 2000 00:22:00 -0700 (PDT) From: Message-Id: <200004060722.AAA30960@freefall.freebsd.org> To: yatt@msc.biglobe.ne.jp, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17811: Update: japanese/timidity++-tcltk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update: japanese/timidity++-tcltk State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 6 00:21:54 PDT 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 Thu Apr 6 0:31:43 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 5C14F37BA99; Thu, 6 Apr 2000 00:31:42 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA32127; Thu, 6 Apr 2000 00:31:42 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 6 Apr 2000 00:31:42 -0700 (PDT) From: Message-Id: <200004060731.AAA32127@freefall.freebsd.org> To: jburkhol@home.com, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17797: port update: java/tya Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: port update: java/tya State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 6 00:31:09 PDT 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 Thu Apr 6 0:33: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 849E237BB6B; Thu, 6 Apr 2000 00:33:20 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA32389; Thu, 6 Apr 2000 00:33:20 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 6 Apr 2000 00:33:20 -0700 (PDT) From: Message-Id: <200004060733.AAA32389@freefall.freebsd.org> To: yuuki@goldmoon.org, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17787: 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: mharo State-Changed-When: Thu Apr 6 00:33:06 PDT 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 Thu Apr 6 2: 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 2843E37BB9F for ; Thu, 6 Apr 2000 02:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA42469; Thu, 6 Apr 2000 02:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id D6CEC37BC89 for ; Thu, 6 Apr 2000 01:58:36 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e368wZq15502; Thu, 6 Apr 2000 04:58:35 -0400 (EDT) Message-Id: Date: Thu, 6 Apr 2000 04:58:35 -0400 (EDT) From: Trevor Johnson To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Jon Clegg Subject: ports/17823: new port: audio/streamripper Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17823 >Category: ports >Synopsis: new port: audio/streamripper >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 Apr 6 02:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Trevor Johnson >Release: 5.0-CURRENT i386 >Organization: myself >Environment: only tested on 5.0-CURRENT i386 Thu Mar 30 10:48:36 UTC 2000 >Description: This program splits a SHOUTcast stream into tracks. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # streamripper/files/md5 # streamripper/pkg/COMMENT # streamripper/pkg/DESCR # streamripper/pkg/PLIST # streamripper/Makefile # streamripper/patches/patch-aa # echo x - streamripper/files/md5 sed 's/^X//' >streamripper/files/md5 << 'END-of-streamripper/files/md5' XMD5 (streamripper.0.5b.tar.gz) = a65b2375b167ff599407b7c0d2fa4a35 END-of-streamripper/files/md5 echo x - streamripper/pkg/COMMENT sed 's/^X//' >streamripper/pkg/COMMENT << 'END-of-streamripper/pkg/COMMENT' Xsplit SHOUTcast stream into tracks END-of-streamripper/pkg/COMMENT echo x - streamripper/pkg/DESCR sed 's/^X//' >streamripper/pkg/DESCR << 'END-of-streamripper/pkg/DESCR' XUsing information which a SHOUTcast server can optionally send, Xthis program breaks an audio stream into "tracks," stores them in Xseparate files as they arrive, and names the files by appending X".mp3" to the name of the track. The tracks can be listened to at Xthe user's leisure with an MPEG Layer 3 audio player. X XWWW: http://www.bigfreakinserver.com/master/streamripper.php3 X XTrevor Johnson Xtrevor@jpj.net END-of-streamripper/pkg/DESCR echo x - streamripper/pkg/PLIST sed 's/^X//' >streamripper/pkg/PLIST << 'END-of-streamripper/pkg/PLIST' Xbin/streamripper END-of-streamripper/pkg/PLIST echo x - streamripper/Makefile sed 's/^X//' >streamripper/Makefile << 'END-of-streamripper/Makefile' X# New ports collection makefile for: streamripper X# Version required: 0.5b X# Date created: 6 Apr 2000 X# Whom: trevor@jpj.net X# X# $FreeBSD$ X# X XDISTNAME= streamripper.0.5b XPKGNAME= streamripper-0.5b XCATEGORIES= audio XMASTER_SITES= ftp://ftp.bigfreakinserver.com/pub/ X XMAINTAINER= trevor@jpj.net X X.include END-of-streamripper/Makefile echo x - streamripper/patches/patch-aa sed 's/^X//' >streamripper/patches/patch-aa << 'END-of-streamripper/patches/patch-aa' X--- Makefile.orig Mon Apr 3 03:57:11 2000 X+++ Makefile Thu Apr 6 09:21:21 2000 X@@ -15,3 +15,7 @@ X X streamripper.o: streamripper.c streamripper.h X streamripper_lib.o: streamripper_lib.c streamripper.h X+ X+install: X+ strip -s streamripper X+ install -c -m 755 -o root -g wheel streamripper $(LOCALBASE)/bin/ END-of-streamripper/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 Thu Apr 6 2: 7: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 A2E2837BFC7; Thu, 6 Apr 2000 02:07:16 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA43300; Thu, 6 Apr 2000 02:07:16 -0700 (PDT) (envelope-from tg@FreeBSD.org) Date: Thu, 6 Apr 2000 02:07:16 -0700 (PDT) From: Message-Id: <200004060907.CAA43300@freefall.freebsd.org> To: Dom.Mitchell@palmerharvey.co.uk, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17071: New port of piddle-1.0b1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port of piddle-1.0b1 State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Thu Apr 6 02:06:36 PDT 2000 State-Changed-Why: Imported, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 2:13:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from peedub.muc.de (peedub.muc.de [193.149.49.109]) by hub.freebsd.org (Postfix) with ESMTP id 2E4F137BE90 for ; Thu, 6 Apr 2000 02:13:22 -0700 (PDT) (envelope-from garyj@peedub.muc.de) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.9.3/8.6.9) with ESMTP id LAA15706; Thu, 6 Apr 2000 11:11:12 +0200 (CEST) Message-Id: <200004060911.LAA15706@peedub.muc.de> X-Mailer: exmh version 2.1.0 09/18/1999 To: Steve Bishop Cc: Lars.Koeller@Uni-Bielefeld.DE, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: xperfmon++-3.0 Reply-To: Gary Jennejohn In-reply-to: Your message of "Thu, 23 Mar 2000 13:20:17 MST." <38DA7C81.14551498@veriohosting.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 06 Apr 2000 11:11:12 +0200 From: Gary Jennejohn Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Steve Bishop writes: >After hacking up a couple of files, I was able to get xperfmon++-3.0 to compile under FreeBSD 4.0-STABLE. > >For one, I had to change line 893 to use "ad" instead of "wd". After I got >the program successfully compiled, I found that it completely uses up all >CPU time. > >I guess the timing of the interrupts for callbacks must be much too frequent. > This is very strange because I never had to touch a thing to get this working under 4.0 when it was -current (with adX disks) or under 5.0-current (with daX-disks). Maybe "wd" is no longer an alias for "ad", I don't know. I run xperfmon++ all the time and _never_ see any high CPU load as a result, even using 1 second updates. Have you tried setting the interval ? --- Gary Jennejohn / garyj@muc.de gj@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 Apr 6 2:27: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 12BC037BB19; Thu, 6 Apr 2000 02:26:59 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-83.ix.netcom.com [209.109.234.83]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id FAA27978; Thu, 6 Apr 2000 05:26:56 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id CAA78860; Thu, 6 Apr 2000 02:26:54 -0700 (PDT) To: Maxim Sobolev Cc: "Vanilla I. Shu" , cvs-all@freebsd.org, ports@freebsd.org Subject: Re: cvs commit: ports/graphics/gimp1 Makefile ports/graphics/gimp1/filesgimp.setfont md5 ports/graphics/gimp1/patches patch-ao patch-ahpatch-ak patch-an ports/graphics/gimp1/pkg PLIST.perl PLIST References: <200004021914.MAA17822@freefall.freebsd.org> <38EB028E.247723A8@altavista.net> From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Date: 06 Apr 2000 02:26:53 -0700 In-Reply-To: Maxim Sobolev's message of "Wed, 05 Apr 2000 12:08:30 +0300" Message-ID: Lines: 20 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Maxim Sobolev * Did you look into resulting port's Makefile? Particulatly I'm interesting how * do you expect to PLIST=${SRCDIR}/PLIST.perl will be created? It is also broken * when USE_GNOME defined. You are quite right. SRCDIR isn't even defined! Here's an error (dying at the first sed): http://bento.FreeBSD.org/errorlogs/errorlogs/e.4.20000404/gimp-1.1.18.log * Following is small patch which should fix these obvious nasties. Thanks. I put it in the tree, will commit it if it passes the compilation (a new package build just started, it should be about 10 hours from now before it gets to gimp due to the large number of dependencies ;). Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 3: 7: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 A2A4737BD58; Thu, 6 Apr 2000 03:07:27 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Received: (from mharo@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA48640; Thu, 6 Apr 2000 03:07:26 -0700 (PDT) (envelope-from mharo@FreeBSD.org) Date: Thu, 6 Apr 2000 03:07:26 -0700 (PDT) From: Message-Id: <200004061007.DAA48640@freefall.freebsd.org> To: sobomax@altavista.net, mharo@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17768: [PATCH] Update of the wmakerconf (x11-wm/wmakerconf) port to the new 2.6 version Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Update of the wmakerconf (x11-wm/wmakerconf) port to the new 2.6 version State-Changed-From-To: open->closed State-Changed-By: mharo State-Changed-When: Thu Apr 6 03:07:07 PDT 2000 State-Changed-Why: Committed 2.6.1 version. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 4: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 AE0AC37B901 for ; Thu, 6 Apr 2000 04:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA57099; Thu, 6 Apr 2000 04:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ws14.bu.spb.ru (ws14.bu.spb.ru [195.201.78.134]) by hub.freebsd.org (Postfix) with ESMTP id 8D99F37B7EF for ; Thu, 6 Apr 2000 04:08:02 -0700 (PDT) (envelope-from root@ws14.bu.spb.ru) Received: (from root@localhost) by ws14.bu.spb.ru (8.9.3/8.9.3) id PAA00652; Thu, 6 Apr 2000 15:12:30 +0400 (MSD) (envelope-from root) Message-Id: <200004061112.PAA00652@ws14.bu.spb.ru> Date: Thu, 6 Apr 2000 15:12:30 +0400 (MSD) From: Goblin Reply-To: root@ws14.bu.spb.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17825: /misc/mc Makefile mistype Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17825 >Category: ports >Synopsis: /misc/mc Makefile mistype >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 Apr 6 04:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Goblin >Release: FreeBSD 4.0-RELEASE i386 >Organization: >Environment: any >Description: see fix >How-To-Repeat: >Fix: 21c21 < LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang --- > LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang --- And now we test this send-pr system :) >Release-Note: >Audit-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 Apr 6 6:41: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 313C437BADD; Thu, 6 Apr 2000 06:41:07 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA06618; Thu, 6 Apr 2000 06:41:07 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Thu, 6 Apr 2000 06:41:07 -0700 (PDT) From: Message-Id: <200004061341.GAA06618@freefall.freebsd.org> To: will@FreeBSD.org, freebsd-ports@FreeBSD.org, will@FreeBSD.org Subject: Re: ports/17353: New port of featured ICQ client for KDE (fixed one) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New port of featured ICQ client for KDE (fixed one) Responsible-Changed-From-To: freebsd-ports->will Responsible-Changed-By: will Responsible-Changed-When: Thu Apr 6 06:40:40 PDT 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 Thu Apr 6 7: 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 64F9037C2FA for ; Thu, 6 Apr 2000 07:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA39952; Thu, 6 Apr 2000 07:00:04 -0700 (PDT) (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 A225037BF8D for ; Thu, 6 Apr 2000 07:00:03 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA39933; Thu, 6 Apr 2000 07:00:02 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Message-Id: <200004061400.HAA39933@freefall.freebsd.org> Date: Thu, 6 Apr 2000 07:00:02 -0700 (PDT) From: yatt@msc.biglobe.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17827: Update port: audio/timidity++ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17827 >Category: ports >Synopsis: Update port: audio/timidity++ >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 Apr 6 07:00:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Yoichi ASAI >Release: 3.4-RELEASE >Organization: Personal >Environment: >Description: Update for audio/timidity++. >How-To-Repeat: >Fix: diff -urN timidity++.orig/Makefile timidity++/Makefile --- timidity++.orig/Makefile Sat Apr 1 08:10:58 2000 +++ timidity++/Makefile Thu Apr 6 20:23:09 2000 @@ -6,8 +6,8 @@ # $FreeBSD: ports/audio/timidity++/Makefile,v 1.18 2000/03/31 21:20:58 mharo Exp $ # -DISTNAME= TiMidity++-2.9.0 -PKGNAME= timidity++-2.9.0 +DISTNAME= TiMidity++-2.9.1 +PKGNAME= timidity++-2.9.1 CATEGORIES= audio MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ diff -urN timidity++.orig/files/md5 timidity++/files/md5 --- timidity++.orig/files/md5 Sat Apr 1 08:10:58 2000 +++ timidity++/files/md5 Thu Apr 6 20:22:27 2000 @@ -1 +1 @@ -MD5 (timidity/TiMidity++-2.9.0.tar.bz2) = 9a2e7eb5e7a7d9a1ff3c19a65b748b11 +MD5 (timidity/TiMidity++-2.9.1.tar.bz2) = c417b5469861e119933ada026cdbb941 >Release-Note: >Audit-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 Apr 6 7: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 7ADE837BF98 for ; Thu, 6 Apr 2000 07:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA45297; Thu, 6 Apr 2000 07:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 6 Apr 2000 07:50:02 -0700 (PDT) Message-Id: <200004061450.HAA45297@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Maxim Sobolev Subject: Re: ports/17111: [NEW PORT] New port of Jext - a powerful 100% pure Java text editor Reply-To: Maxim Sobolev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17111; it has been noted by GNATS. From: Maxim Sobolev To: freebsd-gnats-submit@FreeBSD.org, sobomax@altavista.net Cc: Subject: Re: ports/17111: [NEW PORT] New port of Jext - a powerful 100% pure Java text editor Date: Thu, 06 Apr 2000 17:30:37 +0300 This is a multi-part message in MIME format. --------------D90618ADAFC559DC375F47B6 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Does anyone have any plans to check this PR? I'm attaching update to the new version with several cleanups and improvements - most notable I've got rid of JFC dependency, which would save most users from downloading of a huge 16MB JFC package and replaced it with only 2.4MB download. -Maxim --------------D90618ADAFC559DC375F47B6 Content-Type: application/x-gzip; name="jext.tar.gz" Content-Transfer-Encoding: x-uuencode Content-Disposition: inline; filename="jext.tar.gz" begin 644 jext.tar.gz M'XL( />>[#@ ^U:>W/:2!+/O^A3]"9V*EX'(?%,N/.6,> 8AUKBI+/9C?[7\VM M^#^;X?XOJ-D7H#R-.??I_]S_C4H.WO!!('\U1P=P! 4]D\OGL[30)QE#5_J% M=YG>>Z+23%;/9E7%D 0'NS6= ;$L^8IXG MY^N^4]VK_?9;T]9Z:?DUW5OJ]<<6QIRR#Z.Q1^&+<_3],R_BO5+5RYVETA,5_3LG?Q3_/!:J:R^?B^'\..N=Q;C(@ M, K/!#((^) PZ%'J@$U,QYJ"09DY<*@A]5T/1IX[\(AM4X_)T!V.V=N "=_? MF(A$39;K@]N',:-<77_LZ+[I.@PXN^X:R%F4V-3QR02+ENN97W&Q"6_:U+/> MPI=&/776;=3?"NN"7TWWS)%_\!;(V'?!= SJ^&_!IO[0-9C$*+VFGI >L#!W M[.E4J.)O;>+[7 %Q#+#'^A!LUZ.R+$O2Q<5%$8:^/RJF4K>WM[(^I%]EW;53 MHJ]\2NR4B)\_<899/8/BW_<["F9Y?XO)^9_-9]/Q_'_'-0S'3&& M)38D'DT9KIZZPB )QG79'4TQ,F1_0_V9R3 K3#?6\\!/]KV-]4'I8^9P+1J"FN>O[2";.F,FH)& _-0D$E!LKZ, 1]9X8#HL$I91 MXNG#*-#M&'E@]M=6!EDRQ0<(_M_HHSELPJS4!-/H-(G5,I8B@Y,C,J!A'(9O MK(C'4F1P(#Z$8V);\\$VV=!5*\#5 145OC)B=F,1+MJ)94<%BS&W&Y<(DMU8 MY@,V*M,BKD/P V*29(_X^C ,)2-J/<:?6I1A>O=EG;$Y9"4)<4N"4,'';=63 MD?VH6E1<$>]1Q;S?4Q6GLK7^E##_%,=F*$@3*Z:M,+YNV@K@ZZ.U !9D:@P2 MA@N?2X/X])+XE\31AQ@%PF$!9".GR[;#5@X4'U5.?->U6&H2:%\)YK7=*;H4 MEYNCU4&]$7F&RSZ+8AL0$(9MB^)VZ,)?JX[;"1YN^2.>UD@LH'?4%+4UP<"Z M/\9V9HG6JD=\D5OVB#-*ZW@\!$$1;MX26Q/;B[ 1LX1'MF,A-VARFS@T E,3 MWW3)( *R[=$;TQVS:.BN6])U-">DY^?8JN.;ODG#P-,1];K\9WN26L)6.2(X MZ(YON$Y$2>PRHYJX7L:9ZU_3Z8_):)#1B"^J?X:0#YX9DE_"!+5Z5U3W&\3! M55+8D X3-?KQ#HX4+2$R-/K'F#HZK>/NY,4C'VS;T8"ERW"V(GGWK*=X:&=*SAXGOEL MTMM(XL^UG8P_UTZ#,Z"(Z+KIT!./DNMH>+ZB"D]>2VR4 !#@1G"ZI8G#K0CX M*, N%AJN0;?FYP5(/$1HVCW\7'H$&Y8/47IDR10<&XIRU[VF3H-XRU8?&Z;G MV;!^<;FI=KY\W52]P8"H\##<^1:[MT9^=*90)(9>&.9NU14%R=>>83A<;(= M-E6+_=B&RONO-QUW1$#QTXIP%-^G1)!E1Y"U!?%CA\]!E_+]\]-] 1;U_C^C MI+.J*K[_R>5R\?W_<] ]_XN_24)^LHZ0^S\UG5&#^[^,HJ@%?O^72>>5^/S_ M.2B93((XHW(]'>HD$X7LTHQ^Q[2BJ)(AX>' O80H1;5?( X/H9D M]JVJPB'^9N'X6()7T!V:#&ZHQW!C ,2R<,DG[N&( YC"?7R#?X$ WVIZQ ), M;@0L\YI":LR\E.7J)#@.E+DTC?K@#RF<5[]T+\]:C2KX[D.@N,4CAH% 5(WU M4\R?T"YUSX2(INOUJ.>C*-.@EI24#I?"CO:7C_O28;E>TC3.=K2W?"SNGY^6 M]XM[2]S=Z=XAG8QZ:P>7G\N+3R%//N<]OO,?6UA4G)*!/1\1/%L7T4[R"S_-4[M$_QJ9' MC6(B+1=D1)X$*.@=CJ-4I:M]JYU&I=7C7_@L.F=H]_E3)Q>>IQ[93G\@]8!N-I2J@[ MK=4Y>N_;0O=L[QNFPDZIW+W4/IU^F<&]2PI44FMV\7^U4[%!?DCJ?FI>5:KO:K C!08J<%?>^M5N=KE:I=6;S=;QQ+4D+7:UF_6_; MS) N.A^U3ODH@1A\Y%*D3UKU\N^U]E%B2IDH?*G73H)2LW5Y\JE6KP0E2<;9 MQD#?.M1XPX&8C ]6[3SDJNNM/FYVM%JK>8L99F]U-ZW M4J=\-DL-T''.I3]$MQN,U[#A^,KT9>8^;F10)9' # _*)!&+O.3"/6([A>E1.(895<[]1G.SB8D*;QD M\N\3I2+++T$X"'TU"U1)ALOO-?OF8.S1]:S?%_/H]^5P^3YX)&@#YW+]@LR+ MIN_ /I^:YYKQ<0=>7!BM*KUWG[=&"N^)^0IPW@\-,9!A14;PGA=+]?JE5N[4 MVMW9 T%PYU>^.-[IQAX'7K[& WD5C=4CV(8G%A<-G!_ [*A*@;Z:K/OM86'W2^+N&NV>&A46F7MX$'C[P_2 M^_O\AXWCU6L:^"L\:-<6F5M;NHA$V71T:VQ0^&N/&3*?*F3[^K=X@1933#'% C%%-,,<444TPQQ1133#'%%%-,,<444TS_M?0OGW2W/P!0 end --------------D90618ADAFC559DC375F47B6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 9:48:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail03.rapidsite.net (mail03.rapidsite.net [207.158.192.52]) by hub.freebsd.org (Postfix) with SMTP id E612037BCFB for ; Thu, 6 Apr 2000 09:48:14 -0700 (PDT) (envelope-from ramorim@leiloesnet.com.br) Received: from www.leiloesnet.com.br (207.201.158.81) by mail03.rapidsite.net (RS ver 1.0.54) with SMTP id 07210935; Thu, 6 Apr 2000 12:25:45 -0400 (EDT) Message-ID: <38ECBADF.DDDF5272@leiloesnet.com.br> Date: Thu, 06 Apr 2000 13:27:11 -0300 From: Roberto Ferrer de Amorim X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: vanilla@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: gimp-1.1.18 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Loop-Detect: 1 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Is there any release date for a 1.1.19 port? Thanks in advance, Roberto To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 12:30: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 0639F37C16E; Thu, 6 Apr 2000 12:30:23 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id MAA76994; Thu, 6 Apr 2000 12:30:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Thu, 6 Apr 2000 12:30:22 -0700 (PDT) From: Kris Kennaway To: "Ron 'The InSaNe One' Rosson" Cc: freebsd-ports@freebsd.org Subject: Re: Getting an Older Port In-Reply-To: <20000405152521.A15922@lunatic.oneinsane.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 Wed, 5 Apr 2000, Ron 'The InSaNe One' Rosson wrote: > I just tried to get xxms to run on a 4.0 STABLE system and it keeps > bombing. I had 0.9.5.1 running without a hitch but since have updated > the ports tree and now haveno port skeleton for version 9.5.1. How could > I go about getting it. Thru cvs and if so how. cvs update the port skeleton to a date which contained that version - check cvs log on the Makefile to see what date you want. 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 Apr 6 12:55:29 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 5CAE137C13D for ; Thu, 6 Apr 2000 12:55:25 -0700 (PDT) (envelope-from obrien@NUXI.ucdavis.edu) Received: from dragon.nuxi.com (root@14-078.006.popsite.net [216.126.137.78]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id MAA29536; Thu, 6 Apr 2000 12:55:22 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id MAA22984; Thu, 6 Apr 2000 12:55:19 -0700 (PDT) (envelope-from obrien) Date: Thu, 6 Apr 2000 12:55:18 -0700 From: "David O'Brien" To: "Jeffrey J. Mountin" Cc: ports@FreeBSD.ORG Subject: Re: apache13-php4 Message-ID: <20000406125518.A70225@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <38D8FD22.E2A9875F@MexComUSA.Net> <20000322134846.V25438@jade.chc-chimes.com> <20000327224807.C7980@physik.TU-Berlin.DE> <20000327155812.C23367@jade.chc-chimes.com> <20000330172419.B59713@dragon.nuxi.com> <20000330203838.H23367@jade.chc-chimes.com> <20000330210930.A60684@dragon.nuxi.com> <4.3.2.20000330233528.00df0520@207.227.119.2> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <4.3.2.20000330233528.00df0520@207.227.119.2>; from jeff-ml@mountin.net on Thu, Mar 30, 2000 at 11:47:28PM -0600 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 On Thu, Mar 30, 2000 at 11:47:28PM -0600, Jeffrey J. Mountin wrote: > > >So what is holding things back? Whose buy-in do we need here? > > After 2 years there are still disclaimers about using the DSO method in the > Apache docs. We all know docs get seriously out of date with reality. Does anyone have any real experience with problems with the DSO method? -- -- 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 Thu Apr 6 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 0563837B5F8 for ; Thu, 6 Apr 2000 13:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA80804; Thu, 6 Apr 2000 13:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 6 Apr 2000 13:00:05 -0700 (PDT) Message-Id: <200004062000.NAA80804@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Enma Daiou Subject: Re: ports/17781: w3m-0.1.7 segfaults on compile (from ports) Reply-To: Enma Daiou Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17781; it has been noted by GNATS. From: Enma Daiou To: freebsd-gnats-submit@FreeBSD.org Cc: enma@jigoku.org Subject: Re: ports/17781: w3m-0.1.7 segfaults on compile (from ports) Date: Thu, 6 Apr 2000 14:50:29 -0500 Please close this PR (ports/17781) The bug was due to an older bug in boehm-gc, not w3m. (The boehm-gc bug has already been patched.) Sorry for the unneccesary bug report. -- Masuo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 13: 1:58 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 7B4E137C0A8; Thu, 6 Apr 2000 13:01:52 -0700 (PDT) (envelope-from obrien@NUXI.ucdavis.edu) Received: from dragon.nuxi.com (root@14-078.006.popsite.net [216.126.137.78]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id NAA29570; Thu, 6 Apr 2000 13:01:38 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id NAA23109; Thu, 6 Apr 2000 13:01:32 -0700 (PDT) (envelope-from obrien) Date: Thu, 6 Apr 2000 13:01:32 -0700 From: "David O'Brien" To: greg@greg.rim.or.jp, sumikawa@FreeBSD.org, hetzels@westbend.net, rse@engelschall.com, dirk@FreeBSD.org, adam@algroup.co.uk, ache@FreeBSD.org, winter@FreeBSD.org Cc: ports@FreeBSD.org Subject: Re: apache13-php4 Message-ID: <20000406130132.B70225@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <38D8FD22.E2A9875F@MexComUSA.Net> <20000322134846.V25438@jade.chc-chimes.com> <20000327224807.C7980@physik.TU-Berlin.DE> <20000327155812.C23367@jade.chc-chimes.com> <20000330172419.B59713@dragon.nuxi.com> <20000330203838.H23367@jade.chc-chimes.com> <20000330210930.A60684@dragon.nuxi.com> <4.3.2.20000330233528.00df0520@207.227.119.2> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <4.3.2.20000330233528.00df0520@207.227.119.2>; from jeff-ml@mountin.net on Thu, Mar 30, 2000 at 11:47:28PM -0600 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 At 09:09 PM 3/30/00 -0800, David O'Brien wrote: > > using apxs). Currently playing with 1.3.12+PHP3.0.15+SSL+FP2000 on my > > beta web server. Very nice! > > > > http://www.westbend.net/~hetzels/mod_apache.tgz > > > > I can't wait for the entire Apache ports system to be replaced with > > this method. > > So what is holding things back? Whose buy-in do we need here? Since no one has said anything, I'm sending this again -- to make sure all the Apache maintainers people get the mail. -- -- 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 Thu Apr 6 14: 0:39 2000 Delivered-To: freebsd-ports@freebsd.org Received: from goku.cl.msu.edu (goku.cl.msu.edu [35.8.3.20]) by hub.freebsd.org (Postfix) with ESMTP id B9CDF37C274 for ; Thu, 6 Apr 2000 14:00:34 -0700 (PDT) (envelope-from dervish@goku.cl.msu.edu) Received: (from dervish@localhost) by goku.cl.msu.edu (8.9.3/8.9.3) id RAA30922; Thu, 6 Apr 2000 17:00:29 -0400 (EDT) (envelope-from dervish) Date: Thu, 6 Apr 2000 17:00:29 -0400 From: Bush Doctor To: Kent Stewart Cc: bush doctor , FreeBSD-ports@FreeBSD.ORG Subject: Re: ports/devel/codecrusader Makefile Message-ID: <20000406170029.B98981@goku.cl.msu.edu> References: <200004041002.DAA09557@freefall.freebsd.org> <38EBBDE2.47FF5BF2@3-cities.com> <20000405223501.B86568@ikhala.tcimet.net> <38EBF298.1B051729@3-cities.com> <20000405235751.A86786@ikhala.tcimet.net> <38EC1472.28B209C7@3-cities.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <38EC1472.28B209C7@3-cities.com>; from kstewart@3-cities.com on Wed, Apr 05, 2000 at 09:37:06PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 WWW-Home-Page: http://bantu.cl.msu.edu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Out of da blue Kent Stewart aka (kstewart@3-cities.com) said: > I think there was some source missing. I added code_medic, > code_crusader, JSearch, JToolBar, and JTree and did a "gmake > freebsd3.x" from the JX-1.5.3 directory and it is making jcc. The > ports Makefile doesn't add two of these. That's one thing I noticed last night. I was missing JSearch, however I left off the "freebsd3.x" target. I'm going to look at it again tonight. > > The changes so far have been the #define's LACKS_SIGSET, > HAS_UCONTEXT_T, and HAS_SOCKLEN_T changes to the freebsd-config in > ../ace/. > > The line in Log_Msg.cpp with !(define(_BORLAND_...) was changed to > "#if define(ACE_LACKS_SYS_NERR)" I'll check these too. > > Added bison to my code list with a manual install. The ports Makefile > doesn't check for bison. Hmmm, maybe because bison is already in the source tree. (/usr/bin/bison) > > This time the manual install worked on 4.0. I have a jcc. Great ;-) This looks promising. I'm looking forward to seeing if it'll build on my -current box. > > Kent > > -- > Kent Stewart > Richland, WA > > mailto:kstewart@3-cities.com > http://www.3-cities.com/~kstewart/index.html > FreeBSD News http://daily.daemonnews.org/ > > SETI(Search for Extraterrestrial Intelligence) @ HOME > http://setiathome.ssl.berkeley.edu/ > #;^) -- f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng. bush doctor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 14:16:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from spcem01sgl.sugar-land.omnes.net (spcem01sgl.sugar-land.omnes.net [163.188.48.51]) by hub.freebsd.org (Postfix) with ESMTP id 2DFD137BF2A for ; Thu, 6 Apr 2000 14:15:48 -0700 (PDT) (envelope-from rayk@sugar-land.spc.slb.com) Received: from rayk-sgl.sugar-land.spc.slb.com ([163.188.49.242]) by spcem01sgl.sugar-land.omnes.net (Post.Office MTA v3.5.3 release 223 ID# 0-58147U25000L25000S0V35) with ESMTP id net for ; Thu, 6 Apr 2000 16:08:52 -0500 Message-Id: <4.3.1.2.20000406161429.00ae75b0@163.188.48.51> X-Sender: rayk@163.188.48.51 X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Thu, 06 Apr 2000 16:15:41 -0500 To: freebsd-ports@FreeBSD.ORG From: Keith Ray Subject: How long until a port is committed? 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 Just out of curiosity, how long does it usually take for a low priority port to be committed to the ports tree? -Keith To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 14:55: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from corinth.bossig.com (mail.dohboys.com [208.26.253.10]) by hub.freebsd.org (Postfix) with ESMTP id EFA2B37C1BE for ; Thu, 6 Apr 2000 14:54:56 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.193]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Thu, 6 Apr 2000 15:05:12 -0700 Message-ID: <38ED07AA.ADEABA3E@3-cities.com> Date: Thu, 06 Apr 2000 14:54:50 -0700 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Bush Doctor Cc: bush doctor , FreeBSD-ports@FreeBSD.ORG Subject: Re: ports/devel/codecrusader Makefile References: <200004041002.DAA09557@freefall.freebsd.org> <38EBBDE2.47FF5BF2@3-cities.com> <20000405223501.B86568@ikhala.tcimet.net> <38EBF298.1B051729@3-cities.com> <20000405235751.A86786@ikhala.tcimet.net> <38EC1472.28B209C7@3-cities.com> <20000406170029.B98981@goku.cl.msu.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bush Doctor wrote: > > Out of da blue Kent Stewart aka (kstewart@3-cities.com) said: > > I think there was some source missing. I added code_medic, > > code_crusader, JSearch, JToolBar, and JTree and did a "gmake > > freebsd3.x" from the JX-1.5.3 directory and it is making jcc. The > > ports Makefile doesn't add two of these. > That's one thing I noticed last night. I was missing JSearch, however > I left off the "freebsd3.x" target. I'm going to look at it again > tonight. Murphy must be smiling at anyone trying to use this one :). I got to the point that I added an alias for cdjx and cdace before I got to far into trying to make it run. There are some dependancies that aren't being checked properly, which results in recompiles every time you try to do a port build. This results in unnecessary recompiles, which is really slow tesing. The problem is seeing the messages. Then, you have to figure out what the dependancy really should be. I can see it happening but haven't figured out how to stop it. There are too many "ln -s"'s. I did a "make >& crumake.txt" really early on in order to see what was happening in the port make. It was during one of these captures that I saw bison being used. Actually, the first time it failed because I didn't have bison installed in my system. I also hardcoded ACE_ROOT and JX_INSTALL_ROOT. There is also one place in the build that I didn't tell you about. Gmake gets the version via a "uname -r" and then checks it against ifneq 3 and ifeq 2 or 3. One of the side effects is changing the lib ld control. This doesn't apply the right setups for any future releases of ACE beyond FreeBSD version 2.x and 3.x. It tried to setup my version 4.0 system as a 2.x release. I was trying to lookup the logic that gmake could handle but got involved with something else. You really need a <3 ==3 and >=4. I hand coded it to work with =4 and !3. There is an ACE version 5.1 on the ACE web pages. Most of the discussion on comp.soft-sys.ace is on that release. Kent > > > > > The changes so far have been the #define's LACKS_SIGSET, > > HAS_UCONTEXT_T, and HAS_SOCKLEN_T changes to the freebsd-config in > > ../ace/. > > > > The line in Log_Msg.cpp with !(define(_BORLAND_...) was changed to > > "#if define(ACE_LACKS_SYS_NERR)" > I'll check these too. > > > > > Added bison to my code list with a manual install. The ports Makefile > > doesn't check for bison. > Hmmm, maybe because bison is already in the source tree. (/usr/bin/bison) > > > > > This time the manual install worked on 4.0. I have a jcc. > Great ;-) This looks promising. I'm looking forward to seeing if it'll > build on my -current box. -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 15:39:18 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 81FEC37C1B4; Thu, 6 Apr 2000 15:39:14 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.3/8.9.3) id RAA12843; Thu, 6 Apr 2000 17:39:12 -0500 (CDT) Date: Thu, 6 Apr 2000 17:39:12 -0500 From: "Matthew D. Fuller" To: "David O'Brien" Cc: "Jeffrey J. Mountin" , ports@FreeBSD.ORG Subject: Re: apache13-php4 Message-ID: <20000406173912.B9038@futuresouth.com> References: <20000322134846.V25438@jade.chc-chimes.com> <20000327224807.C7980@physik.TU-Berlin.DE> <20000327155812.C23367@jade.chc-chimes.com> <20000330172419.B59713@dragon.nuxi.com> <20000330203838.H23367@jade.chc-chimes.com> <20000330210930.A60684@dragon.nuxi.com> <4.3.2.20000330233528.00df0520@207.227.119.2> <20000406125518.A70225@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <20000406125518.A70225@dragon.nuxi.com> X-OS: FreeBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Apr 06, 2000 at 12:55:18PM -0700, a little birdie told me that David O'Brien remarked > On Thu, Mar 30, 2000 at 11:47:28PM -0600, Jeffrey J. Mountin wrote: > > > > >So what is holding things back? Whose buy-in do we need here? > > > > After 2 years there are still disclaimers about using the DSO method in the > > Apache docs. > > We all know docs get seriously out of date with reality. > > Does anyone have any real experience with problems with the DSO method? Server: Apache/1.3.9 (Unix) PHP/3.0.12 PHP/4.0b3 Just built as Apache, PHP3 and PHP4 DSO's built by hand. Not hit very hard, but it works just great. Have a few more servers with that setup that get hit a little more, nothing's shown up bad yet. -- 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 Thu Apr 6 15:45: 1 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 88E8A37BAC0 for ; Thu, 6 Apr 2000 15:44:39 -0700 (PDT) (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 AAA65919; Fri, 7 Apr 2000 00:44:17 +0200 (CEST) (envelope-from ibex) Date: Fri, 7 Apr 2000 00:44:17 +0200 From: Dirk Froemberg To: Bill Fumerola Cc: "David W. Chapman Jr." , ports@FreeBSD.org Subject: Re: FreeBSD Port: apache+php-1.3.12+4.0b4pl1 Message-ID: <20000407004416.B65692@physik.TU-Berlin.DE> References: <00a901bf9af6$f7b17de0$931576d8@inethouston.net> <20000331110831.K23367@jade.chc-chimes.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000331110831.K23367@jade.chc-chimes.com>; from billf@chc-chimes.com on Fri, Mar 31, 2000 at 11:08:31AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi David, hi Bill! On Fri, Mar 31, 2000 at 11:08:31AM -0500, Bill Fumerola wrote: > On Fri, Mar 31, 2000 at 03:53:29AM -0600, David W. Chapman Jr. wrote: > > I went to compile this apache port with php4 and it does not correctly > > detect imap support. I have no idea how to fix it, any suggestions would > > be appreciated. I'm not in the ports mailling list so you'll have to reply > > directly to me. > > > \"IMAP\") > echo "IMAP is DISABLED for now. Ignoring." > /dev/stderr > ;; > > from scripts/configure.php, which is unfortunate because I need it too. Sorry, but I don't have time to track down this problem. You need to supply a problem report to the PHP development team (it's a PHP configure problem, not a port's problem...). OTOH we'll have a mod_php4, soon (hopefully 8-) which won't have this problem. IMAP support doesn't work with a static php module, only. 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 Thu Apr 6 15:48:27 2000 Delivered-To: freebsd-ports@freebsd.org Received: from poseidon.student.umd.edu (poseidon.student.umd.edu [129.2.220.99]) by hub.freebsd.org (Postfix) with ESMTP id 015FC37B6FA for ; Thu, 6 Apr 2000 15:48:19 -0700 (PDT) (envelope-from bfoz@glue.umd.edu) Received: from glue.umd.edu (localhost [127.0.0.1]) by poseidon.student.umd.edu (8.9.3/8.9.3) with ESMTP id SAA00310; Thu, 6 Apr 2000 18:46:13 -0400 (EDT) (envelope-from bfoz@glue.umd.edu) Message-ID: <38ED13B5.F30767B4@glue.umd.edu> Date: Thu, 06 Apr 2000 18:46:13 -0400 From: Brandon Fosdick X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Keith Ray Cc: freebsd-ports@FreeBSD.ORG Subject: Re: How long until a port is committed? References: <4.3.1.2.20000406161429.00ae75b0@163.188.48.51> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Keith Ray wrote: > > Just out of curiosity, how long does it usually take for a low priority > port to be committed to the ports tree? > > -Keith I'm not a commiter but from what I've seen the results vary a lot depending on many things. I had one port that was commited the same day and another one that took weeks. I think it mostly depends on how busy the committers are and how complicated your port is. -Brandon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 16: 1:31 2000 Delivered-To: freebsd-ports@freebsd.org Received: from shell.telemere.net (shell.telemere.net [63.224.9.3]) by hub.freebsd.org (Postfix) with ESMTP id 6A03637C1B5 for ; Thu, 6 Apr 2000 16:01:22 -0700 (PDT) (envelope-from visigoth@telemere.net) Received: by shell.telemere.net (Postfix, from userid 1001) id A682A70601; Thu, 6 Apr 2000 18:09:03 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by shell.telemere.net (Postfix) with ESMTP id A31086C801 for ; Thu, 6 Apr 2000 18:09:03 -0500 (CDT) Date: Thu, 6 Apr 2000 18:09:03 -0500 (CDT) From: Visigoth To: freebsd-ports@freebsd.org Subject: xmms-1.0.1 with 4.0-STABLE Thu Apr 6 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 don't know if anybody else has noticed but it seems that some of the changes with the way sound and such ( I don't code sound, ask me about sockets.. ) works has messed with the EQ on xmms. Anybody (maintainers maybe ;) ) working on this one? I don't know enough about it to fix it with out lots of effort, so I thought I'd check and see if somebody else is already working on it... I have 2 machines that this exact same combo of hardware and software worked until I reinstalled them ( with the same kernel configuration ) Please CC me as well seeing as I don't subscribe to -ports Thanks Visigoth Damieon Stark Sr. Unix Systems Administrator visigoth@telemere.net ____________________________________________________________________________ | - M$ Win 2K was built for the internet. | - Unix _BUILT_ the internet. | FreeBSD - The POWER to serve | http://www.freebsd.org your call... | | ---------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 16:12:54 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 82FF637B8D8 for ; Thu, 6 Apr 2000 16:12:50 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com (07-188.dial.008.popsite.net [209.69.77.188]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id QAA30839; Thu, 6 Apr 2000 16:12:43 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 851001A27; Thu, 6 Apr 2000 19:12:10 -0400 (EDT) Date: Thu, 6 Apr 2000 19:12:10 -0400 From: Will Andrews To: Brandon Fosdick Cc: Keith Ray , freebsd-ports@FreeBSD.ORG Subject: Re: How long until a port is committed? Message-ID: <20000406191210.B94924@argon.blackdawn.com> References: <4.3.1.2.20000406161429.00ae75b0@163.188.48.51> <38ED13B5.F30767B4@glue.umd.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <38ED13B5.F30767B4@glue.umd.edu>; from bfoz@glue.umd.edu on Thu, Apr 06, 2000 at 06:46:13PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Apr 06, 2000 at 06:46:13PM -0400, Brandon Fosdick wrote: > I'm not a commiter but from what I've seen the results vary a lot > depending on many things. I had one port that was commited the same day > and another one that took weeks. I think it mostly depends on how busy > the committers are and how complicated your port is. It also depends on how much of the legwork you've done in regards to the port. If you check with Satoshi on whether the port should go in the category you've selected, that's a real plus. If you check your port with portlint, then all the better. If you check the website (if there is one) relating to your program, then thats good. If you check with Satoshi on whether a repo-copy will be needed (and even convince him to do it before somebody imports your port), that's another plus. :-) There's a lot of things you can do to ensure speed in committing ports. Doing all the legwork for committers is one of the best ways. :-> -- 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 Apr 6 16:36:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from luna.cdrom.com (luna.cdrom.com [204.216.28.135]) by hub.freebsd.org (Postfix) with ESMTP id A7D2637B6F2; Thu, 6 Apr 2000 16:36:33 -0700 (PDT) (envelope-from jim@luna.cdrom.com) Received: by luna.cdrom.com (Postfix, from userid 1000) id 13109F6; Thu, 6 Apr 2000 16:35:27 -0700 (PDT) Date: Thu, 6 Apr 2000 16:35:26 -0700 From: Jim Mock To: Roberto Ferrer de Amorim Cc: vanilla@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FreeBSD Port: gimp-1.1.18 Message-ID: <20000406163526.A69364@luna.cdrom.com> Reply-To: jim@luna.cdrom.com References: <38ECBADF.DDDF5272@leiloesnet.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.11i In-Reply-To: <38ECBADF.DDDF5272@leiloesnet.com.br>; from ramorim@leiloesnet.com.br on Thu, Apr 06, 2000 at 01:27:11PM -0300 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 06 Apr 2000 at 13:27:11 -0300, Roberto Ferrer de Amorim wrote: > Is there any release date for a 1.1.19 port? When someone updates it. I don't have time to do it right now, though someone else might (I have no idea how busy Vanilla is these days :-) - 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 Thu Apr 6 17:40:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mail2s.biglobe.ne.jp (mail2s.biglobe.ne.jp [210.147.14.242]) by hub.freebsd.org (Postfix) with ESMTP id A6AFE37B7C0; Thu, 6 Apr 2000 17:40:08 -0700 (PDT) (envelope-from yatt@msc.biglobe.ne.jp) Received: from mail-gw.biglobe.ne.jp (mailsv18.biglobe.ne.jp [133.205.12.240]) by mail2s.biglobe.ne.jp (8.9.1+3.1W/3.7W-99081617) with ESMTP id JAA04403; Fri, 7 Apr 2000 09:24:18 +0900 (JST) Received: from mail-relay.biglobe.ne.jp by mail-gw.biglobe.ne.jp (3.7W-INET_GW) id RAA22273; Sun, 2 Apr 2000 17:47:57 +0900 (JST) Received: from pop151.biglobe.ne.jp by mail-relay.biglobe.ne.jp (3.7W-BIGLOBE-relay) id RAA28304; Sun, 2 Apr 2000 17:47:57 +0900 (JST) X-Biglobe-Sender: yatt@msc.biglobe.ne.jp X-Biglobe-Date: Sun, 2 Apr 2000 17:45:58 +0900 To: mharo@FreeBSD.org Cc: freebsd-ports@FreeBSD.org Subject: Re: ports/17241: Update: japanese/tkdesk In-Reply-To: <200004012018.MAA60766@freefall.freebsd.org> References: <200004012018.MAA60766@freefall.freebsd.org> X-Mailer: Mew version 1.94.2 on XEmacs 20.4 (Emerald) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000402174432G.yatt@msc.biglobe.ne.jp> Date: Sun, 02 Apr 2000 17:44:32 +0900 From: Yoichi ASAI X-Dispatcher: imput version 20000228(IM140) Lines: 36 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Synopsis: Update: japanese/tkdesk > If you send me a new patch or let me know where the distfile is > I'll look at it. I found tkdesk Japanization patch was updated. Please apply this patch below. diff -urN tkdesk.orig/Makefile tkdesk/Makefile --- tkdesk.orig/Makefile Sun Apr 2 16:22:28 2000 +++ tkdesk/Makefile Sun Apr 2 16:23:16 2000 @@ -7,12 +7,12 @@ # DISTNAME= tkdesk-1.2 -PKGNAME= ja-tkdesk-1.2p4 +PKGNAME= ja-tkdesk-1.2p5 CATEGORIES= japanese x11-fm tk42 MASTER_SITES= http://people.mainz.netsurf.de/~bolik/tkdesk/ PATCH_SITES= http://www.linet.gr.jp/~mituiwa/ -PATCHFILES= tkdesk-1.2-jp4.diff +PATCHFILES= tkdesk-1.2-jp5.diff PATCH_DIST_STRIP= -p1 MAINTAINER= yatt@msc.biglobe.ne.jp diff -urN tkdesk.orig/files/md5 tkdesk/files/md5 --- tkdesk.orig/files/md5 Sun Apr 2 16:20:09 2000 +++ tkdesk/files/md5 Sun Apr 2 16:20:30 2000 @@ -1,2 +1,2 @@ MD5 (tkdesk-1.2.tar.gz) = 33aa10a3d3b51017cdd495886848a2a6 -MD5 (tkdesk-1.2-jp4.diff) = ca1d9084f0d0e1abc6238c517b5b1bb1 +MD5 (tkdesk-1.2-jp5.diff) = 7477e7c298ac8b4caf8af20652ec4a66 --- Yoichi ASAI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 17:50: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 9535437C386 for ; Thu, 6 Apr 2000 17:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07618; Thu, 6 Apr 2000 17:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail2s.biglobe.ne.jp (mail2s.biglobe.ne.jp [210.147.14.242]) by hub.freebsd.org (Postfix) with ESMTP id 707FF37BB35 for ; Thu, 6 Apr 2000 17:40:12 -0700 (PDT) (envelope-from yatt@msc.biglobe.ne.jp) Received: from mail-gw.biglobe.ne.jp (mailsv18.biglobe.ne.jp [133.205.12.240]) by mail2s.biglobe.ne.jp (8.9.1+3.1W/3.7W-99081617) with ESMTP id JAB04400 for ; Fri, 7 Apr 2000 09:24:17 +0900 (JST) Received: from mail-relay.biglobe.ne.jp by mail-gw.biglobe.ne.jp (3.7W-INET_GW) id NAA13390 for ; Sat, 1 Apr 2000 13:55:21 +0900 (JST) Received: from pop151.biglobe.ne.jp by mail-relay.biglobe.ne.jp (3.7W-BIGLOBE-relay) id NAA18967 for ; Sat, 1 Apr 2000 13:55:20 +0900 (JST) Message-Id: <20000401134250Q.yatt@msc.biglobe.ne.jp> Date: Sat, 01 Apr 2000 13:42:50 +0900 From: yatt@msc.biglobe.ne.jp Reply-To: yatt@msc.biglobe.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17834: Update: japanese/timidity++-tcltk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17834 >Category: ports >Synopsis: Update: japanese/timidity++-tcltk >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 Apr 6 17:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Yoichi ASAI >Release: FreeBSD 3.3-RELEASE i386 >Organization: Personal >Environment: >Description: Update for japanese/timidity++-tcltk. >How-To-Repeat: >Fix: diff -urN timidity++-tcltk.orig/Makefile timidity++-tcltk/Makefile --- timidity++-tcltk.orig/Makefile Wed Oct 13 15:54:00 1999 +++ timidity++-tcltk/Makefile Thu Mar 2 21:42:16 2000 @@ -6,65 +6,9 @@ # $FreeBSD: ports/japanese/timidity++-tcltk/Makefile,v 1.1.1.1 1999/10/13 06:54:28 flathill Exp $ # -DISTNAME= TiMidity++-1.3.10 -PKGNAME= ja-timidity++-tcltk-1.3.10 -CATEGORIES= japanese audio -MASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ +INTERFACE= tcltk +JAPANESE= yes -MAINTAINER= yatt@msc.biglobe.ne.jp +MASTERDIR= ${.CURDIR}/../../audio/timidity++-emacs -RUN_DEPENDS= ${PREFIX}/bin/timidity:${PORTSDIR}/audio/timidity++ -LIB_DEPENDS= tk80jp.1:${PORTSDIR}/japanese/tk80 - -# If you don't require Japanese docs, uncomment this. -#NO_USE_JAPANESE= yes - -USE_XLIB= yes -USE_AUTOCONF= yes - -MASTERDIR= ${.CURDIR}/../../audio/timidity++ -PKGDIR= ${.CURDIR}/pkg - -DIST_SUBDIR= timidity - -.include - -CONFIGURE_ARGS= --prefix=${PREFIX} --with-x \ - --disable-ncurses --disable-vt100 --enable-tcltk=dynamic \ - --disable-emacs --disable-xaw --disable-xskin \ - --disable-motif --disable-slang --disable-gtk \ - --enable-network --enable-spectrogram --enable-wrd -CONFIGURE_ARGS+= --with-tcl-includes=${PREFIX}/include/tcl8.0jp \ - --with-tk-includes=${PREFIX}/include/tk8.0jp \ - --with-tcl-libs=${PREFIX}/lib --with-tk-libs=${PREFIX}/lib -CONFIGURE_ENV= WISH=wish8.0jp -.if ${PORTOBJFORMAT} == "elf" -CONFIGURE_ENV+= LDFLAGS=-export-dynamic -.endif - -TIMID_DIR= ${PREFIX}/lib/timidity -LINK= tkmidi -DOCFILES= README.tk -DOCLANG= C -.if !defined(NO_USE_JAPANESE) -DOCLANG+= ja_JP.ujis -.endif - -do-build: - cd ${WRKSRC}/interface; ${MAKE} - -do-install: - cd ${WRKSRC}/interface; ${MAKE} ${INSTALL_TARGET} - ${LN} -sf ${PREFIX}/bin/timidity ${PREFIX}/bin/${LINK} - -post-install: -.if !defined(NOPORTDOCS) -.for lang in ${DOCLANG} - @${MKDIR} \ - ${PREFIX}/share/doc/timidity/`echo ${lang} | ${SED} 's/_JP.ujis//'` - ${INSTALL_DATA} ${WRKSRC}/doc/${lang}/${DOCFILES} \ - ${PREFIX}/share/doc/timidity/`echo ${lang} | ${SED} 's/_JP.ujis//'` -.endfor -.endif - -.include +.include "${MASTERDIR}/Makefile" diff -urN timidity++-tcltk.orig/pkg/DESCR timidity++-tcltk/pkg/DESCR --- timidity++-tcltk.orig/pkg/DESCR Wed Oct 13 15:54:00 1999 +++ timidity++-tcltk/pkg/DESCR Thu Mar 2 20:52:07 2000 @@ -3,7 +3,7 @@ Formerly, the original version of this program was written by Tuuka Toivonen(until version 0.2i). Now, Masanao Izumo and many hackers are developing "TiMidity++". -Official site is -http://www.goice.co.jp/member/mo/timidity/ + +WWW: http://www.goice.co.jp/member/mo/timidity/ Yoichi Asai diff -urN timidity++-tcltk.orig/pkg/PLIST timidity++-tcltk/pkg/PLIST --- timidity++-tcltk.orig/pkg/PLIST Wed Oct 13 15:54:00 1999 +++ timidity++-tcltk/pkg/PLIST Thu Mar 2 20:52:07 2000 @@ -1,4 +1,15 @@ bin/tkmidi +lib/timidity/bitmaps/back.xbm +lib/timidity/bitmaps/fwrd.xbm +lib/timidity/bitmaps/next.xbm +lib/timidity/bitmaps/pause.xbm +lib/timidity/bitmaps/play.xbm +lib/timidity/bitmaps/prev.xbm +lib/timidity/bitmaps/quit.xbm +lib/timidity/bitmaps/random.xbm +lib/timidity/bitmaps/repeat.xbm +lib/timidity/bitmaps/stop.xbm +lib/timidity/bitmaps/timidity.xbm lib/timidity/browser.tcl lib/timidity/interface_k.so lib/timidity/misc.tcl @@ -7,3 +18,4 @@ lib/timidity/tkpanel.tcl share/doc/timidity/C/README.tk share/doc/timidity/ja/README.tk +@dirrm lib/timidity/bitmaps >Release-Note: >Audit-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 Apr 6 18: 1:56 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 8318B37BD17; Thu, 6 Apr 2000 18:01:54 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 7C0811C4A; Thu, 6 Apr 2000 21:01:53 -0400 (EDT) Date: Thu, 6 Apr 2000 21:01:53 -0400 From: Bill Fumerola To: Dirk Froemberg Cc: "David W. Chapman Jr." , ports@FreeBSD.org Subject: Re: FreeBSD Port: apache+php-1.3.12+4.0b4pl1 Message-ID: <20000406210153.S23367@jade.chc-chimes.com> References: <00a901bf9af6$f7b17de0$931576d8@inethouston.net> <20000331110831.K23367@jade.chc-chimes.com> <20000407004416.B65692@physik.TU-Berlin.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000407004416.B65692@physik.TU-Berlin.DE>; from dirk@FreeBSD.org on Fri, Apr 07, 2000 at 12:44:17AM +0200 X-Operating-System: FreeBSD 3.2-RELEASE i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Apr 07, 2000 at 12:44:17AM +0200, Dirk Froemberg wrote: > > from scripts/configure.php, which is unfortunate because I need it too. > > Sorry, but I don't have time to track down this problem. You need to > supply a problem report to the PHP development team (it's a PHP configure > problem, not a port's problem...). > > OTOH we'll have a mod_php4, soon (hopefully 8-) which won't have this > problem. IMAP support doesn't work with a static php module, only. I'll look into it, thanks. -- Bill Fumerola - Network Architect Computer Horizons Corp - CVM 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 Apr 6 18: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 08B6737C1C1 for ; Thu, 6 Apr 2000 18:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA09445; Thu, 6 Apr 2000 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailc.telia.com (mailc.telia.com [194.22.190.4]) by hub.freebsd.org (Postfix) with ESMTP id 86EF937B918 for ; Thu, 6 Apr 2000 18:02:06 -0700 (PDT) (envelope-from girgen@partitur.se) Received: from d1o90.telia.com (d1o90.telia.com [195.67.216.241]) by mailc.telia.com (8.9.3/8.9.3) with ESMTP id DAA12503; Fri, 7 Apr 2000 03:02:04 +0200 (CEST) Received: from stordatan.telia.com (t5o90p64.telia.com [213.64.7.64]) by d1o90.telia.com (8.8.8/8.8.8) with ESMTP id DAA27311; Fri, 7 Apr 2000 03:01:57 +0200 (CEST) Received: (from girgen@localhost) by stordatan.telia.com (8.9.3/8.9.1) id DAA68761; Fri, 7 Apr 2000 03:01:42 +0200 (CEST) (envelope-from girgen@partitur.se) Message-Id: <200004070101.DAA68761@stordatan.telia.com> Date: Fri, 7 Apr 2000 03:01:42 +0200 (CEST) From: Palle Girgensohn Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org Cc: greg@greg.rim.or.jp X-Send-Pr-Version: 3.2 Subject: ports/17835: www/apache-jserv: put jar-files in share/java/classes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17835 >Category: ports >Synopsis: www/apache-jserv: put jar-files in share/java/classes >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 6 18:10:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 4.0-STABLE i386 >Organization: Partitur >Environment: 3.4, 4.0 jdk-1.1.8 tested with jikes >Description: This is a set of cleanups for the apache-jserv port. It puts ApacheJServ.jar where it really belongs, namely in ${PREFIX}/share/java/classes. Also makes portlint happy and properly deinstalls. >How-To-Repeat: >Fix: Here's a patch. Please note the addition of patches/patch-ah, a new file. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/apache-jserv/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2000/02/10 14:19:14 1.4 +++ Makefile 2000/04/07 00:39:52 @@ -27,6 +27,7 @@ --libdir=${LOCALBASE}/libexec/apache\ --with-logdir=/var/log\ --sysconfdir=${PREFIX}/etc/apache\ + --with-apxs=${LOCALBASE}/sbin/apxs\ --with-jdk-home=${LOCALBASE}/jdk1.1.8\ --with-JSDK=${LOCALBASE}/share/java/classes/jsdk.jar\ --with-java=${LOCALBASE}/jdk1.1.8/bin/java\ @@ -35,6 +36,12 @@ --with-gnu-ld\ --enable-compressed-jar\ --enable-EAPI +.if defined (USE_JIKES) +CONFIGURE_ARGS+=--with-javac=${LOCALBASE}/bin/jikes +.endif + +pre-install: + ${MKDIR} ${PREFIX}/share/java/classes post-install: @${CAT} ${PKGDIR}/MESSAGE Index: patches/patch-ad =================================================================== RCS file: /home/ncvs/ports/www/apache-jserv/patches/patch-ad,v retrieving revision 1.2 diff -u -r1.2 patch-ad --- patches/patch-ad 2000/02/10 14:19:18 1.2 +++ patches/patch-ad 2000/04/07 00:01:23 @@ -1,11 +1,11 @@ ---- conf/jserv.properties.in.orig Wed Jan 26 18:26:31 2000 -+++ conf/jserv.properties.in Wed Jan 26 18:28:44 2000 +--- conf/jserv.properties.in.orig Sat Jan 15 01:58:57 2000 ++++ conf/jserv.properties.in Fri Apr 7 01:57:42 2000 @@ -53,8 +53,15 @@ # MUST NOT be in this classpath or the classpath of the shell # you start the Apache from. # -wrapper.classpath=@JSERV_CLASSES@ -+wrapper.classpath=@libexecdir@/ApacheJServ.jar ++wrapper.classpath=@prefix@/share/java/classes/ApacheJServ.jar wrapper.classpath=@JSDK_CLASSES@ +# Uncomment if you use Cocoon. +#wrapper.classpath=@prefix@/share/java/classes/Cocoon.jar Index: patches/patch-af =================================================================== RCS file: /home/ncvs/ports/www/apache-jserv/patches/patch-af,v retrieving revision 1.1 diff -u -r1.1 patch-af --- patches/patch-af 2000/02/10 14:19:20 1.1 +++ patches/patch-af 2000/04/07 00:20:09 @@ -16,7 +16,7 @@ + i += size; + } + stream.close(); -+ return new ByteArrayInputStream(data);; ++ return new ByteArrayInputStream(data); } else { return null; } Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/www/apache-jserv/pkg/PLIST,v retrieving revision 1.2 diff -u -r1.2 PLIST --- pkg/PLIST 2000/02/10 14:19:22 1.2 +++ pkg/PLIST 2000/04/07 00:57:27 @@ -1,12 +1,13 @@ etc/apache/jserv/jserv.conf etc/apache/jserv/jserv.properties etc/apache/jserv/zone.properties -libexec/apache/ApacheJServ.jar +share/java/classes/ApacheJServ.jar libexec/apache/mod_jserv.so share/java/servlets/Hello.class share/java/servlets/Hello.java share/java/servlets/IsItWorking.class share/java/servlets/IsItWorking.java +share/doc/mod_jserv/api/index.html share/doc/mod_jserv/FAQ.html share/doc/mod_jserv/STATUS.txt share/doc/mod_jserv/bugs.html @@ -158,3 +159,5 @@ @dirrm share/doc/mod_jserv/install @dirrm share/doc/mod_jserv/protocol @dirrm share/doc/mod_jserv +@unexec rmdir %D/share/java/classes > /dev/null 2>&1 || true +@unexec rmdir %D/share/java > /dev/null 2>&1 || true --- /dev/null Fri Apr 7 02:58:59 2000 +++ patches/patch-ah Fri Apr 7 01:42:53 2000 @@ -0,0 +1,11 @@ +--- src/java/Makefile.in.orig Fri Apr 7 01:36:25 2000 ++++ src/java/Makefile.in Fri Apr 7 01:37:51 2000 +@@ -109,7 +109,7 @@ + SUBDIRS = org + + ARCHIVE = $(PACKAGE).jar +-jardir = ${libexecdir} ++jardir = $(prefix)/share/java/classes + jar_DATA = ${ARCHIVE} + + # VT: NOTE: This is not going to be as bad as in ECS because the findstring >Release-Note: >Audit-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 Apr 6 18:24:35 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 1163437B654 for ; Thu, 6 Apr 2000 18:24:32 -0700 (PDT) (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 SAA38559; Thu, 6 Apr 2000 18:24:15 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Thu, 6 Apr 2000 18:24:15 -0700 (PDT) From: Doug Barton X-Sender: doug@dt051n0b.san.rr.com To: ijliao@csie.nctu.edu.tw Cc: ports@freebsd.org Subject: [PATCH] Upgrade of t1lib port Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-605463519-955070343=:38516" Content-ID: Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-605463519-955070343=:38516 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: The t1lib port is a dependency for xpdf. Unfortunately, the GNU'sters have deleted the previous version of the library from their sites, so the dependency fails completely. This was an easy upgrade. The one patch applies cleanly, and the PLIST did not need an update. The lib works, xpdf works, end of story. Doug -- "So, the cows were part of a dream that dreamed itself into existence? Is that possible?" asked the student incredulously. The master simply replied, "Mu." --0-605463519-955070343=:38516 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; NAME="t1lib.diff" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Patch to upgrade t1lib port Content-Disposition: ATTACHMENT; FILENAME="t1lib.diff" SW5kZXg6IE1ha2VmaWxlDQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09DQpSQ1Mg ZmlsZTogL3Vzci9uY3ZzL3BvcnRzL2RldmVsL3QxbGliL01ha2VmaWxlLHYN CnJldHJpZXZpbmcgcmV2aXNpb24gMS44DQpkaWZmIC11IC1yMS44IE1ha2Vm aWxlDQotLS0gTWFrZWZpbGUJMTk5OS8xMi8yNSAwMTo1ODoyOAkxLjgNCisr KyBNYWtlZmlsZQkyMDAwLzA0LzA3IDAwOjU4OjM2DQpAQCAtNiwxNCArNiwx NCBAQA0KICMgJEZyZWVCU0Q6IHBvcnRzL2RldmVsL3QxbGliL01ha2VmaWxl LHYgMS44IDE5OTkvMTIvMjUgMDE6NTg6Mjggc3RldmUgRXhwICQNCiAjDQog DQotRElTVE5BTUU9CXQxbGliLTEuMA0KK0RJU1ROQU1FPQl0MWxpYi0xLjAu MQ0KIENBVEVHT1JJRVM9CWRldmVsDQogTUFTVEVSX1NJVEVTPQkke01BU1RF Ul9TSVRFX1NVTlNJVEV9DQogTUFTVEVSX1NJVEVfU1VCRElSPQlsaWJzL2dy YXBoaWNzDQogDQogTUFJTlRBSU5FUj0JaWpsaWFvQGNzaWUubmN0dS5lZHUu dHcNCiANCi1XUktTUkM9CQkke1dSS0RJUn0vVDEtMS4wDQorV1JLU1JDPQkJ JHtXUktESVJ9L1QxLTEuMC4xDQogDQogR05VX0NPTkZJR1VSRT0JeWVzDQog VVNFX0dNQUtFPQl5ZXMNCkluZGV4OiBmaWxlcy9tZDUNCj09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT0NClJDUyBmaWxlOiAvdXNyL25jdnMvcG9ydHMvZGV2ZWwv dDFsaWIvZmlsZXMvbWQ1LHYNCnJldHJpZXZpbmcgcmV2aXNpb24gMS40DQpk aWZmIC11IC1yMS40IG1kNQ0KLS0tIGZpbGVzL21kNQkxOTk5LzEyLzI1IDAx OjU4OjMyCTEuNA0KKysrIGZpbGVzL21kNQkyMDAwLzA0LzA3IDAwOjU1OjM2 DQpAQCAtMSArMSBAQA0KLU1ENSAodDFsaWItMS4wLnRhci5neikgPSAwNjE1 YmU0NzVmZjQyZTZmNDdmMWNlNzdjZTI5YTE5NQ0KK01ENSAodDFsaWItMS4w LjEudGFyLmd6KSA9IDVlMDkyODkxNzJkYjIxNTgxMGU4YzhkMmU4ODY3ZGUz DQo= --0-605463519-955070343=:38516-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 18: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 A475737B9D0 for ; Thu, 6 Apr 2000 18:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA10817; Thu, 6 Apr 2000 18:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 6 Apr 2000 18:30:02 -0700 (PDT) Message-Id: <200004070130.SAA10817@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: "Eric D. Futch" Subject: Re: kern/1735: Add PnP ID for the "5634BTS 56K Video Ready Modem" to src/sys/isa/sio.c Reply-To: "Eric D. Futch" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/1735; it has been noted by GNATS. From: "Eric D. Futch" To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/1735: Add PnP ID for the "5634BTS 56K Video Ready Modem" to src/sys/isa/sio.c Date: Thu, 6 Apr 2000 21:24:42 -0400 (EDT) Sorry for the trouble, if you tried to fetch the patch and it returned a Permission Denied or File Not Found... the patch moved to the FreeBSD subdirectory. The correct URL for it is now: http://quake.nyct.net/~efutch/FreeBSD/sio.c.patch -- Eric Futch New York Connect.Net, Ltd. efutch@nyct.net Technical Support Staff http://www.nyct.net (212) 293-2620 "Bringing New York The Internet Access It Deserves" Re:%20kern/1735 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 18:40:34 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 32E4737B654; Thu, 6 Apr 2000 18:40:16 -0700 (PDT) (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 UAA06071; Thu, 6 Apr 2000 20:40:13 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <000401bfa032$38b41c40$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: , , , , , , , Cc: References: <38D8FD22.E2A9875F@MexComUSA.Net> <20000322134846.V25438@jade.chc-chimes.com> <20000327224807.C7980@physik.TU-Berlin.DE> <20000327155812.C23367@jade.chc-chimes.com> <20000330172419.B59713@dragon.nuxi.com> <20000330203838.H23367@jade.chc-chimes.com> <20000330210930.A60684@dragon.nuxi.com> <4.3.2.20000330233528.00df0520@207.227.119.2> <20000406130132.B70225@dragon.nuxi.com> Subject: Re: apache13-php4 Date: Thu, 6 Apr 2000 20:40:12 -0500 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: "David O'Brien" > At 09:09 PM 3/30/00 -0800, David O'Brien wrote: > > > using apxs). Currently playing with 1.3.12+PHP3.0.15+SSL+FP2000 on my > > > beta web server. Very nice! > > > > > > http://www.westbend.net/~hetzels/mod_apache.tgz > > > > > > I can't wait for the entire Apache ports system to be replaced with > > > this method. > > > > So what is holding things back? Whose buy-in do we need here? > > Since no one has said anything, I'm sending this again -- to make sure > all the Apache maintainers people get the mail. > Sorry about not replying sooner. The only issues I have left with these ports (Apache13, mod_ssl, mod_frontpage, mod_php3, mod_php4, mod_jserv)are: 1. Add option to Apache13 port to build with libdescrypt (when available) instead of with libscrypt (libcrypt -> libscrypt). Needed to support those sites that want to use mod_frontpage, but don't want their system passwords to be des encrypted. 2. Fix installation of module documentation so they are installed in to: ${PREFIX}/share/doc/apache/manual/mod/${module} This allows the documentation to be made available on port 8080 of the webserver (when using the default apache.conf file). Possible add a link from the above directory to ${PREFIX}/share/doc/${module} to make looking for the docs easier from the console/telnet/ssh/etc.. 3. Look into creating certificates for the mod_ssl port. Preliminary support is there, but isn't finished. 4. Determine if apxs will be used during the package install of the module in order to put the appropriate entries in the apache.conf file. Currently, when you install a module from a module port, apxs is used during the install. Apxs does 2 things when it installs a module: a. cp the module to the ${PREFIX}/libexec/apache dir b. create the appropriate LoadModule/AddModule lines in the apache.conf file (if it doesn't currently exist). But when you do a package install, the LoadModule/AddModule lines are not added to the apache.conf file. Possibly an entry in the PLIST (@exec apxs -i %D/%B) after the module has been placed in to the ${PREFIX}/libexec/apache will solve this problem. 5. Review the current apache13-* ports and import the changes into the module ports. Could the current apache13-* maintainers review these ports and let me know what you would like to have changed. Also, if you would like to take the maintainership of the appropriate mod_* port. Thanks, Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 19: 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 1529F37BFF9 for ; Thu, 6 Apr 2000 19:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA13451; Thu, 6 Apr 2000 19:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 6 Apr 2000 19:00:03 -0700 (PDT) Message-Id: <200004070200.TAA13451@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: adrian@ubergeeks.com Subject: Re: ports/17744: postgresql cannot be packaged ... Reply-To: adrian@ubergeeks.com Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17744; it has been noted by GNATS. From: adrian@ubergeeks.com To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: ports/17744: postgresql cannot be packaged ... Date: Thu, 6 Apr 2000 21:48:46 -0400 (EDT) >Submitter-Id: current-users >Originator: Adrian Filipi-Martin >Organization: Ubergeeks Consulting >Confidential: no >Synopsis: correction to previous submission >Severity: non-critical >Priority: medium >Category: ports >Release: FreeBSD 3.4-RELEASE i386 >Class: change-request >Environment: same as ports/17744 >Description: Missed setting the homedirectory for pgsql properly. Accidentally left it set to mysql's home directory. >How-To-Repeat: apply ports/17744 >Fix: Apply this patch. --- INSTALL.orig Thu Apr 6 21:43:46 2000 +++ INSTALL Thu Apr 6 21:44:17 2000 @@ -2,7 +2,7 @@ PATH=/bin:/usr/sbin if [ -z "${DB_DIR}" ]; then - DB_DIR=/var/db/mysql + DB_DIR=/usr/local/pgsql/data fi case $2 in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 19: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 5B09937BD3D for ; Thu, 6 Apr 2000 19:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA17817; Thu, 6 Apr 2000 19:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from area51.slashnet.org (area51.slashnet.org [208.222.214.95]) by hub.freebsd.org (Postfix) with ESMTP id 3ABCC37C114 for ; Thu, 6 Apr 2000 19:42:49 -0700 (PDT) (envelope-from smkelly@zombie.org) Received: from edgemaster.zombie.org (cx497943-c.omhaw1.ne.home.com [24.7.36.238]) by area51.slashnet.org (Postfix) with ESMTP id 24E4914D449 for ; Thu, 6 Apr 2000 22:42:46 -0400 (EDT) Received: by edgemaster.zombie.org (Postfix, from userid 1000) id 94D6E116; Thu, 6 Apr 2000 21:42:44 -0500 (CDT) Message-Id: <20000407024244.94D6E116@edgemaster.zombie.org> Date: Thu, 6 Apr 2000 21:42:44 -0500 (CDT) From: smkelly@zombie.org Reply-To: smkelly@zombie.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17837: ImageMagick port busted Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17837 >Category: ports >Synopsis: ImageMagick port busted >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 6 19:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Sean Kelly >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: Using XFree86 4.0 >Description: Attempts to compile the ImageMagick port fail. The port is used by other things such as apsfilter, therefore making it difficult to compile and install them also. >How-To-Repeat: $ cd /usr/ports/graphics/ImageMagick $ make ... In file included from /usr/X11R6/include/X11/Xos.h:307, from xwindows.h:15, from PreRvIcccm.c:55: /usr/X11R6/include/X11/Xarch.h:48: sys/byteorder.h: No such file or directory *** Error code 1 >Fix: I do not know, as I don't know what sys/byteorder.h is. >Release-Note: >Audit-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 Apr 6 20:36:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailman.naxs.com (mailman.naxs.com [216.98.64.6]) by hub.freebsd.org (Postfix) with ESMTP id 0DD5237B6CD for ; Thu, 6 Apr 2000 20:36:09 -0700 (PDT) (envelope-from mheily@vt.edu) Received: from vt.edu ([151.199.86.87]) by mailman.naxs.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-42723U8000L3500S0) with ESMTP id AAA324; Thu, 6 Apr 2000 23:36:00 -0400 Message-ID: <38ED21BA.B73BB2AA@vt.edu> Date: Thu, 06 Apr 2000 19:46:02 -0400 From: Mark Heily X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.13-7mdk i686) X-Accept-Language: en MIME-Version: 1.0 To: luigi@iet.unipi.it Cc: ports@FreeBSD.org Subject: FreeBSD Port: cdd-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 I have a question: what format does cdd save it's output as? i'm having trouble reading it (using sox under Linux) thanks mark -- ----=======>>>>>>> Mark Heily / mark@heily.org <<<<<<<=======----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Thu Apr 6 21: 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 C0C6937BA4A for ; Thu, 6 Apr 2000 21:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA23993; Thu, 6 Apr 2000 21:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from breton.uol.com.br (breton.uol.com.br [200.230.198.74]) by hub.freebsd.org (Postfix) with ESMTP id 41B3837B6CE for ; Thu, 6 Apr 2000 20:55:32 -0700 (PDT) (envelope-from lioux-alias-ppp-FreeBSD-gnats-submit=freebsd.org@uol.com.br) Received: from bsa-1-as02-7-a51.gd.uol.com.br (bsa-1-as02-7-a51.gd.uol.com.br [200.197.118.115] (may be forged)) by breton.uol.com.br (8.9.1/8.9.1) with ESMTP id AAA29066 for ; Fri, 7 Apr 2000 00:55:23 -0300 (BRT) Received: (qmail 72060 invoked by uid 1001); 7 Apr 2000 02:35:33 -0000 Message-Id: <20000407023533.72059.qmail@Fedaykin.here> Date: 7 Apr 2000 02:35:33 -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/17838: graphics/ImageMagick patch to overcome Xarch.h issue with XFree86-4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17838 >Category: ports >Synopsis: graphics/ImageMagick patch to overcome Xarch.h issue with XFree86-4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 6 21:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mario Sergio Fujikawa Ferreira >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: FreeBSD Here.here 4.0-STABLE FreeBSD 4.0-STABLE #10: Thu Apr 6 01:01:00 EST 2000 lioux@Here.here:/usr/src/sys/compile/LIOUX i386 >Description: Patch to fix ImageMagick configure issue with XFree86-4. The configure script just by detecting an elf.h header file was defining SVR4 which was breaking Xarch.h from XFree86-4. Fix: I patched configure.in and then told the port to use autoconf to regenerate configure. >How-To-Repeat: Building ImageMagick with XFree86-4 on any FBSD with /usr/include/elf.h should do it. >Fix: diff -ruN ./Makefile /tmp/ImageMagick/Makefile --- ./Makefile Thu Apr 6 23:15:41 2000 +++ /tmp/ImageMagick/Makefile Thu Apr 6 23:30:13 2000 @@ -38,7 +38,7 @@ MAN5= quantize.5 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -HAS_CONFIGURE= YES +USE_AUTOCONF= YES CONFIGURE_ARGS= --prefix=${PREFIX} --enable-shared --with-perl=${PERL5} \ --enable-16bit-pixel .if defined(HAVE_UNISYS_LICENSE) diff -ruN ./patches/patch-a /tmp/ImageMagick/patches/patch-a --- ./patches/patch-a Wed Dec 31 21:00:00 1969 +++ /tmp/ImageMagick/patches/patch-a Thu Apr 6 23:13:23 2000 @@ -0,0 +1,11 @@ +--- configure.in.ORIG Thu Apr 6 23:09:36 2000 ++++ configure.in Thu Apr 6 23:12:16 2000 +@@ -263,7 +263,7 @@ + AC_HEADER_TIME + AC_HEADER_SYS_WAIT + AC_HEADER_DIRENT +-AC_CHECK_HEADER(elf.h,AC_DEFINE(SVR4)) ++#AC_CHECK_HEADER(elf.h,AC_DEFINE(SVR4)) + AC_CHECK_HEADERS(sys/time.h sys/stat.h sys/types.h) + AC_CHECK_HEADERS(math.h string.h stdarg.h pwd.h malloc.h) + AC_CHECK_HEADERS(memory.h errno.h fcntl.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 Thu Apr 6 21:24: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 4368E37B9ED; Thu, 6 Apr 2000 21:24:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: from localhost (kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) with ESMTP id VAA26021; Thu, 6 Apr 2000 21:24:22 -0700 (PDT) (envelope-from kris@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: kris owned process doing -bs Date: Thu, 6 Apr 2000 21:24:21 -0700 (PDT) From: Kris Kennaway To: Brandon Fosdick Cc: Keith Ray , freebsd-ports@FreeBSD.ORG Subject: Re: How long until a port is committed? In-Reply-To: <38ED13B5.F30767B4@glue.umd.edu> 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, 6 Apr 2000, Brandon Fosdick wrote: > I'm not a commiter but from what I've seen the results vary a lot > depending on many things. I had one port that was commited the same day > and another one that took weeks. I think it mostly depends on how busy > the committers are and how complicated your port is. And how interesting it is to them. If there's a submitted port which makes a committer sit up and say "Holy Wow, I simply must try this out!" then they're a bit more likely to import it than if it's (e.g.) some obscure command-driven quantum bogodynamics simulation. Apologies if you in fact submitted a command-driven QBD simulation :-) 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 Apr 6 21:40: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 0292B37BF8F; Thu, 6 Apr 2000 21:40:46 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Received: (from jkoshy@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA27367; Thu, 6 Apr 2000 21:40:45 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) Date: Thu, 6 Apr 2000 21:40:45 -0700 (PDT) From: Message-Id: <200004070440.VAA27367@freefall.freebsd.org> To: enma@jigoku.org, jkoshy@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17781: w3m-0.1.7 segfaults on compile (from ports) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: w3m-0.1.7 segfaults on compile (from ports) State-Changed-From-To: open->closed State-Changed-By: jkoshy State-Changed-When: Thu Apr 6 21:40:15 PDT 2000 State-Changed-Why: Requested by originator. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 1:16:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id AA82037C297; Fri, 7 Apr 2000 01:15:57 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-83.ix.netcom.com [209.109.234.83]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id EAA04425; Fri, 7 Apr 2000 04:15:55 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id BAA88701; Fri, 7 Apr 2000 01:15:16 -0700 (PDT) Date: Fri, 7 Apr 2000 01:15:16 -0700 (PDT) Message-Id: <200004070815.BAA88701@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 Subject: HEADS UP: ports Makefiles being updated soon From: asami@freebsd.org (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello world, As we have been discussing on the ports list, we have decided to introduce a slight syntax change to the port Makefiles regarding DISTNAME and PKGNAME. This change will be done this weekend. I will freeze the ports tree Friday night (U.S. Pacific Time) and a small group of volunteers will convert the entire tree in one pass. I will then unfreeze the tree and we can go back to business. I don't expect anything to break but since we are talking about over 3,000 ports, I can't guarantee that everything will go smooth. If you haven't cvsupped ports for a while, you may want to do it now. After the conversion, "old style" ports will no longer be accepted. Please read the handbook's porting section at, for instance, http://www.FreeBSD.org/handbook/porting.html#PORTING-SAMPLEM for details. (The above page seems to be still showing the old version -- the documentation change was committed today, so please check back later.) Also, make sure that you have the latest ports/Mk/bsd.port.mk if you are using anything from ports-current. This means, if you are cvsupping individual ports collections, you need to have "ports-base" in your cvsupfile. Thanks, Satoshi (and the friendly ports team) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 1:31: 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 096B937B593; Fri, 7 Apr 2000 01:31:04 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA49808; Fri, 7 Apr 2000 01:31:03 -0700 (PDT) (envelope-from tg@FreeBSD.org) Date: Fri, 7 Apr 2000 01:31:03 -0700 (PDT) From: Message-Id: <200004070831.BAA49808@freefall.freebsd.org> To: eoin@maths.tcd.ie, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17794: update python docs from 1.5.2 to 1.5.2p2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: update python docs from 1.5.2 to 1.5.2p2 State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Fri Apr 7 01:30:36 PDT 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 Apr 7 1:42: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 0981337BD5C for ; Fri, 7 Apr 2000 01:42:03 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-83.ix.netcom.com [209.109.234.83]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id EAA32148; Fri, 7 Apr 2000 04:42:00 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id BAA88812; Fri, 7 Apr 2000 01:41:56 -0700 (PDT) To: Sheldon Hearn Cc: ports@FreeBSD.org Subject: Re: Making a port yourself buggers info.dir References: <93698.951836529@axl.ops.uunet.co.za> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 07 Apr 2000 01:41:56 -0700 In-Reply-To: Sheldon Hearn's message of "Tue, 29 Feb 2000 17:02:09 +0200" Message-ID: Lines: 15 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Sheldon Hearn * Date: Tue, 29 Feb 2000 17:02:09 +0200 * 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. Sorry for taking so long, but I've just fixed this. :) -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 2: 5: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from wint.itfs.nsk.su (wint.itfs.nsk.su [212.20.32.43]) by hub.freebsd.org (Postfix) with ESMTP id 867FB37BA87 for ; Fri, 7 Apr 2000 02:05:01 -0700 (PDT) (envelope-from nnd@wint.itfs.nsk.su) Received: (from nnd@localhost) by wint.itfs.nsk.su (8.9.3/8.9.3) id QAA21681; Fri, 7 Apr 2000 16:04:59 +0700 (NOVST) (envelope-from nnd) Date: Fri, 7 Apr 2000 16:04:59 +0700 (NOVST) Message-Id: <200004070904.QAA21681@wint.itfs.nsk.su> From: Nickolay Dudorov To: Subject: Re: ports/17742: Update port: graphics/netpbm to 8.3 (fix ports/17571) In-Reply-To: <200004012357.PAA20443@freefall.freebsd.org> User-Agent: tin/1.4.2-20000123 ("Polish") (UNIX) (FreeBSD/5.0-CURRENT (i386)) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In <200004012357.PAA20443@freefall.freebsd.org> mharo@freebsd.org wrote: > Synopsis: Update port: graphics/netpbm to 8.3 (fix ports/17571) > > State-Changed-From-To: open->closed > State-Changed-By: mharo > State-Changed-When: Sat Apr 1 15:57:46 PST 2000 > State-Changed-Why: > Committed, thanks > And now there is NO 8.3 version on the distrib. sites but only 8.4. So we must ask the PR submitter to upgrade the port to new version and hope to 'make install' it before the newest one hit the street ;-( N.Dudorov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 2:37:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 0CF0037B72F; Fri, 7 Apr 2000 02:37:11 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-83.ix.netcom.com [209.109.234.83]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id FAA01289; Fri, 7 Apr 2000 05:36:56 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id CAA89032; Fri, 7 Apr 2000 02:36:53 -0700 (PDT) Date: Fri, 7 Apr 2000 02:36:53 -0700 (PDT) Message-Id: <200004070936.CAA89032@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: sobomax@altavista.net, vanilla@freebsd.org, cvs-all@freebsd.org, ports@freebsd.org In-reply-to: (asami@freebsd.org) Subject: Re: cvs commit: ports/graphics/gimp1 Makefile ports/graphics/gimp1/filesgimp.setfont md5 ports/graphics/gimp1/patches patch-ao patch-ahpatch-ak patch-an ports/graphics/gimp1/pkg PLIST.perl PLIST From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) References: <200004021914.MAA17822@freefall.freebsd.org> <38EB028E.247723A8@altavista.net> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) * Thanks. I put it in the tree, will commit it if it passes the * compilation (a new package build just started, it should be about 10 * hours from now before it gets to gimp due to the large number of * dependencies ;). Well, what do I know. It took almost 24 hours, but finally it's done with gimp (successfully) so I committed your patch. 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 Apr 7 3:25:43 2000 Delivered-To: freebsd-ports@freebsd.org Received: from info.iet.unipi.it (info.iet.unipi.it [131.114.9.184]) by hub.freebsd.org (Postfix) with ESMTP id 2C7D937B6CD for ; Fri, 7 Apr 2000 03:25:36 -0700 (PDT) (envelope-from luigi@info.iet.unipi.it) Received: (from luigi@localhost) by info.iet.unipi.it (8.9.3/8.9.3) id MAA75083; Fri, 7 Apr 2000 12:25:38 +0200 (CEST) (envelope-from luigi) From: Luigi Rizzo Message-Id: <200004071025.MAA75083@info.iet.unipi.it> Subject: Re: FreeBSD Port: cdd-1.0 In-Reply-To: <38ED21BA.B73BB2AA@vt.edu> from Mark Heily at "Apr 6, 2000 07:46:02 pm" To: Mark Heily Date: Fri, 7 Apr 2000 12:25:38 +0200 (CEST) Cc: luigi@iet.unipi.it, ports@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL61 (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 > I have a question: what format does cdd save it's output as? i'm having > trouble reading it (using sox under Linux) the native CD format i.e. raw data, signed 16 bit (little endian) stereo 44.1KHz cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 3:29:43 2000 Delivered-To: freebsd-ports@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 47F6E37B6C7 for ; Fri, 7 Apr 2000 03:29:41 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-83.ix.netcom.com [209.109.234.83]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id GAA30136; Fri, 7 Apr 2000 06:29:38 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id DAA89305; Fri, 7 Apr 2000 03:29:35 -0700 (PDT) To: Maxim Sobolev Cc: ports@FreeBSD.ORG Subject: Re: HEADS UP: ports Makefiles being updated soon (forwarded) References: <200004070841.BAA88805@silvia.hip.berkeley.edu> <38EDA44A.3AC1BAB0@altavista.net> From: asami@FreeBSD.ORG (Satoshi - Ports Wraith - Asami) Date: 07 Apr 2000 03:29:34 -0700 In-Reply-To: Maxim Sobolev's message of "Fri, 07 Apr 2000 12:03:07 +0300" Message-ID: Lines: 20 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (CC:d to ports, since this is a ports issue.) * From: Maxim Sobolev * > After the conversion, "old style" ports will no longer be accepted. * * How about those unlucky, which are patiently waiting for their destiny in the * PR database? I personally have several and would like to know if any activity * from my side is reqired. We will not reject an old PR just because of that. The conversion is simple so it won't be much trouble for committers to just fix them along the way. However, if you can read the handbook and submit (as a follow-up to the original) an updated version, that will be great. This is particularly true for version upgrades, as patches will most likely fail otherwise. (The change is around the DISTNAME/PKGNAME area.) Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 3:37: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 3D92E37B541; Fri, 7 Apr 2000 03:37:34 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA62995; Fri, 7 Apr 2000 03:37:33 -0700 (PDT) (envelope-from tg@FreeBSD.org) Date: Fri, 7 Apr 2000 03:37:33 -0700 (PDT) From: Message-Id: <200004071037.DAA62995@freefall.freebsd.org> To: nox@jelal.kn-bremen.de, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16819: new port audio/gramofile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port audio/gramofile State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Fri Apr 7 03:36:56 PDT 2000 State-Changed-Why: Imported, thanks. I upgraded to 1.6 while I was at it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 5: 9:14 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 5D48237B61B; Fri, 7 Apr 2000 05:09:09 -0700 (PDT) (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 12dXZS-00030a-00; Fri, 07 Apr 2000 14:09:06 +0200 From: Sheldon Hearn To: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Cc: ports@FreeBSD.org Subject: Re: Making a port yourself buggers info.dir In-reply-to: Your message of "07 Apr 2000 01:41:56 MST." Date: Fri, 07 Apr 2000 14:09:06 +0200 Message-ID: <11567.955109346@axl.ops.uunet.co.za> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 07 Apr 2000 01:41:56 MST, Satoshi - Ports Wraith - Asami wrote: > * However, I noticed that the generated PLIST included info.dir. I'd > * advise an explicit warning about this in the Handbook. > > Sorry for taking so long, but I've just fixed this. :) No problem, I like what you've done with the "manual tidy up" instructions. Thanks! Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 5:11: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 6B2B137B965; Fri, 7 Apr 2000 05:11:43 -0700 (PDT) (envelope-from tg@FreeBSD.org) Received: (from tg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA73193; Fri, 7 Apr 2000 05:11:43 -0700 (PDT) (envelope-from tg@FreeBSD.org) Date: Fri, 7 Apr 2000 05:11:43 -0700 (PDT) From: Message-Id: <200004071211.FAA73193@freefall.freebsd.org> To: andrew@sign.chg.ru, tg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/16741: new port: math/gsl (The GNU Scientific Library) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new port: math/gsl (The GNU Scientific Library) State-Changed-From-To: open->closed State-Changed-By: tg State-Changed-When: Fri Apr 7 05:10:56 PDT 2000 State-Changed-Why: Imported, thanks. I made some minor changes to make portlint happy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 10: 0:40 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 A9FC037BE15 for ; Fri, 7 Apr 2000 10:00:38 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA70753 for ports@freebsd.org; Fri, 7 Apr 2000 10:00:38 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Date: Fri, 7 Apr 2000 10:00:38 -0700 (PDT) From: Message-Id: <200004071700.KAA70753@freefall.freebsd.org> To: ports@freebsd.org Subject: Unfetchable distfiles reminder Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear porters, This is just a reminder to please periodically check the list of unfetchable distfiles at http://people.freebsd.org/~fenner/portsurvey/ . In particular, the list of ports with no MAINTAINER with distfile problems is http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. In addition, the list of all ports with any unfetchable distfile is http://people.freebsd.org/~fenner/portsurvey/bad.html if you don't mind coordinating your fixes with the port MAINTAINER. Thanks for your help! Bill "distfiles" Fenner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 10: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 3A0F837BEBE for ; Fri, 7 Apr 2000 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA73557; Fri, 7 Apr 2000 10:20:01 -0700 (PDT) (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 8CC8E37BCC8 for ; Fri, 7 Apr 2000 10:16:00 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA73216; Fri, 7 Apr 2000 10:16:00 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Message-Id: <200004071716.KAA73216@freefall.freebsd.org> Date: Fri, 7 Apr 2000 10:16:00 -0700 (PDT) From: daichi@ongs.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17846: new ports collection of MUA(Mail User Agent) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17846 >Category: ports >Synopsis: new ports collection of MUA(Mail User Agent) >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 Apr 7 10:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Daichi T.GOTO >Release: FreeBSD 4.0 >Organization: ONGS >Environment: FreeBSD newmusic.vnet 4.0-CURRENT FreeBSD 4.0-CURRENT #9: Mon Mar 13 03:58:06 GMT 2000 root@:/usr/src/sys/compile/Brave i386 >Description: begin 644 yuzuports.tgz M'XL(`%@7[C@``^U=_V_:NA;?K^6OL+3^L#VM@?"E;-7;TVAANVRE5,!NWZ0G M328QX#8D61)&NVG_^[,#A9``/L==>Z5[LV4/X64EC^7OY!ZJ5X1N$JY+&"E6J7VC-0>N5^QS,*(!H0\ MLRFW)GPW;CYAS'F*#CVMW,GQ[]`;-N(.>Z0VS%+IN%K=.?YFM5R['__CX^.J M>*=<*56?D=(C]6=#_N'C_YQ4Y#K,B[KEDNIP19.0%)P=RDA2> MDS]9$,H/`_9MQ@-FGQR81DF\WZ01(U;`Q`_QWD'%)!T:6!-2+I7DQU<3;RK> M/FC&%B8#XT-WT"T\%Y\.PX-ET7%>(H7 M!+!],1#_6KVW!XO!?GH-]L]\2;]#N5GY#_%0XVX>&$!FSY^<@ZDE1S"W5D%0H7W:^G MG]OG37%Y+"P4;.^(NV(R.LY)0>CL?))P(JB]UOOV?S'/L\M?Y*@G"%>]3_W>V:_BOV#DXHJ]IDYY:!5[K4:STU)KV=YZK,+RW!$? MPS2<7P@-(;#/\C\CG"300^XN;%$PN&LY,YN1?P]#VY!>8$QO_E/XJYWR"24V MD?3T\/&J`$S^+Y5-`3./*Y4\_S^%),9_:C^2P17Y7XR]F1K_W*=70YC"&/]X2=X2NSH<6IQO/ZKU_/X_Q32("ZW6$#D6HK,0O&*CID;B17AG(DE'AG>D8^BK.[( MCZEKDX_OSXK].7?'>0+X6\C*_YNM_EGO<=I0^;_\<.7_E9+T?[-6R?W_*>2+ M&'_"0T))YW/C1>SFGV44:,@H\#(=!@P2XT6<"#?"0F$5%DCCLAT:I.\SBU.' MC!B-9@$C-"0CSW&\>7A2*!#BD45Z7<&EV0ZG'G/\5_Y_>=[N/TKV5_G_L5DK55;[O[5:/5[_'>?Y_TDD ML7-VOPI<3,MX4TYXM"U\=K&'QFY94;I_L<<<1L/%+_+=@HZ2F&SYOA:Y']F- MT:TQT6_9#O5:[C%J=Y@1W48/Z;CN=2^[/E>0%WNI15G.<7?D&2&=^HYJF)8D MW_,K*$(XC7P88;%+#+#=$LAFUF[@+.*.[$(D\E1TY^]I.T9^CF3(YBPT+(>& MH0+-;D4F<1<92(&T>>0%"M#]_34%3.;$[O":69$A(7`TY))D5F^+R8"AK&P& MZ(Y,Y?#.)]`:G08R/:27,4 M#=D\](M\*FJN,!5X[CE\6!3AP)L%%C/\P/-%_T0@1+"^7E--(G-_1XN& M%XP!9%"F6Z,5V6X%5&>\&-H4_RGB68P[%PM"YHJI?E@&A;(UOH+$5Y'X&@@/ M-,>96(QXTP$=.JSCB6``,4V"`XG!]><=(<]21^-=(_!L0_LR;^IXK"D-5 MY;*I'60_L+^L.VV60+T^G7''QGF#:2+M9V+]Q\0ZD(GU(!/F0@D"=E*:V%EI M8J>E"9N7B3`&FQ()`G:DR]B1+F-'NHP=Z3)VI,O8D2YC1[J,'>E`E%P#;MT@ M:6$D5N)C#:+,&C^H#V8FTP$2OT@Y(!)S',3"(A&.'CZDH!I(ME[]#S;O!%[RXRM/;=R0>6P+#V]U?":1V@!)\A*:JJ-%Y= M#R89RQ7,%_%^6[[.K,-)O\$#"F6%[NHGYA\O88FOL'#?5-'#"73O&7"MFFV$(3 M;Z$Y4^\[OJ%XSQM,$J]_2_#8KT=3AT8@3.O05H".A"LB(AK>.%8IVBKT%[KJDW]G93E0O7)%7.G8?%QXP& MG4B?5:(1ZA4]@>>NE2*T.ZZ9")]8N#8?,K^7 M(:$E7N-C0JP!&\MCTL,B24H%FHK8Q-_7+/*:-1/M)OJ?%#92"YQM"+14DF,A8EJ;A8E&'BVOP=.4:A2%>)1MK,*-'7@)[J M:R;"JU8DY+Z1I.E$BIBX],<_.9NC_3%6@/;'F*45B=-,_49U$E?B:I%=UDH` MFTQM,>/>4?$IOQB0[:-24O2M)QV M$##6BNV.:4KN=L+N/>WH((+56+]&U158[T!'2JVX@?.(Q.C`AS1I,#A+,Y8E M9@*\+6R8QMR,W#Y".G90AKM(WK#%[,=O$-0;Y!MP]2;\!EQ=#F_`WWN.S8)S M[MX8M_X42`*=?-R\",H=##ZDJ(NV:<0PZAWNHO"0HZ29ZT7``Q;-`A=*@M6B M:ZPJO2:0D-BYAF.7`5N8P%6(BKE_(91E(QH%1_LT?'_H2:$!1XP6#.0IQ04) M-@/`=<12*7RR('),QBY8@K(L3!.4!>&"T(2<\DSK5E:-:8*R7LS8!VT@96V9 M)BA/:2T(D.2>5JT\,929/\HC0QD&>LJICVEF&.A)ISZHN?1)Z(FF3`/HJ:<^ MV9EAH*>2^FQGAH&>(NK3G0L&-(7*KSY=4A?F^O`#X9ENH^>0^@AHZ@)0:&BH M7N&!7H,X([DCXV$=!Q/>8;K!Z]DT'FI4T)HT$HM$Y/&T[93]1Y>2'.!IIR0% M=1(M200?0HH M61(,6+Y*M'9IOY^,(4(7,6DBC@6KFE=H5>%^#P0D,PF%MPY?#*30D*`%7U-M M*@>$S_@J(58#E:L2"#0M>.&W`09>$7BW+4:#=P]3?5%G<(EO2O6X808LRC;Q MZLIF$Z\N=M=#CM.L+HI7FH%C"=]Y3P\]?'10PZZLXN7&5#%DKOY178@&-!L8 ML+>S-:B@X)FB*"+1)EH=:=9X\$&$[92]&7E-:%5UR(`D3U&$#1V$2YR9%V:WISU_$HK,G8TB`D?':`9@9R5L"-N+@BP+#BW!8X MN>2ST%KNA+H6DP\M@_0C38&;`Z`<%S*@;J&3GF"!&YTRP>E&-[%!LI-.QL5M M5B/WJ;';QJ@=8]QF,7*?&+M%O-I:=>-=A+T'=Y;8;S.N>'3:$CB.;KCU[8C. MH@E(L?HT$W37>(G[OO@[5S`++-=*8+#(',"A1_""N77'+))9=<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 Fri Apr 7 12:49: 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 157C837C0CE; Fri, 7 Apr 2000 12:49:07 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA87945; Fri, 7 Apr 2000 12:49:06 -0700 (PDT) (envelope-from knu@FreeBSD.org) Date: Fri, 7 Apr 2000 12:49:06 -0700 (PDT) From: Message-Id: <200004071949.MAA87945@freefall.freebsd.org> To: knu@FreeBSD.org, freebsd-ports@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/17846: new ports collection of MUA(Mail User Agent) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new ports collection of MUA(Mail User Agent) Responsible-Changed-From-To: freebsd-ports->knu Responsible-Changed-By: knu Responsible-Changed-When: Sat Apr 8 04:47:48 JST 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 Apr 7 14:54:28 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pi.elocom.ch (pi.elocom.ch [212.101.5.253]) by hub.freebsd.org (Postfix) with ESMTP id 14F6237C396 for ; Fri, 7 Apr 2000 14:54:17 -0700 (PDT) (envelope-from pi@elocom.ch) Received: from localhost (pi@localhost) by pi.elocom.ch (8.9.3/8.9.3) with ESMTP id XAA54947 for ; Fri, 7 Apr 2000 23:54:00 +0200 (CEST) (envelope-from pi@elocom.ch) X-Authentication-Warning: pi.elocom.ch: pi owned process doing -bs Date: Fri, 7 Apr 2000 23:53:59 +0200 (CEST) From: Reto Trachsel To: ports@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 Please change The /usr/ports.grphics/netpbm/Makefile --- DISTNAME= netpbm-8.3 +++ DISTNAME= netpbm-8.4 Regards Reto Trachsel v/o Pi ScoutNet Schweiz - Staff / Praesident Pfadibewegung Schweiz - Internationale Equipe / JOTI /"\ ASCII-Ribon Campaign \ / """""""""""""""""""" x No HTML or WORD in Mails / \ HTML is for WEB, Word is for Micro$oft. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 15: 8:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from smtp2.iran.com (smtp2.iran.com [195.200.225.123]) by hub.freebsd.org (Postfix) with SMTP id 459FC37BB4F for ; Fri, 7 Apr 2000 15:06:45 -0700 (PDT) (envelope-from hamid@morva.net) Received: from morva.net([195.200.226.147]) (969 bytes) by smtp2.iran.com via sendmail with P:smtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Sat, 8 Apr 2000 02:35:39 +0430 (IRST) (Smail-3.2.0.101 1997-Dec-17 #21 built 1998-Jul-17) Received: (qmail 28628 invoked from network); 7 Apr 2000 22:07:11 -0000 Received: from unknown (HELO hamid) (192.168.2.137) by yaghut2.morva.net with SMTP; 7 Apr 2000 22:07:11 -0000 Message-ID: <000501bfa0de$2bab6560$051414c8@hamid> From: "Seyyed Hamid Reza Hashemi Golpayegani" To: Subject: Portslave for FreeBSD ! Date: Sat, 8 Apr 2000 02:41:05 +0430 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.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi , Is there any patch or ported package for FreeBSD to get portslave for Linux worked under FreeBSD ? I mean the http://www.linuxrouter.org/portslave for FreeBSD ! Thanx Hamid Hashemi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 15:14:48 2000 Delivered-To: freebsd-ports@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id EE7ED37C2D9; Fri, 7 Apr 2000 15:14:42 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.237]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Fri, 7 Apr 2000 15:24:42 -0700 Message-ID: <38EE5DB0.4C9F3668@3-cities.com> Date: Fri, 07 Apr 2000 15:14:08 -0700 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Bush Doctor Cc: FreeBSD-ports@FreeBSD.ORG, "David J. Kanter" , FreeBSD Questions Subject: Re: ports/devel/codecrusader Makefile Fixes References: <200004041002.DAA09557@freefall.freebsd.org> <38EBBDE2.47FF5BF2@3-cities.com> <20000405223501.B86568@ikhala.tcimet.net> <38EBF298.1B051729@3-cities.com> <20000405235751.A86786@ikhala.tcimet.net> <38EC1472.28B209C7@3-cities.com> <20000406170029.B98981@goku.cl.msu.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bush Doctor wrote: > > Out of da blue Kent Stewart aka (kstewart@3-cities.com) said: > > I think there was some source missing. I added code_medic, > > code_crusader, JSearch, JToolBar, and JTree and did a "gmake > > freebsd3.x" from the JX-1.5.3 directory and it is making jcc. The > > ports Makefile doesn't add two of these. > That's one thing I noticed last night. I was missing JSearch, however > I left off the "freebsd3.x" target. I'm going to look at it again > tonight. Here is what I have had to do to make Code Crusader 1.5.3 build as a port. Modify line 97 in patch-ac to get rid of the line 172 error. There was a blank right after the + that was causing the line 172 separator error + @mkdir ${JCC} I haven't figured out how to setup a patch style of diff but this is my first diff that I applied to ACE/ACE_wrappers/config-freebsd-pthread.h 47d46 < #define ACE_LACKS_SIGSET 87a87,95 > #if (__FreeBSD_version < 400000) > #define ACE_LACKS_SIGSET > #endif /* __FreeBSD_version >= 400000 */ > > #if (__FreeBSD_version >= 400000) > #define ACE_HAS_UCONTEXT_T > #define ACE_HAS_SOCKLEN_T > #endif /* __FreeBSD_version >= 400000 */ > The second diff is ACE/ACE_wrappers/ace/Log_Msg.cpp 673c673 < #if ! (defined(__BORLANDC__) && __BORLANDC__ >= 0x0530) --- > #if defined(ACE_LACKS_SYS_NERR) 675c675 < #endif /* ! (defined(__BORLANDC__) && __BORLANDC__ >= 0x0530) */ --- > #endif /* defined(ACE_LACKS_SYS_NERR) */ I also haven't figured out how to check for bison. Code Crusader is dependant on bison being installed. These changes produced a jcc on my FreeBSD 4.0-Stable using the port/codecrusader/Makefile. I tried building a simple hellow_world from the tutorial. I had errors but it created the source file, project, and it appeared to try and compile it. Kent -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 15:21: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 3A07237C2F9 for ; Fri, 7 Apr 2000 15:20:56 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-83.ix.netcom.com [209.109.234.83]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id SAA17660 for ; Fri, 7 Apr 2000 18:20:53 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id PAA93721; Fri, 7 Apr 2000 15:20:50 -0700 (PDT) Date: Fri, 7 Apr 2000 15:20:50 -0700 (PDT) Message-Id: <200004072220.PAA93721@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 Subject: netscape 6.00.p1 From: asami@freebsd.org (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Seems like there's a linux version of netscape 6.00 preview release out. If someone is working on a port, please let me know, so I can do the appropriate repo-copy (or repo-copies). -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 15:21:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ipt2.iptelecom.net.ua (ipt2.iptelecom.net.ua [212.9.224.2]) by hub.freebsd.org (Postfix) with ESMTP id 3961837C1EC for ; Fri, 7 Apr 2000 15:21:16 -0700 (PDT) (envelope-from sobomax@altavista.net) Received: from altavista.net (dialup2-47.iptelecom.net.ua [212.9.226.111]) by ipt2.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id BAA02765 for ; Sat, 8 Apr 2000 01:26:18 +0300 (EEST) Message-ID: <38EE5731.AC8DDE7F@altavista.net> Date: Sat, 08 Apr 2000 00:46:25 +0300 From: Maxim Sobolev Organization: Home, sweet home X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: ports@freebsd.org Subject: Python port partially broken for RELENG_5 (with patch attached) Content-Type: multipart/mixed; boundary="------------9A69C7D3D25A475C91ECD0AB" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------9A69C7D3D25A475C91ECD0AB Content-Type: text/plain; charset=x-user-defined Content-Transfer-Encoding: 7bit Hi, I've just did a fresh build of the Python and discovered that now some modules (curses for example) are refusing to load, complaining about undefined symbol _Py_Something. I studied this problem and found that the port was not fully prepared to deal with the F's version bump. With this message I'm attaching small patch which should fix this problem. I've verified that it works by rebuilding python with this patch applied. -Maxim --------------9A69C7D3D25A475C91ECD0AB Content-Type: text/plain; charset=x-user-defined; name="python.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="python.diff" diff -ruN /usr/ports/lang/python/patches/patch-ab python/patches/patch-ab --- /usr/ports/lang/python/patches/patch-ab Sat Oct 30 01:56:51 1999 +++ python/patches/patch-ab Sat Apr 8 00:07:40 2000 @@ -5,7 +5,7 @@ Linux*) LDSHARED="gcc -shared";; dgux*) LDSHARED="ld -G";; - FreeBSD*/3*) LDSHARED="gcc -shared";; -+ FreeBSD*/3*|FreeBSD*/4*) LDSHARED='gcc -shared ${LDFLAGS}';; ++ FreeBSD*/3*|FreeBSD*/4*|FreeBSD*/5*) LDSHARED='gcc -shared ${LDFLAGS}';; FreeBSD*|OpenBSD*) LDSHARED="ld -Bshareable";; NetBSD*) if [ "`$CC -dM -E - To: Seyyed Hamid Reza Hashemi Golpayegani Cc: ports@FreeBSD.org Subject: Re: Portslave for FreeBSD ! In-Reply-To: <000501bfa0de$2bab6560$051414c8@hamid> 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, 8 Apr 2000, Seyyed Hamid Reza Hashemi Golpayegani wrote: > Is there any patch or ported package for FreeBSD to get portslave for Linux > worked under FreeBSD ? > I mean the http://www.linuxrouter.org/portslave for FreeBSD ! As the name suggests this is a mini Linux distribution, and hence not suitable for a FreeBSD port. FreeBSD has PicoBSD which is essentially the same thing. See /usr/src/release/picobsd 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 Fri Apr 7 17:29: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 5642437BEA4; Fri, 7 Apr 2000 17:29:29 -0700 (PDT) (envelope-from cdf.lists@fxp.org) Received: by pawn.primelocation.net (Postfix, from userid 1016) id 47F709B19; Fri, 7 Apr 2000 20:28:53 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by pawn.primelocation.net (Postfix) with ESMTP id 3B38DBA1E; Fri, 7 Apr 2000 20:28:53 -0400 (EDT) Date: Fri, 7 Apr 2000 20:28:53 -0400 (EDT) From: "Chris D. Faulhaber" X-Sender: cdf.lists@pawn.primelocation.net To: Kris Kennaway Cc: Seyyed Hamid Reza Hashemi Golpayegani , ports@FreeBSD.org Subject: Re: Portslave for FreeBSD ! 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 Fri, 7 Apr 2000, Kris Kennaway wrote: > On Sat, 8 Apr 2000, Seyyed Hamid Reza Hashemi Golpayegani wrote: > > > Is there any patch or ported package for FreeBSD to get portslave for Linux > > worked under FreeBSD ? > > I mean the http://www.linuxrouter.org/portslave for FreeBSD ! > > As the name suggests this is a mini Linux distribution, and hence not > suitable for a FreeBSD port. > > FreeBSD has PicoBSD which is essentially the same thing. See > /usr/src/release/picobsd > If you follow the link, you will see: Portslave RADIUS client ----- 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 Fri Apr 7 17:36: 0 2000 Delivered-To: freebsd-ports@freebsd.org Received: from MexComUSA.Net (adsl-63-200-120-86.dsl.mtry01.pacbell.net [63.200.120.86]) by hub.freebsd.org (Postfix) with ESMTP id B988637BBA9 for ; Fri, 7 Apr 2000 17:35:56 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Received: from EnContacto.Net (adsl-63-200-120-82.dsl.mtry01.pacbell.net [63.200.120.82]) by MexComUSA.Net (8.9.3/8.9.3) with ESMTP id RAA83524; Fri, 7 Apr 2000 17:35:36 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Message-ID: <38EE7EEA.7B700632@EnContacto.Net> Date: Fri, 07 Apr 2000 17:35:55 -0700 From: Edwin Culp Organization: MexComUSA.Net/EnContacto.Net X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: ports@FreeBSD.ORG Cc: tkato@prontomail.ne.jp Subject: Re: ports/17742: Update port: graphics/netpbm to 8.3 (fix ports/17571) References: <200004012324.PAA12145@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org netpbm was just updated but I can't find version 8.3 anywhere. I can find 8.0, 8.2 and 8.4. Could someone please tell me where I can find it or if ports is going to upgrated to 8.4. Thanks, ed tkato@prontomail.ne.jp wrote: > >Number: 17742 > >Category: ports > >Synopsis: Update port: graphics/netpbm to 8.3 (fix ports/17571) > >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 Apr 1 15:30:02 PST 2000 > >Closed-Date: > >Last-Modified: > >Originator: KATO Tsuguru > >Release: 4.0-RELEASE i386 > >Organization: > >Environment: > >Description: > - Update to version 8.3 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 18: 5:50 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 F30D437B570; Fri, 7 Apr 2000 18:05:47 -0700 (PDT) (envelope-from will@blackdawn.com) Received: from argon.blackdawn.com ([209.69.76.149]) by rock.ghis.net (8.9.3/8.9.3) with ESMTP id SAA57656; Fri, 7 Apr 2000 18:05:45 -0700 (PDT) Received: by argon.blackdawn.com (Postfix, from userid 1000) id 346FC1A31; Fri, 7 Apr 2000 21:05:08 -0400 (EDT) Date: Fri, 7 Apr 2000 21:05:08 -0400 From: Will Andrews To: Satoshi Asami Cc: ports@FreeBSD.ORG Subject: Re: netscape 6.00.p1 Message-ID: <20000407210508.E78181@argon.blackdawn.com> References: <200004072220.PAA93721@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200004072220.PAA93721@silvia.hip.berkeley.edu>; from asami@FreeBSD.ORG on Fri, Apr 07, 2000 at 03:20:50PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Apr 07, 2000 at 03:20:50PM -0700, Satoshi Asami wrote: > Seems like there's a linux version of netscape 6.00 preview release > out. If someone is working on a port, please let me know, so I can do > the appropriate repo-copy (or repo-copies). But N6 is basically Mozilla M14 (maybe slight code mods to make it better). -- 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 Apr 7 19: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 0430D37B9AC for ; Fri, 7 Apr 2000 19:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA23694; Fri, 7 Apr 2000 19:40:02 -0700 (PDT) (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 40DA037B5F7 for ; Fri, 7 Apr 2000 19:36:32 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA23253; Fri, 7 Apr 2000 19:36:31 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Message-Id: <200004080236.TAA23253@freefall.freebsd.org> Date: Fri, 7 Apr 2000 19:36:31 -0700 (PDT) From: sa2c@and.or.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17849: W3C's Line Mode browser (ports/www/linemode) now comes with libwww Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17849 >Category: ports >Synopsis: W3C's Line Mode browser (ports/www/linemode) now comes with libwww >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 7 19:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: NIIMI Satoshi >Release: >Organization: >Environment: >Description: W3C's Line Mode browser (ports/www/linemode) now comes with libwww distribution. I have no time to get it work, So please remove me from maintainer of ports/www/linemode. Sorry for my inconvenience. >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 Fri Apr 7 21:55: 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 8421137B58F; Fri, 7 Apr 2000 21:55:02 -0700 (PDT) (envelope-from knu@FreeBSD.org) Received: (from knu@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA34026; Fri, 7 Apr 2000 21:55:02 -0700 (PDT) (envelope-from knu@FreeBSD.org) Date: Fri, 7 Apr 2000 21:55:02 -0700 (PDT) From: Message-Id: <200004080455.VAA34026@freefall.freebsd.org> To: sa2c@and.or.jp, knu@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17849: W3C's Line Mode browser (ports/www/linemode) now comes with libwww Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: W3C's Line Mode browser (ports/www/linemode) now comes with libwww State-Changed-From-To: open->closed State-Changed-By: knu State-Changed-When: Sat Apr 8 13:50:45 JST 2000 State-Changed-Why: Done. Arigato for maintaining this up to now! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 22: 0: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 A009437BB8E for ; Fri, 7 Apr 2000 22:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA34294; Fri, 7 Apr 2000 22:00:01 -0700 (PDT) (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 0F32D37BD19 for ; Fri, 7 Apr 2000 21:58:14 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA34210; Fri, 7 Apr 2000 21:58:14 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Message-Id: <200004080458.VAA34210@freefall.freebsd.org> Date: Fri, 7 Apr 2000 21:58:14 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17850: Update port: converters/mimepp to 1.2.4 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17850 >Category: ports >Synopsis: Update port: converters/mimepp to 1.2.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 7 22:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.2.4 - Add WWW: line into pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/converters/mimepp/Makefile converters/mimepp/Makefile --- /usr/ports/converters/mimepp/Makefile Wed Mar 29 19:59:10 2000 +++ converters/mimepp/Makefile Sat Apr 8 13:51:54 2000 @@ -1,36 +1,32 @@ # New ports collection makefile for: mimepp -# Version required: 1.0 +# Version required: 1.2.4 # Date created: 3 July 1997 # Whom: Andrey Zakhvatov # # $FreeBSD: ports/converters/mimepp/Makefile,v 1.6 2000/03/29 07:16:51 kris Exp $ # -DISTNAME= mimepp-1.0 -CATEGORIES= converters -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= devel/lang/c++ +DISTNAME= mimepp-1.2.4 +CATEGORIES= converters +MASTER_SITES= http://www.hunnysoft.com/mimepp/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -MAKEFILE= makefile.unx -ALL_TARGET= lib +MAKEFILE= makefile-unix +ALL_TARGET= default do-install: - @ ${INSTALL_DATA} ${WRKSRC}/libmimepp.a ${PREFIX}/lib - @ ${MKDIR} ${PREFIX}/include/mimepp -.for file in address.h addrlist.h binhex.h body.h bodypart.h boyermor.h config.h datetime.h debug.h disptype.h entity.h enum.h field.h fieldbdy.h group.h headers.h mailbox.h mboxlist.h mechansm.h mediatyp.h message.h mimepp.h msgcmp.h msgid.h nntp.h param.h pop.h protocol.h smtp.h string.h text.h token.h utility.h uuencode.h - @ ${INSTALL_DATA} ${WRKSRC}/mimepp/${file} ${PREFIX}/include/mimepp -.endfor - @ ${MKDIR} ${PREFIX}/share/doc/mimepp -.for file in CPYRIGHT LICENSE README Tutorial - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mimepp -.endfor - @ ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/mimepp - @ ${MKDIR} ${PREFIX}/share/examples/mimepp - @ ${INSTALL_DATA} ${FILESDIR}/Makefile ${PREFIX}/share/examples/mimepp -.for file in attach.cpp attach.h basicmsg.cpp basicmsg.h exampl01.cpp exampl01.txt exampl02.cpp exampl02.txt exampl03.cpp exampl03.txt exampl04.cpp exampl04.txt exampl05.cpp exampl05.txt multipar.cpp multipar.h - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/mimepp -.endfor + ${INSTALL_DATA} ${WRKSRC}/dev/*.a ${PREFIX}/lib + @${MKDIR} ${PREFIX}/include/mimepp + ${INSTALL_DATA} ${WRKSRC}/src/mimepp/*.h ${PREFIX}/include/mimepp + @${MKDIR} ${PREFIX}/share/examples/mimepp + ${INSTALL_DATA} ${WRKSRC}/examples/*.cpp ${PREFIX}/share/examples/mimepp + ${INSTALL_DATA} ${WRKSRC}/examples/*.h ${PREFIX}/share/examples/mimepp + ${INSTALL_DATA} ${WRKSRC}/examples/*.txt ${PREFIX}/share/examples/mimepp + ${INSTALL_DATA} ${WRKSRC}/examples/makefile-unix ${PREFIX}/share/examples/mimepp +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/mimepp + ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/mimepp +.endif .include diff -urN /usr/ports/converters/mimepp/files/md5 converters/mimepp/files/md5 --- /usr/ports/converters/mimepp/files/md5 Tue Sep 23 20:09:31 1997 +++ converters/mimepp/files/md5 Thu Mar 30 21:20:05 2000 @@ -1 +1 @@ -MD5 (mimepp-1.0.tar.gz) = c028be12cd77339e3277c30bef58fb4a +MD5 (mimepp-1.2.4.tar.gz) = d5001792f1fb946162bc959b8f030d14 diff -urN /usr/ports/converters/mimepp/patches/patch-aa converters/mimepp/patches/patch-aa --- /usr/ports/converters/mimepp/patches/patch-aa Tue Sep 23 20:09:32 1997 +++ converters/mimepp/patches/patch-aa Thu Mar 30 21:23:17 2000 @@ -1,19 +1,26 @@ -*** makefile.unx Tue Sep 2 19:28:33 1997 ---- /home/andy/tmp/wrk/makefile.unx Tue Sep 23 07:48:55 1997 -*************** -*** 26,32 **** - # C++ compiler flags (except -c, -I, -L, -l) - # - # Add -g here if you want debugger symbols included -! CXXFLAGS = - - # The search path for include files. Change only if necessary. - INC_PATH = -I. ---- 26,32 ---- - # C++ compiler flags (except -c, -I, -L, -l) - # - # Add -g here if you want debugger symbols included -! CXXFLAGS = ${CFLAGS} - - # The search path for include files. Change only if necessary. - INC_PATH = -I. +--- makefile-unix.orig Wed Sep 1 17:14:36 1999 ++++ makefile-unix Thu Mar 30 21:23:08 2000 +@@ -19,19 +19,19 @@ + + ###### Tools + +-CXX = g++ ++CXX ?= g++ + AR = ar + RANLIB = ranlib + + ###### Compiler/linker flags + +-DBG_CXX_FLAGS = -DDW_DEBUG_VERSION -g -fexceptions -I./src ++DBG_CXX_FLAGS = -DDW_DEBUG_VERSION ${CXXFLAGS} -I./src + DBG_LINK_FLAGS = + +-DEV_CXX_FLAGS = -DDW_DEVELOPMENT_VERSION -g -fexceptions -I./src ++DEV_CXX_FLAGS = -DDW_DEVELOPMENT_VERSION ${CXXFLAGS} -I./src + DEV_LINK_FLAGS = + +-REL_CXX_FLAGS = -DDW_PRODUCTION_VERSION -fexceptions -I./src ++REL_CXX_FLAGS = -DDW_PRODUCTION_VERSION ${CXXFLAGS} -I./src + REL_LINK_FLAGS = + + ###### Default target diff -urN /usr/ports/converters/mimepp/pkg/DESCR converters/mimepp/pkg/DESCR --- /usr/ports/converters/mimepp/pkg/DESCR Tue Sep 23 20:09:33 1997 +++ converters/mimepp/pkg/DESCR Thu Mar 30 21:17:18 2000 @@ -6,3 +6,5 @@ quoted-printable and base64 encoding/decoding, and all header fields specified in RFC-822, RFC-1036, and RFC-2045. MIME++ is extensible through inheritance and polymorphism. + +WWW: http://www.hunnysoft.com/mimepp/ diff -urN /usr/ports/converters/mimepp/pkg/PLIST converters/mimepp/pkg/PLIST --- /usr/ports/converters/mimepp/pkg/PLIST Tue Sep 23 20:09:33 1997 +++ converters/mimepp/pkg/PLIST Sat Apr 8 13:52:26 2000 @@ -1,8 +1,10 @@ include/mimepp/address.h include/mimepp/addrlist.h +include/mimepp/applfile.h include/mimepp/binhex.h include/mimepp/body.h include/mimepp/bodypart.h +include/mimepp/bounds.h include/mimepp/boyermor.h include/mimepp/config.h include/mimepp/datetime.h @@ -10,6 +12,7 @@ include/mimepp/disptype.h include/mimepp/entity.h include/mimepp/enum.h +include/mimepp/except.h include/mimepp/field.h include/mimepp/fieldbdy.h include/mimepp/group.h @@ -25,20 +28,23 @@ include/mimepp/nntp.h include/mimepp/param.h include/mimepp/pop.h +include/mimepp/proto_nt.h +include/mimepp/proto_un.h include/mimepp/protocol.h include/mimepp/smtp.h +include/mimepp/stamp.h include/mimepp/string.h +include/mimepp/system.h include/mimepp/text.h include/mimepp/token.h include/mimepp/utility.h include/mimepp/uuencode.h -lib/libmimepp.a -share/doc/mimepp/CPYRIGHT -share/doc/mimepp/LICENSE -share/doc/mimepp/README -share/doc/mimepp/Tutorial +lib/libmimepp_core.a +lib/libmimepp_net.a +lib/libmimepp_util.a share/doc/mimepp/address.html share/doc/mimepp/addrlist.html +share/doc/mimepp/applfile.html share/doc/mimepp/binhex.html share/doc/mimepp/body.html share/doc/mimepp/bodypart.html @@ -63,11 +69,11 @@ share/doc/mimepp/pop.html share/doc/mimepp/protocol.html share/doc/mimepp/smtp.html +share/doc/mimepp/stamp.html share/doc/mimepp/string.html share/doc/mimepp/text.html share/doc/mimepp/util.html share/doc/mimepp/uuencode.html -share/examples/mimepp/Makefile share/examples/mimepp/attach.cpp share/examples/mimepp/attach.h share/examples/mimepp/basicmsg.cpp @@ -82,8 +88,9 @@ share/examples/mimepp/exampl04.txt share/examples/mimepp/exampl05.cpp share/examples/mimepp/exampl05.txt +share/examples/mimepp/makefile-unix share/examples/mimepp/multipar.cpp share/examples/mimepp/multipar.h -@dirrm include/mimepp -@dirrm share/doc/mimepp @dirrm share/examples/mimepp +@dirrm share/doc/mimepp +@dirrm include/mimepp >Release-Note: >Audit-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 Apr 7 22:10: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 1B2EA37BB12 for ; Fri, 7 Apr 2000 22:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA34977; Fri, 7 Apr 2000 22:10:03 -0700 (PDT) (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 9D90A37BD27 for ; Fri, 7 Apr 2000 22:01:26 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA34447; Fri, 7 Apr 2000 22:01:26 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Message-Id: <200004080501.WAA34447@freefall.freebsd.org> Date: Fri, 7 Apr 2000 22:01:26 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17852: Update port: mail/glbiff to 0.3.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17852 >Category: ports >Synopsis: Update port: mail/glbiff to 0.3.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: Fri Apr 7 22:10:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.3.2 - Update MASTER_SITES and WWW: line of pkg/DESCR New file: patches/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/glbiff/Makefile mail/glbiff/Makefile --- /usr/ports/mail/glbiff/Makefile Wed Mar 29 20:03:55 2000 +++ mail/glbiff/Makefile Sat Apr 8 07:33:32 2000 @@ -1,35 +1,35 @@ # New ports collection makefile for: glbiff -# Version required: 0.2.11 +# Version required: 0.3.2 # Date created: 18 May 1998 # Whom: Andrey Zakhvatov # # $FreeBSD: ports/mail/glbiff/Makefile,v 1.12 2000/03/29 07:18:35 kris Exp $ # -DISTNAME= glbiff-0.2.11 +DISTNAME= glbiff-0.3.2 CATEGORIES= mail -MASTER_SITES= http://www.eecg.utoronto.ca/~mac/projects/ +MASTER_SITES= http://www.dgp.utoronto.ca/~mac/projects/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= GL:${PORTSDIR}/graphics/Mesa3 \ - GLU:${PORTSDIR}/graphics/Mesa3 \ - glut:${PORTSDIR}/graphics/Mesa3 +LIB_DEPENDS= GL:${PORTSDIR}/graphics/Mesa3 -GNU_CONFIGURE= yes USE_X_PREFIX= yes +GNU_CONFIGURE= yes +MAN1= glbiff.1 +MAN5= glbiffrc.5 do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/glbiff ${PREFIX}/bin - @ ${MKDIR} ${PREFIX}/share/examples/glbiff - @ ${INSTALL_DATA} ${WRKSRC}/glbiffrc.sample ${PREFIX}/share/examples/glbiff/dot.glbiffrc.sample - -post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/glbiff ${PREFIX}/bin + @${MKDIR} ${PREFIX}/share/examples/glbiff + ${INSTALL_DATA} ${WRKSRC}/glbiffrc.sample ${PREFIX}/share/examples/glbiff/dot.glbiffrc.sample + ${INSTALL_MAN} ${WRKSRC}/glbiff.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/glbiffrc.5 ${PREFIX}/man/man5 .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/glbiff + @${MKDIR} ${PREFIX}/share/doc/glbiff .for file in ChangeLog README README.last-minute TODO - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/glbiff + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/glbiff .endfor .endif diff -urN /usr/ports/mail/glbiff/files/md5 mail/glbiff/files/md5 --- /usr/ports/mail/glbiff/files/md5 Mon May 3 11:28:37 1999 +++ mail/glbiff/files/md5 Sat Apr 8 06:52:45 2000 @@ -1 +1 @@ -MD5 (glbiff-0.2.11.tgz) = 1c37a9af67742dec0f995ff000a7593e +MD5 (glbiff-0.3.2.tgz) = 90aeeec9f246d13138e672f19f936361 diff -urN /usr/ports/mail/glbiff/patches/patch-aa mail/glbiff/patches/patch-aa --- /usr/ports/mail/glbiff/patches/patch-aa Thu Jan 1 09:00:00 1970 +++ mail/glbiff/patches/patch-aa Sat Apr 8 07:26:11 2000 @@ -0,0 +1,32 @@ +--- Makefile.in.orig Mon Feb 14 01:14:48 2000 ++++ Makefile.in Sat Apr 8 07:25:29 2000 +@@ -3,16 +3,17 @@ + SRCDIR =$(PROGRAM)-$(VERSION) + OBJS = glbiff.o mail.o draw.o astro.o cfg.o + +-INST_DIR = /usr/local ++INST_DIR = @PREFIX@ + BIN_DIR = $(INST_DIR)/bin + MAN_DIR = $(INST_DIR)/man + + #DEBUG = -g3 -DDEBUG + DEBUG = -g3 + +-LIBS = @LIBS@ +-CFLAGS = @CFLAGS@ -DVERSION=\"$(VERSION)\" ++LIBS = @X_PRE_LIBS@ @X_LIBS@ @X_EXTRA_LIBS@ @LIBS@ ++CXXFLAGS = @CXXFLAGS@ -DVERSION=\"$(VERSION)\" + LDFLAGS = @LDFLAGS@ ++CPPFLAGS = @X_CFLAGS@ @CPPFLAGS@ + + all: $(PROGRAM) + +@@ -41,7 +42,7 @@ + etags *.cc *.h + + .cc.o: +- g++ -c $(CFLAGS) $< ++ $(CXX) -c $(CXXFLAGS) $(CPPFLAGS) $< + + dist: + make distclean;\ diff -urN /usr/ports/mail/glbiff/pkg/DESCR mail/glbiff/pkg/DESCR --- /usr/ports/mail/glbiff/pkg/DESCR Mon May 3 14:50:09 1999 +++ mail/glbiff/pkg/DESCR Sat Apr 8 06:49:44 2000 @@ -3,4 +3,4 @@ comes from the "mailbox" program available on SGI machines, and hence tries to mimic some of the features present in it. -WWW: http://www.eecg.utoronto.ca/~mac/projects/glbiff.html +WWW: http://www.dgp.toronto.edu/~mac/projects/glbiff.html >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 22: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 BD26D37B9AC for ; Fri, 7 Apr 2000 22:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA34968; Fri, 7 Apr 2000 22:10:02 -0700 (PDT) (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 112B637B50F for ; Fri, 7 Apr 2000 22:00:04 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA34300; Fri, 7 Apr 2000 22:00:03 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Message-Id: <200004080500.WAA34300@freefall.freebsd.org> Date: Fri, 7 Apr 2000 22:00:03 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17851: Update port: graphics/netpbm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17851 >Category: ports >Synopsis: Update port: graphics/netpbm >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 7 22:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Fix compile error - Remove redundant LIB_DEPENDS - Fix typo in man page New file: patches/patch-bi patches/patch-bj >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/netpbm/Makefile graphics/netpbm/Makefile --- /usr/ports/graphics/netpbm/Makefile Sat Apr 8 09:57:29 2000 +++ graphics/netpbm/Makefile Sat Apr 8 11:36:31 2000 @@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png USE_GMAKE= yes @@ -23,44 +22,46 @@ INSTALL_TARGET= install-merge MAN1= anytopnm.1 asciitopgm.1 atktopbm.1 bioradtopgm.1 bmptoppm.1 \ - brushtopbm.1 cmuwmtopbm.1 fitstopnm.1 fstopgm.1 g3topbm.1 gemtopbm.1 \ - giftopnm.1 gouldtoppm.1 hipstopgm.1 hpcdtoppm.1 icontopbm.1 \ - ilbmtoppm.1 imgtoppm.1 jpegtopnm.1 lispmtopgm.1 macptopbm.1 \ - mgrtopbm.1 mtvtoppm.1 pbmclean.1 pbmlife.1 pbmmake.1 pbmmask.1 \ - pbmpscale.1 pbmreduce.1 pbmtext.1 pbmto10x.1 pbmto4425.1 pbmtoascii.1 \ - pbmtoatk.1 pbmtobbnbg.1 pbmtocmuwm.1 pbmtoepsi.1 pbmtoepson.1 \ - pbmtog3.1 pbmtogem.1 pbmtogo.1 pbmtoicon.1 pbmtolj.1 pbmtoln03.1 \ - pbmtolps.1 pbmtomacp.1 pbmtomgr.1 pbmtopgm.1 pbmtopi3.1 pbmtopk.1 \ - pbmtoplot.1 pbmtoptx.1 pbmtox10bm.1 pbmtoxbm.1 pbmtoybm.1 pbmtozinc.1 \ - pbmupc.1 pcxtoppm.1 pgmbentley.1 pgmcrater.1 pgmedge.1 pgmenhance.1 \ - pgmhist.1 pgmkernel.1 pgmnoise.1 pgmnorm.1 pgmoil.1 pgmramp.1 \ - pgmtexture.1 pgmtofs.1 pgmtolispm.1 pgmtopbm.1 pgmtoppm.1 pi1toppm.1 \ - pi3topbm.1 picttoppm.1 pjtoppm.1 pktopbm.1 pngtopnm.1 pnmalias.1 \ - pnmarith.1 pnmcat.1 pnmcomp.1 pnmconvol.1 pnmcrop.1 pnmcut.1 \ - pnmdepth.1 pnmenlarge.1 pnmfile.1 pnmflip.1 pnmgamma.1 pnmhisteq.1 \ - pnmhistmap.1 pnmindex.1 pnminvert.1 pnmmargin.1 pnmnlfilt.1 pnmpad.1 \ - pnmpaste.1 pnmrotate.1 pnmscale.1 pnmshear.1 pnmsmooth.1 pnmtile.1 \ - pnmtoddif.1 pnmtofits.1 pnmtoplainpnm.1 pnmtopng.1 pnmtops.1 \ - pnmtorast.1 pnmtosgi.1 pnmtosir.1 pnmtotiff.1 pnmtotiffcmyk.1 \ - pnmtoxwd.1 ppm3d.1 ppmbrighten.1 ppmchange.1 ppmcie.1 ppmdim.1 \ - ppmdist.1 ppmdither.1 ppmflash.1 ppmforge.1 ppmhist.1 ppmmake.1 \ - ppmmix.1 ppmnorm.1 ppmntsc.1 ppmpat.1 ppmquant.1 ppmquantall.1 \ - ppmqvga.1 ppmrelief.1 ppmshadow.1 ppmshift.1 ppmspread.1 ppmtoacad.1 \ - ppmtobmp.1 ppmtogif.1 ppmtoicr.1 ppmtojpeg.1 ppmtoilbm.1 ppmtomap.1 \ - ppmtomitsu.1 ppmtopcx.1 ppmtopgm.1 ppmtopi1.1 ppmtopict.1 ppmtopj.1 \ - ppmtopjxl.1 ppmtopuzz.1 ppmtorgb3.1 ppmtosixel.1 ppmtotga.1 \ - ppmtouil.1 ppmtoxpm.1 ppmtoyuv.1 ppmtoyuvsplit.1 psidtopgm.1 \ - pstopnm.1 qrttoppm.1 rasttopnm.1 rawtopgm.1 rawtoppm.1 rgb3toppm.1 \ - sgitopnm.1 sirtopnm.1 sldtoppm.1 spctoppm.1 spottopgm.1 sputoppm.1 \ - tgatoppm.1 tifftopnm.1 xbmtopbm.1 ximtoppm.1 xpmtoppm.1 xvminitoppm.1 \ - xwdtopnm.1 ybmtopbm.1 yuvsplittoppm.1 yuvtoppm.1 zeisstopnm.1 \ - sbigtopgm.1 eyuvtoppm.1 ppmtoeyuv.1 ppmlabel.1 ppmfade.1 + brushtopbm.1 cmuwmtopbm.1 eyuvtoppm.1 fitstopnm.1 fstopgm.1 g3topbm.1 \ + gemtopbm.1 giftopnm.1 gouldtoppm.1 hipstopgm.1 hpcdtoppm.1 \ + icontopbm.1 ilbmtoppm.1 imgtoppm.1 jpegtopnm.1 lispmtopgm.1 \ + macptopbm.1 mgrtopbm.1 mtvtoppm.1 pbmclean.1 pbmlife.1 pbmmake.1 \ + pbmmask.1 pbmpscale.1 pbmreduce.1 pbmtext.1 pbmto10x.1 pbmto4425.1 \ + pbmtoascii.1 pbmtoatk.1 pbmtobbnbg.1 pbmtocmuwm.1 pbmtoepsi.1 \ + pbmtoepson.1 pbmtog3.1 pbmtogem.1 pbmtogo.1 pbmtoicon.1 pbmtolj.1 \ + pbmtoln03.1 pbmtolps.1 pbmtomacp.1 pbmtomgr.1 pbmtopgm.1 pbmtopi3.1 \ + pbmtopk.1 pbmtoplot.1 pbmtoptx.1 pbmtox10bm.1 pbmtoxbm.1 pbmtoybm.1 \ + pbmtozinc.1 pbmupc.1 pcxtoppm.1 pgmbentley.1 pgmcrater.1 pgmedge.1 \ + pgmenhance.1 pgmhist.1 pgmkernel.1 pgmnoise.1 pgmnorm.1 pgmoil.1 \ + pgmramp.1 pgmtexture.1 pgmtofs.1 pgmtolispm.1 pgmtopbm.1 pgmtoppm.1 \ + pi1toppm.1 pi3topbm.1 picttoppm.1 pjtoppm.1 pktopbm.1 pngtopnm.1 \ + pnmalias.1 pnmarith.1 pnmcat.1 pnmcomp.1 pnmconvol.1 pnmcrop.1 \ + pnmcut.1 pnmdepth.1 pnmenlarge.1 pnmfile.1 pnmflip.1 pnmgamma.1 \ + pnmhisteq.1 pnmhistmap.1 pnmindex.1 pnminvert.1 pnmmargin.1 \ + pnmnlfilt.1 pnmpad.1 pnmpaste.1 pnmrotate.1 pnmscale.1 pnmshear.1 \ + pnmsmooth.1 pnmtile.1 pnmtoddif.1 pnmtofits.1 pnmtoplainpnm.1 \ + pnmtopng.1 pnmtops.1 pnmtorast.1 pnmtosgi.1 pnmtosir.1 pnmtotiff.1 \ + pnmtotiffcmyk.1 pnmtoxwd.1 ppm3d.1 ppmbrighten.1 ppmchange.1 ppmcie.1 \ + ppmdim.1 ppmdist.1 ppmdither.1 ppmfade.1 ppmflash.1 ppmforge.1 \ + ppmhist.1 ppmlabel.1 ppmmake.1 ppmmix.1 ppmnorm.1 ppmntsc.1 ppmpat.1 \ + ppmquant.1 ppmquantall.1 ppmqvga.1 ppmrelief.1 ppmshadow.1 ppmshift.1 \ + ppmspread.1 ppmtoacad.1 ppmtobmp.1 ppmtoeyuv.1 ppmtogif.1 ppmtoicr.1 \ + ppmtojpeg.1 ppmtoilbm.1 ppmtomap.1 ppmtomitsu.1 ppmtopcx.1 ppmtopgm.1 \ + ppmtopi1.1 ppmtopict.1 ppmtopj.1 ppmtopjxl.1 ppmtopuzz.1 ppmtorgb3.1 \ + ppmtosixel.1 ppmtotga.1 ppmtouil.1 ppmtoxpm.1 ppmtoyuv.1 \ + ppmtoyuvsplit.1 psidtopgm.1 pstopnm.1 qrttoppm.1 rasttopnm.1 \ + rawtopgm.1 rawtoppm.1 rgb3toppm.1 sbigtopgm.1 sgitopnm.1 sirtopnm.1 \ + sldtoppm.1 spctoppm.1 spottopgm.1 sputoppm.1 tgatoppm.1 tifftopnm.1 \ + xbmtopbm.1 ximtoppm.1 xpmtoppm.1 xvminitoppm.1 xwdtopnm.1 ybmtopbm.1 \ + yuvsplittoppm.1 yuvtoppm.1 zeisstopnm.1 MAN3= libpbm.3 libpgm.3 libpnm.3 libppm.3 MAN5= pbm.5 pgm.5 pnm.5 ppm.5 +post-extract: + @find ${WRKSRC} -name Makefile.depend -delete + post-patch: @${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/pbmplus.h - @cd ${WRKSRC}; find * -name "Makefile.depend" -delete post-install: ${LDCONFIG} -m ${PREFIX}/lib diff -urN /usr/ports/graphics/netpbm/patches/patch-bb graphics/netpbm/patches/patch-bb --- /usr/ports/graphics/netpbm/patches/patch-bb Sat Apr 8 09:57:35 2000 +++ graphics/netpbm/patches/patch-bb Sat Apr 8 11:33:15 2000 @@ -1,5 +1,14 @@ ---- Makefile.common.orig Sat Mar 25 02:46:12 2000 -+++ Makefile.common Sat Apr 1 12:00:00 2000 +--- Makefile.common.orig Tue Apr 4 04:54:35 2000 ++++ Makefile.common Sat Apr 8 12:00:00 2000 +@@ -47,7 +47,7 @@ + $(CC) $(CFLAGS) -Wno-implicit -c -o $@ $< + + $(MERGENAME): $(MERGENAME).o $(MERGE_OBJECTS) $(NETPBMLIBS) +- $(LD) $(LDFLAGS) -o $@ $< $(MERGE_OBJECTS) -lm $(NETPBMLIBS) ++ $(LD) $(LDFLAGS) -o $@ $< $(MERGE_OBJECTS) -lm $(NETPBMLD) + + # Before Netpbm 8.4, we did hard links instead of symbolic. A user + # requested symbolic, and I couldn't see a reason for hard (original reason @@ -56,31 +56,27 @@ install.merge: $(MERGENAME) $(NOMERGEBINARIES) install.script cd $(INSTALLBINARIES) ; rm -f $(BINARIES) @@ -37,7 +46,7 @@ endif .PHONY: install.man -@@ -111,13 +107,13 @@ +@@ -111,13 +107,12 @@ # prefer not to "install" them, but just to access the Netpbm source # directory when you compile your programs. cd $(INSTALLHDRS) ; rm -f $(INTERFACE_HEADERS) @@ -47,16 +56,16 @@ -lib$(LIBROOT).so: lib$(LIBROOT).so.$(MAJ).$(MIN) - ln -sf lib$(LIBROOT).so.$(MAJ).$(MIN) $@ -lib$(LIBROOT).so.$(MAJ).$(MIN): $(LIBOBJECTS) $(LIBLIBS) -+lib$(LIBROOT).so: lib$(LIBROOT).a lib$(LIBROOT).so.$(MAJ) -+ ln -sf lib$(LIBROOT).so.$(MAJ) $@ -+lib$(LIBROOT).so.$(MAJ): $(LIBSOBJECTS) $(LIBLIBS) - $(LD) $(LDSHLIB) -Wl,-soname,lib$(LIBROOT).so.$(MAJ) -o $@ \ +- $(LD) $(LDSHLIB) -Wl,-soname,lib$(LIBROOT).so.$(MAJ) -o $@ \ - $(LIBOBJECTS) $(LIBLIBS) -lc -+ $(LIBSOBJECTS) $(LIBLIBS) ++lib$(LIBROOT).so: lib$(LIBROOT).so.$(MAJ) ++ ln -sf lib$(LIBROOT).so.$(MAJ) $@ ++lib$(LIBROOT).so.$(MAJ): lib$(LIBROOT).a $(LIBSOBJECTS) $(LIBLIBS) ++ $(LD) $(LDSHLIB) -Wl,-soname,$@ -o $@ $(LIBSOBJECTS) $(LIBLIBS) lib$(LIBROOT).a: $(LIBOBJECTS) -rm -f $@ -@@ -126,11 +122,11 @@ +@@ -126,11 +121,11 @@ .PHONY: install.lib.common diff -urN /usr/ports/graphics/netpbm/patches/patch-bf graphics/netpbm/patches/patch-bf --- /usr/ports/graphics/netpbm/patches/patch-bf Sat Apr 8 09:57:38 2000 +++ graphics/netpbm/patches/patch-bf Sat Apr 8 11:33:39 2000 @@ -1,5 +1,5 @@ ---- pnm/Makefile.orig Sat Mar 25 02:27:50 2000 -+++ pnm/Makefile Sat Apr 1 12:00:00 2000 +--- pnm/Makefile.orig Tue Apr 4 04:38:37 2000 ++++ pnm/Makefile Sat Apr 8 12:00:00 2000 @@ -32,6 +32,8 @@ NETPBMLIBS = $(LIBPNM) \ @@ -17,7 +17,7 @@ MANUALS1 = $(BINARIES) $(SCRIPTS) MANUALS3 = libpnm -@@ -104,44 +107,48 @@ +@@ -104,44 +107,47 @@ merge: $(MERGENAME) $(NOMERGEBINARIES) tifftopnm pnmtotiff: %: %.o $(NETPBMLIBS) $(TIFFLIB_DIR)/libtiff.so @@ -47,8 +47,7 @@ jpegtopnm: %: %.o $(NETPBMLIBS) - $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLIBS) $(JPEGLD) -lm $(CDEBUG) -+ $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLD) $(JPEGLD) -lm \ -+ $(CDEBUG) ++ $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLD) $(JPEGLD) -lm $(CDEBUG) # Rule for objects. $(OBJECTS) $(LIBOBJECTS): %.o: %.c diff -urN /usr/ports/graphics/netpbm/patches/patch-bg graphics/netpbm/patches/patch-bg --- /usr/ports/graphics/netpbm/patches/patch-bg Sat Apr 8 09:57:38 2000 +++ graphics/netpbm/patches/patch-bg Sat Apr 8 11:33:49 2000 @@ -1,14 +1,22 @@ ---- ppm/Makefile.orig Fri Mar 24 17:04:20 2000 -+++ ppm/Makefile Sat Apr 1 12:00:00 2000 -@@ -19,6 +19,7 @@ +--- ppm/Makefile.orig Tue Apr 4 04:53:40 2000 ++++ ppm/Makefile Sat Apr 8 12:00:00 2000 +@@ -19,8 +19,15 @@ endif NETPBMLIBS = $(LIBPPM) $(PBMDIR)/$(LIBPBM) $(PGMDIR)/$(LIBPGM) +NETPBMLD = -L. -lppm -L$(PBMDIR) -lpbm -L$(PGMDIR) -lpgm LIBLIBS = $(PBMDIR)/$(LIBPBM) $(PGMDIR)/$(LIBPGM) ++ifeq ($(JPEGLIB_DIR),NONE) ++ JPEGLD = ++else ++ JPEGLD = -L$(JPEGLIB_DIR) -ljpeg ++endif ++ PORTBINARIES = bmptoppm eyuvtoppm gouldtoppm hpcdtoppm ilbmtoppm imgtoppm \ -@@ -40,6 +41,7 @@ + mtvtoppm pcxtoppm pgmtoppm pi1toppm picttoppm \ + pjtoppm \ +@@ -40,6 +47,7 @@ # We don't build vidtoppm by default, because it requires special libraries # and there is no known requirement for vidtoppm. @@ -16,7 +24,7 @@ ifneq ($(JPEGLIB_DIR), NONE) ifneq ($(JPEGHDR_DIR), NONE) NOMERGEBINARIES += ppmtojpeg -@@ -55,6 +57,7 @@ +@@ -55,6 +63,7 @@ MERGE_OBJECTS = $(patsubst %,%.o2, $(PORTBINARIES) $(MATHBINARIES)) LIBOBJECTS = libppm1.o libppm2.o libppm3.o libppm4.o libppm5.o bitio.o @@ -24,7 +32,7 @@ MANUALS1 = $(BINARIES) $(SCRIPTS) MANUALS3 = libppm -@@ -62,7 +65,7 @@ +@@ -62,7 +71,7 @@ MERGENAME= ppmmerge @@ -33,13 +41,13 @@ .PHONY: all all: $(BINARIES) -@@ -72,29 +75,32 @@ +@@ -72,29 +81,31 @@ # Rules for plain programs. $(PORTBINARIES): %: %.o $(NETPBMLIBS) - $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLIBS) \ -+ $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLD) \ - $(CDEBUG) +- $(CDEBUG) ++ $(LD) $(LDFLAGS) -o $@ $@.o $(NETPBMLD) $(CDEBUG) # Rule for math-dependent programs. $(MATHBINARIES): %: %.o $(NETPBMLIBS) diff -urN /usr/ports/graphics/netpbm/patches/patch-bi graphics/netpbm/patches/patch-bi --- /usr/ports/graphics/netpbm/patches/patch-bi Thu Jan 1 09:00:00 1970 +++ graphics/netpbm/patches/patch-bi Sat Apr 8 11:34:03 2000 @@ -0,0 +1,13 @@ +--- pbm/pbmtog3.1.orig Mon Oct 4 18:10:48 1993 ++++ pbm/pbmtog3.1 Sat Apr 8 12:00:00 2000 +@@ -6,8 +6,8 @@ + .B pbmtog3 + .RI [ pbmfile ] + .SH DESCRIPTION +-Reads a portable bitmap as output. +-Produces a Group 3 fax file as input. ++Reads a portable bitmap as input. ++Produces a Group 3 fax file as output. + .IX "Group 3 fax" + .IX fax + .SH REFERENCES diff -urN /usr/ports/graphics/netpbm/patches/patch-bj graphics/netpbm/patches/patch-bj --- /usr/ports/graphics/netpbm/patches/patch-bj Thu Jan 1 09:00:00 1970 +++ graphics/netpbm/patches/patch-bj Sat Apr 8 11:34:21 2000 @@ -0,0 +1,14 @@ +--- ppm/eyuvtoppm.c.orig Fri Mar 31 07:09:32 2000 ++++ ppm/eyuvtoppm.c Sat Apr 8 12:00:00 2000 +@@ -40,8 +40,11 @@ + * HEADER FILES * + *==============*/ + #include ++#ifdef __STDC__ + #include ++#else + #include ++#endif + + typedef unsigned char uint8; + >Release-Note: >Audit-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 Apr 7 22:10: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 742C937BCD9 for ; Fri, 7 Apr 2000 22:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA34986; Fri, 7 Apr 2000 22:10:03 -0700 (PDT) (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 69C5737BD27 for ; Fri, 7 Apr 2000 22:02:54 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA34564; Fri, 7 Apr 2000 22:02:54 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Message-Id: <200004080502.WAA34564@freefall.freebsd.org> Date: Fri, 7 Apr 2000 22:02:54 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17853: Update port: mail/xmailbox Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17853 >Category: ports >Synopsis: Update port: mail/xmailbox >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 Apr 7 22:10:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Support PREFIX properly >How-To-Repeat: >Fix: diff -urN /usr/ports/mail/xmailbox/Makefile mail/xmailbox/Makefile --- /usr/ports/mail/xmailbox/Makefile Wed Mar 29 20:04:07 2000 +++ mail/xmailbox/Makefile Sat Apr 8 07:21:55 2000 @@ -6,30 +6,29 @@ # $FreeBSD: ports/mail/xmailbox/Makefile,v 1.7 2000/03/29 07:18:36 kris Exp $ # -DISTNAME= xmailbox-2.5 -CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_XCONTRIB} +DISTNAME= xmailbox-2.5 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -USE_IMAKE= yes -MAN1= xmailbox.1 -MANCOMPRESSED= no +USE_IMAKE= yes +MAN1= xmailbox.1 -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/xmailbox ${PREFIX}/bin - @ ${INSTALL_MAN} ${WRKSRC}/xmailbox.man ${PREFIX}/man/man1/xmailbox.1 - @ ${INSTALL_DATA} ${WRKSRC}/XMailbox.ad ${PREFIX}/lib/X11/app-defaults/XMailbox - @ ${MKDIR} ${PREFIX}/share/xmailbox - @ ${INSTALL_DATA} ${WRKSRC}/dingdong.au ${PREFIX}/share/xmailbox - @ ${INSTALL_DATA} ${WRKSRC}/ugotmail.au ${PREFIX}/share/xmailbox +post-patch: + @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/XMailbox.ad + +post-install: + @${MKDIR} ${PREFIX}/share/xmailbox + ${INSTALL_DATA} ${WRKSRC}/dingdong.au ${PREFIX}/share/xmailbox + ${INSTALL_DATA} ${WRKSRC}/ugotmail.au ${PREFIX}/share/xmailbox .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/xmailbox - @ ${INSTALL_DATA} ${WRKSRC}/DISCLAIMER ${PREFIX}/share/doc/xmailbox - @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xmailbox + @${MKDIR} ${PREFIX}/share/doc/xmailbox + ${INSTALL_DATA} ${WRKSRC}/DISCLAIMER ${PREFIX}/share/doc/xmailbox + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xmailbox .endif .include diff -urN /usr/ports/mail/xmailbox/patches/patch-aa mail/xmailbox/patches/patch-aa --- /usr/ports/mail/xmailbox/patches/patch-aa Wed Jun 23 02:40:16 1999 +++ mail/xmailbox/patches/patch-aa Sat Apr 8 07:14:16 2000 @@ -1,14 +1,16 @@ ---- Imakefile.orig Wed Jul 16 11:36:17 1997 -+++ Imakefile Sun Jun 20 10:50:43 1999 -@@ -5,7 +5,7 @@ +--- Imakefile.orig Thu Jul 17 01:36:17 1997 ++++ Imakefile Sat Apr 8 07:13:59 2000 +@@ -5,8 +5,8 @@ # Note: you need to have XPM 3.4 or higher! #------------------------------------------ # -XPMINCDIR = /usr/include/X11 -+XPMINCDIR = $(X11BASE)/include/X11 - XPMLIBDIR = /usr/X11/lib +-XPMLIBDIR = /usr/X11/lib ++XPMINCDIR = $(INCDIR)/X11 ++XPMLIBDIR = $(USRLIBDIR) XPMLIB = -L$(XPMLIBDIR) -lXpm + #------------------------------- @@ -20,7 +20,9 @@ # Comment the following define if you # want audio support @@ -30,3 +32,12 @@ #------------------------------------------ # Uncomment the following define if you +@@ -84,7 +88,7 @@ + EXTRA_DEFINES = -DCOM_AUDIO + #else + SNDLIB = +- INCLUDES = -I$(XPMINCDIR) -I/usr/public/include ++ INCLUDES = -I$(XPMINCDIR) + EXTRA_DEFINES = $(SUN_AUDIO) + #endif /* COM_AUDIO */ + #endif /* RPLAY_AUDIO */ diff -urN /usr/ports/mail/xmailbox/patches/patch-ac mail/xmailbox/patches/patch-ac --- /usr/ports/mail/xmailbox/patches/patch-ac Sun Jul 5 04:42:45 1998 +++ mail/xmailbox/patches/patch-ac Sat Apr 8 07:06:34 2000 @@ -1,11 +1,11 @@ ---- XMailbox.ad Wed Jul 16 16:13:32 1997 -+++ /home/andy/tmp/wrk/XMailbox.ad Sat May 23 23:30:34 1998 +--- XMailbox.ad.orig Thu Jul 17 01:13:32 1997 ++++ XMailbox.ad Sat Apr 8 07:03:20 2000 @@ -9,7 +9,7 @@ xmailbox*mailAnimOnce: true ! xmailbox*mailAnimUpdate: 1000 ! xmailbox*mailapp: echo 'setenv LINES 25; setenv COLUMNS 80; xterm -n Elm -e elm' | /bin/csh -f -s -! xmailbox*mailSndFile: /usr/public/lib/sounds/bong.au -+xmailbox*mailSndFile: /usr/X11R6/share/xmailbox/ugotmail.au ++xmailbox*mailSndFile: %%PREFIX%%/share/xmailbox/ugotmail.au ! xmailbox*mailSndComm: /usr/public/bin/play %s ! xmailbox*nomailXpmFile: /usr/X11/include/X11/pixmaps/mail0.xpm ! xmailbox*mailXpmFile: /usr/X11/include/X11/pixmaps/mail1.xpm >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 22:19:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw.cablecom.ne.jp (mailgw.cablecom.ne.jp [202.248.199.37]) by hub.freebsd.org (Postfix) with ESMTP id 7DC0C37BCEF; Fri, 7 Apr 2000 22:19:41 -0700 (PDT) (envelope-from sada@kb.k-cable.ne.jp) Received: from srv2.cablecom.ne.jp by mailgw.cablecom.ne.jp (8.9.3/3.7W) id OAA23569; Sat, 8 Apr 2000 14:19:38 +0900 (JST) Received: from localhost by srv2.cablecom.ne.jp (8.9.3/3.7W) id OAA10846; Sat, 8 Apr 2000 14:19:36 +0900 (JST) To: asami@FreeBSD.ORG Cc: ports@FreeBSD.ORG, sada@bsdclub.org Subject: Re: netscape 6.00.p1 In-Reply-To: Your message of "Fri, 7 Apr 2000 15:20:50 -0700 (PDT)". <200004072220.PAA93721@silvia.hip.berkeley.edu> From: sada@bsdclub.org (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: <20000408141935B.sada@kb.k-cable.ne.jp> Date: Sat, 08 Apr 2000 14:19:35 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 12 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article <200004072220.PAA93721@silvia.hip.berkeley.edu> asami@FreeBSD.ORG writes: >> Seems like there's a linux version of netscape 6.00 preview release >> out. If someone is working on a port, please let me know, so I can do >> the appropriate repo-copy (or repo-copies). I'll do it from now. Copying ports/www/linux-netscape47-communicator to ports/www/linux-netscape6 would be good. Or it should be "linux-netscape6-communicator" ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 22:20: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 06B2037C409 for ; Fri, 7 Apr 2000 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA35709; Fri, 7 Apr 2000 22:20:01 -0700 (PDT) (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 5499237B931 for ; Fri, 7 Apr 2000 22:16:28 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA35363; Fri, 7 Apr 2000 22:16:28 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Message-Id: <200004080516.WAA35363@freefall.freebsd.org> Date: Fri, 7 Apr 2000 22:16:28 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17854: Update port: net/gtksamba to gnosamba 0.3.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17854 >Category: ports >Synopsis: Update port: net/gtksamba to gnosamba 0.3.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 7 22:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.0-RELEASE i386 >Organization: >Environment: >Description: - Update to version 0.3.3 - Update MASTER_SITES and WWW: line of pkg/DESCR >How-To-Repeat: >Fix: diff -urN /usr/ports/net/gtksamba/Makefile net/gnosamba/Makefile --- /usr/ports/net/gtksamba/Makefile Wed Mar 29 20:05:05 2000 +++ net/gnosamba/Makefile Sat Apr 8 14:15:27 2000 @@ -1,14 +1,14 @@ -# New ports collection makefile for: gtksamba -# Version required: 0.3.1 +# New ports collection makefile for: gnosamba +# Version required: 0.3.3 # Date created: 4 November 1998 # Whom: Andrey Zakhvatov # # $FreeBSD: ports/net/gtksamba/Makefile,v 1.10 2000/03/29 07:16:47 kris Exp $ # -DISTNAME= gtksamba-0.3.2pl1 +DISTNAME= gnosamba-0.3.3 CATEGORIES= net -MASTER_SITES= http://www.open-systems.com/gtksamba/ +MASTER_SITES= http://www.open-systems.com/gnosamba/ MAINTAINER= ports@FreeBSD.org @@ -19,5 +19,8 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" + +post-patch: + @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/src/*.c .include diff -urN /usr/ports/net/gtksamba/files/md5 net/gnosamba/files/md5 --- /usr/ports/net/gtksamba/files/md5 Tue Apr 27 04:36:01 1999 +++ net/gnosamba/files/md5 Sat Apr 8 07:45:26 2000 @@ -1 +1 @@ -MD5 (gtksamba-0.3.2pl1.tar.gz) = bd19a461d455b76764ac143d385d9f23 +MD5 (gnosamba-0.3.3.tar.gz) = 38d9dfc2b0099aaea4bde4d8b064bc9f diff -urN /usr/ports/net/gtksamba/patches/patch-ab net/gnosamba/patches/patch-ab --- /usr/ports/net/gtksamba/patches/patch-ab Mon Jan 18 05:03:33 1999 +++ net/gnosamba/patches/patch-ab Sat Apr 8 14:13:33 2000 @@ -1,11 +1,13 @@ ---- src/prefs.c.orig Mon Jan 18 02:34:19 1999 -+++ src/prefs.c Mon Jan 18 02:34:26 1999 -@@ -2,7 +2,7 @@ +--- src/prefs.c.orig Fri May 21 09:40:40 1999 ++++ src/prefs.c Sat Apr 8 14:06:59 2000 +@@ -9,8 +9,8 @@ #include "gtksamba.h" #include -#define DEF_SMB_CONF "/etc/smb.conf" -+#define DEF_SMB_CONF "/usr/local/etc/smb.conf" - #define DEF_RESTART "/etc/rc.d/init.d/smb restart" +-#define DEF_RESTART "/etc/rc.d/init.d/smb restart" ++#define DEF_SMB_CONF "%%LOCALBASE%%/etc/smb.conf" ++#define DEF_RESTART "" static GtkWidget *pbox=NULL; + static GtkWidget *conf_entry=NULL; diff -urN /usr/ports/net/gtksamba/pkg/DESCR net/gnosamba/pkg/DESCR --- /usr/ports/net/gtksamba/pkg/DESCR Mon May 3 14:25:45 1999 +++ net/gnosamba/pkg/DESCR Sat Apr 8 14:05:58 2000 @@ -1,10 +1,11 @@ -GtkSamba is a GUI tool for the Configuration of the Samba, +GnoSamba is a GUI tool for the Configuration of the Samba, the SMB file server on X11/Unix. It will read, edit and write /usr/local/etc/smb.conf, an alternate configuration -file, or from a network. It uses the GTK toolkit. +file, or from a network. It uses the GTK Toolkit and +Gnome-libs. This is an early development release, not all functionality is implemented. It will let you edit any existing parameter from a text entry, but without any checking. -WWW: http://www.open-systems.com/gtksamba.html +WWW: http://www.open-systems.com/gnosamba.html diff -urN /usr/ports/net/gtksamba/pkg/PLIST net/gnosamba/pkg/PLIST --- /usr/ports/net/gtksamba/pkg/PLIST Mon Jan 18 05:03:34 1999 +++ net/gnosamba/pkg/PLIST Sat Apr 8 11:21:32 2000 @@ -1 +1 @@ -bin/gtksamba +bin/gnosamba >Release-Note: >Audit-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 Apr 7 22:40:25 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pascal.uol.com.br (pascal.uol.com.br [200.230.198.87]) by hub.freebsd.org (Postfix) with ESMTP id 1531937BD38 for ; Fri, 7 Apr 2000 22:40:16 -0700 (PDT) (envelope-from lioux-alias-ppp-FreeBSD-ports=FreeBSD.ORG@uol.com.br) Received: from bsa-1-as01-7-a27.gd.uol.com.br (bsa-1-as01-7-a27.gd.uol.com.br [200.197.118.27]) by pascal.uol.com.br (8.9.1/8.9.1) with ESMTP id CAA02500 for ; Sat, 8 Apr 2000 02:40:04 -0300 (BRT) Received: (qmail 518 invoked by uid 1001); 8 Apr 2000 05:32:30 -0000 From: lioux@uol.com.br Date: Sat, 8 Apr 2000 02:32:30 -0300 To: Kent Stewart Cc: Bush Doctor , FreeBSD-ports@FreeBSD.ORG, "David J. Kanter" , FreeBSD Questions Subject: Re: ports/devel/codecrusader Makefile Fixes Message-ID: <20000408023230.A346@Fedaykin.here> References: <200004041002.DAA09557@freefall.freebsd.org> <38EBBDE2.47FF5BF2@3-cities.com> <20000405223501.B86568@ikhala.tcimet.net> <38EBF298.1B051729@3-cities.com> <20000405235751.A86786@ikhala.tcimet.net> <38EC1472.28B209C7@3-cities.com> <20000406170029.B98981@goku.cl.msu.edu> <38EE5DB0.4C9F3668@3-cities.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <38EE5DB0.4C9F3668@3-cities.com>; from kstewart@3-cities.com on Fri, Apr 07, 2000 at 03:14:08PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Here is what I have had to do to make Code Crusader 1.5.3 build as a > port. Well, can I package your insights and send in a patch till sunday? Is that okay with you? However, I am trying a different approach. I am building separate ports for the latest ACE and JX. Besides, I am considering writing additional ports for each lib written with the jx x11-toolkits, if that can be acomplished. This way I will be able to keep the latest libraries available without touching codecrusader. Furthermore, this will enable other JX and ACE dependent ports to be easily built. This might get done real soon if everybody keeps working this fast. :) -- regards, mferreira To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Fri Apr 7 23:17: 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 2BC9737B684; Fri, 7 Apr 2000 23:17:04 -0700 (PDT) (envelope-from reg@FreeBSD.org) Received: (from reg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA40675; Fri, 7 Apr 2000 23:17:04 -0700 (PDT) (envelope-from reg@FreeBSD.org) Date: Fri, 7 Apr 2000 23:17:04 -0700 (PDT) From: Message-Id: <200004080617.XAA40675@freefall.freebsd.org> To: tkato@prontomail.ne.jp, reg@FreeBSD.org, freebsd-ports@FreeBSD.org, reg@FreeBSD.org Subject: Re: ports/17851: Update port: graphics/netpbm Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update port: graphics/netpbm State-Changed-From-To: open->closed State-Changed-By: reg State-Changed-When: Fri Apr 7 22:59:52 PDT 2000 State-Changed-Why: Thanks! I did a bit of rush job this morning so I could rebuild some other things. I've left the libjpeg dependency because this port uses libjpeg directly. Redundent depends are only an issue for big ports like x11/gnome, and not much any more since changes to bsd.port.mk. I'd consider a redundent depend to be to have libjpeg in this port only because libtiff used it. Responsible-Changed-From-To: freebsd-ports->reg Responsible-Changed-By: reg Responsible-Changed-When: Fri Apr 7 22:59:52 PDT 2000 Responsible-Changed-Why: I broke it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 8 0:29:42 2000 Delivered-To: freebsd-ports@freebsd.org Received: from corinth.bossig.com (mail.dohboys.com [208.26.253.10]) by hub.freebsd.org (Postfix) with ESMTP id 292F337BA30; Sat, 8 Apr 2000 00:29:36 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.174]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Sat, 8 Apr 2000 00:39:55 -0700 Message-ID: <38EEDFCE.58F84D5C@3-cities.com> Date: Sat, 08 Apr 2000 00:29:18 -0700 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: lioux@uol.com.br Cc: Bush Doctor , FreeBSD-ports@FreeBSD.ORG, "David J. Kanter" , FreeBSD Questions Subject: Re: ports/devel/codecrusader Makefile Fixes References: <200004041002.DAA09557@freefall.freebsd.org> <38EBBDE2.47FF5BF2@3-cities.com> <20000405223501.B86568@ikhala.tcimet.net> <38EBF298.1B051729@3-cities.com> <20000405235751.A86786@ikhala.tcimet.net> <38EC1472.28B209C7@3-cities.com> <20000406170029.B98981@goku.cl.msu.edu> <38EE5DB0.4C9F3668@3-cities.com> <20000408023230.A346@Fedaykin.here> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org lioux@uol.com.br wrote: > > > Here is what I have had to do to make Code Crusader 1.5.3 build as a > > port. > > Well, can I package your insights and send in a patch till sunday? Is > that okay with you? It is all right with me but I'm not the maintainer I just was interested in using it. I had been stopped by the Makefile line 172 error until I saw PR 15481 and the patch-ac fix jumped out at me. That lets the port make work on both 3.4 and 4.0. > > However, I am trying a different approach. I am building separate > ports for the latest ACE and JX. Besides, I am considering writing > additional ports for each lib written with the jx x11-toolkits, if > that can be acomplished. I think that ACE needs to be done separately. At least there are advantages in having a separate version. The main advantage being that they are using version 5.0.2 in Code Crusader but the latest version on Schmidt's site is 5.1. The dialog on comp.soft-sys.ace is mostly on 5.1. I don't know about the others. It depends on the packaging from Lindal and New Planet Sotware (NPS). I think it will be difficult to split something out when the tarballs from NPS have everything included. Creating a new package(s) would be conterproductive if someone does a "pkg_version -c" and finds out that codecrusader.2.1.5 is out and then, in a clueless moment, does a make, pkg_delete -f codecrusader-2.1.4, and make install, which removes your work. The libraries and such are all links to the equivalent files in your JX-1.5.3 tree. > > This way I will be able to keep the latest libraries available without > touching codecrusader. Furthermore, this will enable other JX and ACE > dependent ports to be easily built. This might get done real soon if > everybody keeps working this fast. :) I wasn't going to upgrade my main FreeBSD system to 4.x until I had the ability to build codecrusader. I hate figuring out what is required on the current setup and then have to change the mental working dictionary when I use the older system. The first build required an awesome amount of wall clock time. Once that was done, a library could be upgraded with out doing too much to the current setup. The make only builds what is out of date and it looks at each library. Some of their stuff is in CVS and with a little work, you could stay up todate that way. The other thing is to get ctags working. Right now, I want to learn how to take my diff's and create a patch. I have some reading to do. That comes first :). Regards, Kent > > -- > regards, mferreira > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 8 0:50:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from jason.argos.org (a1-3b058.neo.rr.com [24.93.181.58]) by hub.freebsd.org (Postfix) with ESMTP id 44D2837B5A7 for ; Sat, 8 Apr 2000 00:50:18 -0700 (PDT) (envelope-from mike@argos.org) Received: from localhost (mike@localhost) by jason.argos.org (8.9.1/8.9.1) with ESMTP id DAA14649; Sat, 8 Apr 2000 03:50:10 -0400 Date: Sat, 8 Apr 2000 03:50:10 -0400 (EDT) From: Mike Nowlin To: "Chris D. Faulhaber" Cc: ports@FreeBSD.ORG Subject: Re: Portslave for FreeBSD ! 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 > > > Is there any patch or ported package for FreeBSD to get portslave for Linux > > > worked under FreeBSD ? > > > I mean the http://www.linuxrouter.org/portslave for FreeBSD ! > > > > As the name suggests this is a mini Linux distribution, and hence not > > suitable for a FreeBSD port. > > > If you follow the link, you will see: Portslave RADIUS client ppp(8) has some (very) basic support for RADIUS in the stock system... I'm using it with the Cistron RADIUS server with a good deal of success. Unfortunately, it seems that ppp is fairly limited as to what it can do with RADIUS responses -- basic username/passwd checking and setting IP addresses, maybe a couple other things. I have been doing a lot of work on my test system to put in some of the more "useful" things in there - accounting, logging, per-user session config changes, etc. A quick look found /usr/lib/pam_radius.so - seems that any program that supports PAM in the base system should be able to react to RADIUS responses. What portslave features in particular are you looking for? --mike (This really should go to -net(?) if we're gonna go any deeper into this discussion.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 8 5: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 352BE37B8A1 for ; Sat, 8 Apr 2000 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA68785; Sat, 8 Apr 2000 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cam.grad.kiev.ua (KievglavArhit-UTC.ukrtel.net [195.5.25.54]) by hub.freebsd.org (Postfix) with ESMTP id 00A4C37B65D for ; Sat, 8 Apr 2000 05:42:40 -0700 (PDT) (envelope-from rssh@cam.grad.kiev.ua) Received: (from rssh@localhost) by cam.grad.kiev.ua (8.9.1/8.9.1) id PAA09665; Sat, 8 Apr 2000 15:37:27 GMT (envelope-from rssh) Message-Id: <200004081537.PAA09665@cam.grad.kiev.ua> Date: Sat, 8 Apr 2000 15:37:27 GMT From: Ruslan@Shevchenko.Kiev.UA Reply-To: Ruslan@Shevchenko.Kiev.UA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17860: update of devel/doc++ Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17860 >Category: ports >Synopsis: update of devel/doc++ >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 Apr 8 05:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Ruslan Shevchenko >Release: FreeBSD 3.0-CURRENT i386 >Organization: private person >Environment: 3.0 or more >Description: 1. version update 2. base URL change 3. documentation now installed >How-To-Repeat: >Fix: diff -udr doc++.orig/Makefile doc++/Makefile --- doc++.orig/Makefile Sat Mar 18 03:00:29 2000 +++ doc++/Makefile Fri Mar 24 13:17:39 2000 @@ -6,10 +6,10 @@ # $FreeBSD: ports/devel/doc++/Makefile,v 1.6 1999/10/13 07:59:51 flathill Exp $ # -DISTNAME= doc++-3.3.13 +DISTNAME= doc++-3.4.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - http://www.imaginator.com/doc++/ + http://www.linuxsupportline.com/~doc++/ MASTER_SITE_SUBDIR= apps/doctools MAINTAINER= Ruslan@Shevchenko.Kiev.UA @@ -20,5 +20,45 @@ GNU_CONFIGURE= yes USE_GMAKE= yes + + + +ADDITIONAL_DOCS=${WRKSRC}/doc/manual/html/ClassGraph.class \ +${WRKSRC}/doc/manual/html/ClassGraphPanel.class \ +${WRKSRC}/doc/manual/html/ClassLayout.class \ +${WRKSRC}/doc/manual/html/CommonBase.html \ +${WRKSRC}/doc/manual/html/Derived_Class.html \ +${WRKSRC}/doc/manual/html/Example.html \ +${WRKSRC}/doc/manual/html/FileInclusion.html \ +${WRKSRC}/doc/manual/html/FrequentlyAskedQuestions.html \ +${WRKSRC}/doc/manual/html/General.html \ +${WRKSRC}/doc/manual/html/HIER.html \ +${WRKSRC}/doc/manual/html/HIERjava.html \ +${WRKSRC}/doc/manual/html/InstallationInstructions.html \ +${WRKSRC}/doc/manual/html/Intermediate.html \ +${WRKSRC}/doc/manual/html/Introduction.html \ +${WRKSRC}/doc/manual/html/ManualEntries.html \ +${WRKSRC}/doc/manual/html/NavigatorButton.class \ +${WRKSRC}/doc/manual/html/Quickstart.html \ +${WRKSRC}/doc/manual/html/ReferenceManual.html \ +${WRKSRC}/doc/manual/html/Structure.html \ +${WRKSRC}/doc/manual/html/TextFormatting.html \ +${WRKSRC}/doc/manual/html/Usage.html \ +${WRKSRC}/doc/manual/html/down.gif \ +${WRKSRC}/doc/manual/html/function.html \ +${WRKSRC}/doc/manual/html/icon1.gif \ +${WRKSRC}/doc/manual/html/icon2.gif \ +${WRKSRC}/doc/manual/html/index.html \ +${WRKSRC}/doc/manual/html/logo.gif \ +${WRKSRC}/doc/manual/html/supportedHTMLmacros.html \ +${WRKSRC}/doc/manual/html/supportedTeXmacros.html + +post-install: +.if !defined(NOPORTSDOCS) + ${MKDIR} ${PREFIX}/share/doc/doc++ + for i in $(ADDITIONAL_DOCS); do \ + ${INSTALL_MAN} $$i ${PREFIX}/share/doc/doc++ ;\ + done +.endif .include Only in doc++.orig: errs Only in doc++/files: md5 diff -udr doc++.orig/pkg/DESCR doc++/pkg/DESCR --- doc++.orig/pkg/DESCR Sat Mar 18 03:00:29 2000 +++ doc++/pkg/DESCR Sat Apr 8 15:35:04 2000 @@ -2,4 +2,4 @@ javadoc-like documentation in HTML and LaTeX. The homepage contains more information to supplement this short description. -WWW: http://www.imaginator.com/doc++/ +WWW: http://www.liuxsupportline.com/~doc++/ diff -udr doc++.orig/pkg/PLIST doc++/pkg/PLIST --- doc++.orig/pkg/PLIST Sat Mar 18 03:00:29 2000 +++ doc++/pkg/PLIST Wed Mar 22 21:07:32 2000 @@ -1,3 +1,32 @@ 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 >Release-Note: >Audit-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 Apr 8 7: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 A8F5E37BA68 for ; Sat, 8 Apr 2000 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA43717; Sat, 8 Apr 2000 07:50:01 -0700 (PDT) (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 8D22337B71C for ; Sat, 8 Apr 2000 07:46:23 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA43349; Sat, 8 Apr 2000 07:46:23 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Message-Id: <200004081446.HAA43349@freefall.freebsd.org> Date: Sat, 8 Apr 2000 07:46:23 -0700 (PDT) From: jrray@home.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/17863: Running DAP reboots computer Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17863 >Category: ports >Synopsis: Running DAP reboots computer >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Apr 8 07:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: J Robert Ray >Release: 4.0-STABLE >Organization: >Environment: FreeBSD jrray.dhs.org 4.0-STABLE #2: Sat Apr 8 06:40:18 PDT 2000 jrray@jrray.dhs.org:/usr/src/sys/compile/JRRAY i386 >Description: I installed ports/audio/dap, and upon running DAP my computer froze for a few seconds, and then rebooted. No panic or dump. I then rebuilt world, and built a new kernel from the latest 4.0-STABLE and tried again. Same result. >How-To-Repeat: Just run DAP. >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 Apr 8 9:53:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw.cablecom.ne.jp (mailgw.cablecom.ne.jp [202.248.199.37]) by hub.freebsd.org (Postfix) with ESMTP id 507DF37BA6D for ; Sat, 8 Apr 2000 09:52:26 -0700 (PDT) (envelope-from sada@bsdclub.org) Received: from srv2.cablecom.ne.jp by mailgw.cablecom.ne.jp (8.9.3/3.7W) id BAA03524; Sun, 9 Apr 2000 01:52:24 +0900 (JST) Received: from localhost by srv2.cablecom.ne.jp (8.9.3/3.7W) id BAA25176; Sun, 9 Apr 2000 01:52:23 +0900 (JST) To: ports@FreeBSD.ORG Subject: Re: netscape 6.00.p1 In-Reply-To: Your message of "Sat, 08 Apr 2000 14:19:35 +0900". <20000408141935B.sada@kb.k-cable.ne.jp> From: 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: <20000409015232Q.sada@bsdclub.org> Date: Sun, 09 Apr 2000 01:52:32 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 264 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article <20000408141935B.sada@kb.k-cable.ne.jp> sada@bsdclub.org writes: >> I'll do it from now. Sorry I abandon with dependency to rpm, gtk and libjpeg. My port could install them but couldn't deinstall. Below is a port which install only linux-netscape6 itself. COMMENT and DESCR should be rewritten. -- begin 644 linux-netscape6.tar.gz M'XL(`,1B[S@``^R=;6_;.+;'YW4_A78O"MQ]X3S823JSP'V1)NDTBSH-ZG1G M[ZN`DFB9C21J22I.^NDO2?!+$)R^.S\Q_^K/ZM_ZC^#=R;O)Q=GD8C+1EXW' M9Y-?@O-_A3';GU(J(H+@%TEB7]Z_ M!"<#VM#Y^0\O_^GU>?#?J^(?/5^/OV]F[VW;]_0%QH%1\>KVO&S6?_[?;;;?_&4#!X#]/#_SDY.K/]WW#T,=@]G_W\VKLK__/S=Z?C<^'^G)S_]OQ_R^63*/[BKRS^X MXEE6YBPBBHM`EDS][/3_O3_[VO_US>SJRX#W<+1__?-DJ_U/+MY=_&S_/^+S ML&`RT/^I!0UL70B>J9",YP&?VR]752-8TG`D2S$/.1'Q4?!5LCPQ5[SYU);E MP0=!Z?O9M<'F-*)2$O$:L'GPRLM@27(5*!Z4D@96^*862G/#(BT3ELNC8$KR MU]5?`1$TB)E4@H6EHK&^1?H:$%GKM?M*!*/RZ,V;^Y02S164Q-9V$\P$?SXN MI3A.>432XY2%:V_V^-/MUCX+@X55GD#)9J,YS)8\S)J/MZQL7&_\\>S*7QDSL7_TLX/_3_[LZ__O/]W.AO/^'/W_Y.3B].1B MV_]_]S/^_S$?T[F\?:N#_B\/7^\?KZ;7.NPWO=-VO;CBW':?YM_W7!Y)[GG9 MT:G[PC)Z>O4BUA=Z,&<\>J+*![J^THOJE?*9;\J_*I9Z$5<7=C##E!-5"GV) M>E%[KX@6@F?TF,2Q'@5DR/G3<:0'#)JKXYC.29FJXTN67;Y_(.'1-XE&O)0I MEO%Y/M=J^EF/46:0'8*8#P0DX67UZWO]ZQW)Z#4C*4\0&==%1!EYI1VU56HQ MIC4Y:(/^SNAR**.:+)QA.NSE.:R8>M-\[B#DW,5,F?4-4@CNZ'`KUA4K] M/W*P9,YH2B-55WPJ!VA$^XD8(S>_80QK4!#&%(+.1_4%.DJ!H'A5;O)(Q'-? MK0V=Z#'-1U]GFQX^5C$(T-73P7G-[@E':?8G<-)63P`'30G+_V!YS)<(2+O] MPSE[&C\XFD=U-O`4B8TV4FDZ.$>;>N-J#144"- MH'KP`!N0,@D79Z_FI_`)#-"Y%YG))80>E8"J]'0%@`(**J3V(\!RP35!O3H! M+-OGY+I&J/TJW0K?EW'L],8ZU*7BVGLR$V,41D#<_'8*T\U,1^'V]_:)BP*H M<@W6^V7W)*]L2152KMAYK@*^K>H#SN^`EJ`1!%52+ M0+="Y'A##+HUHJIMQ(`[?Z')`]4=/D`ZNZ]JAT@0%61V?\7S7+LRVNW`DG1: M]-A%!98SHZHLT!"6Y)]S)(7F\>V4R)N,L!10*=MZB`%5Q:KZ4,#]FW+`[1^, MGZO+`G#K,"7YT]%"9;UO:O]^45.:EX#[-M6`%,]UL'+Y03!=<*>/)X#[;P'0 M)HS1B%-L*D[Q)N"SE8(G!E_L.]F?@AE1\T`&)*Q1(M/'D]`%:.I1MT<4AV::O#-3U$I/\6E'.H' M-=7@FX]1*1_C4CY&I7R,33FL_VFJP3>?H+)]@LAV013C.;B[V28`C%!2K=87 M]K^_%DL=P?/Y'"&&S(\:;>Z38^V'BD7A?&BS1U,'Z",1SQ'RWM+V]"1*[?LD MK0M234SV5=].`1)P@M<3?*!RVDP/]E7N3O#U)^R=W>N/V3.UUQ^R,R77&]&: M3^NM;LZ&]17K+X[JAUN,]NL;H@517SC/>M_3"+\6^I9?6+)0'P3):']&8SZL MKW9K+@LE/T7*T??'6S#!`<8X.>KN8USJQSCCJ]D%)`!M`2H#)[@$3+`5>(*M MP%7LB@#4?F!?0C-FA&O[)[T9L4&UD#)KQDM0+>:^D&K2##8`VE:OB'R2 M-R_*;%O2_KJ'O+W@2?O=KF5&VQKK5,VJX`(HS'OI/C`AU6T>\4R[8;?37EKM MZ?9-W^I.5]I]``E[FGAW>3M]3'G"?1;]M)2?2Y5PB*4K84]+=QWJOGG;X5#W MQ^QQJ/M#=ASJWHBF2]Q73.(XM/%4WV+7PL2&?0"A67;66Q>R2UUBSQ0B7)+^ M"0S9[Z9VUOL_P/(C!PK[;<4:G%:4\1]ZU\7YAVC+CO&'7?4W!>3:`VMWS?OOI"L+Q_I2^6 M[/MC849LV?N.@AL';][?4Y/DF8*:J(3TTT8$:&_2KE7KJU+A>F(8)/T=Y,JH MYB8B@/H]:.!4X16D$%5X#1N25/CA\CU`]1'2L:M0!TL`$6P\4/72R/ZZ/XCH M[X`L/41F.T9&Q)/<78V9C0J/-:0>`,=SP,,$P0N),L$"X":L?H';L";@C;B^ M]C:C-6.RS@?'7$F7O/[:\VF&@]+#BK8GOJI/CA&L2UY_/9KS-*9B%*5<4NU',46=XY>#X1S=._1,__O,!7-WUQV`C.0DH2.L'=5.,I(.4D;; M,)\R,O[*=Y:F9'>1^.H75S/V0/B=!-`#!#>)9[KH8E?OU@U8:'6J,QH,,*)O M/XEM/,`O]6V M'8/E!K,S^51U5XZ>N$//,MT,Y7&8EO11>(0-AS%S$M$1R1/AC)<\.-$@E+C, M=S!W-OP/5!1*01U3U-YD'28G9$4!WI1 MFO"M2``$7JJB5*/Z3V!76D-27CJG^PX3M(\;ZK;M8,1,:,]'C\<[P]+Z%\?( MY$-P>)P;1&MPV^@=H]I&WW[*L=8[,L$7-U6QVJ>I355U#_`', MQX?IIR$X?YO=#(")GTD>T=@B"F"X=;L$9`S=!%^80JAPT`;H)42!-6`*@)4W,^=P(NB)4<>GMS`EQ\F4<+ M9&>YPX$:=(]MG??HQCDK:)I>+6CD.G/0AP`UPK8M5$8T"%`CS-=7?A-S7HQK MCRDG!\A^"W:ZS->W.5.FDCC/]_"BW*>$Y3B4&=L%BYW^]$'(3+VF5#J7$'0P M'NB+JCAF8]9"UUY@G:F^1HG]YJ2]$#`S9#CZP%+Z!XL3JLS_?:RFEF$6:=KZ ML8#?8T@/$-@4\TJ&47-;#0KD\UC6"P',D7IC6UWI'*=?^4%@EI@I`LE+$0$' M\H;>SX!6,+L5,CDBVOV$=I@!0FSY`-7C61BJZNO384#KH`$+6CO^:)!UGV=5 M@2,IE1,.AJR<:&R25IXPEG,_4!;?U\]<&V$KF-5PY\",M3<&3UC=0\&5?HLF MN@&(WJ'=R_IL1793(`33T?9J=ZU9OSKVGQ+GOIW]:O-=?=@R0%^G&J"LYY^U MW8^1J<;:EW%,9!^@D)0ESN=,A_1VA!BQ?!3S",]9+CP6BS@Q"$#(4^?"D$/R M,C5OM4(0(NU)H$HT,B,M0A_3:&1>?S62[#NF*&+VC%";!?P(^4)+*+HV60I& M;]X0,%+4_:CI`,3^@TZ*_0>E3T:VK]!ABU+FAP!*)P?3M7\KI6)SYP/@`P1D/=&*)W0# M2CT6"1R0YW0Y]UA!<8A09J%9$0'\H@L>6ET/Z,DR97"`(V*[&[(1!%H1!9!PSTLJ"8/Q'::(QA%Z92`S=N"T% MH2]U)RM\G(4DY2%)=V:,+EGVN_W%S&H>!+2<5[/6RR/'$^;.F@1`LB)%775-EU)=)O%KPG M#&7:$!8A#;$+*;S>4^9#`!HA3*N6T)H6M^9908F(^ZP(Z6+P99YR$M\+GMA3 M"6"6;%-@QE3=)+(!F?`O1E2-AAYH@`[D(R:BE/H<)](!25I].B@AR0##@MF; MCNB+%SJXHJMWI\$0+"]*A:P2W\@S091%NL"([N%L%UJ^(TS$IF?JZH, MAO!JR3ZPD]/7C8L%SS$MH4B)FG.1O1]D>%W1>JVF<[!NANBV5K`AG+D5ZW:` MMK-BF94!EX(2)$Y(3'64E(AH@>B0I'WA(<9S:!&`1B@AG"MK.[3FI+$0ZV3; MX\I08TN+`#1BF`JE!*7W9EH"F*%E_I1K[V6UH&@(!BPA2[O,9*:(HE.O+8>= M''.,1[U494:!2:HH`QB"JF9M1+]\SD/67;+^9M=^&.QXL=C'40 M#)!O1^(`1#,,!\BK,!HB+`K=.]KNP.\A]3Y(*'3E1^B[HF9`>K;"70BA&:D" M]'&?]3Q[`=NQW1`,>.$TPC.`(0FV::X#(H!VO^^)`*$[FH8_!5!O^2)``J9Y M;0V\>`*\7K8'3"RG7YZTYI5W!B#'.I$.QKK[!\BW!R``0A.$&K'(_1;GO>J< M94K_['R#]$'QHWF+N7MR?Q\C+)7B^?C749A4VUC1E)A)\Z3!^;S%Q;$+"Y`0 MN'PR'B)'*@H^1RH.,D`:")42',\BM@$ZN^@]RW M^FX3]GG-++4)@KS6BTE\GN\[$%[/4CL9BA<(`"N*5UT!!?NN!R"2CLC<8P67 M'RJDMV@=1Z4%T M1'1;6Z)ZK`8&W&%M&&"U73:*3TB%P27$,F!JNU<2W/5ENA)#*]-*"ZW(:SVL M,IHU>/I2\FS>Y`35@X3VEF:X#6G"'>S>@D^7'.UH&(8OW`' M!6Y(7BN9]@NK2#ZC>FP8A:4$Y/74(8E?7P^.S%<946G`_TX1D M+&<9^P[K\QH@J%PBYH\5YZD-%1#1QHH1"U[@_+MM$H8!CU]6A(%F)/;@T!F$ MFZ%H/SMQU)I%=4;PGC6+]ON1TJ&)8]6"%\*Q:L'!P%G@>_/V(\Y:ZWCVM-*V M2F"E=>6]RKPG@'51\E*U3?RH]1^X\'V9L9GPH>8$YMUM#U'$RUSYK7/QQCAR MWM^]+P5LS`>6ZMB^6MP(MJ4%09IBCI;P6KK7`P0V:69]:J0Y+0C2E,^% MF4EQ+J/KQI"JVGSU.(;]`(1E'V/Q=T:7?@N_^I#@*=->9ZY`L+P0\%99ANCSU6F!-66,PYL0\1]EA M]1@#ZMJ%Z+0;#(PA>CQDKI.2/0`8$W*ZE.CN8#GBZ,%KB>[7ENA^K7X93I*6 M\`H:E5()&E%6.(.B;LAJ)>F"DMC]DA]_#MB@.:-I/"7%S4O!A2M@],:@S;G- M!C&GQL#-L2^Z,F_FAC.8M0'I:;<@2%,\]\IZ8^#FR`+GK9MI3[OTM3H$%`%: M_0)/S/J7.(>[M1E#.!693#Y4]969H]&P`4P'#IY!,JD#HOJEJPBO[.TX29/&,*GVL)@4F9RZ*YZ2L"<+X'H)FFOI*I4 MYI!59)^XCP5.HGD_F9E.?I(%<9]>Z^"8?LGX7^"DM2DX8VJ?!8M9LEQ2I5B. MR&1!3<@S7*')!1$4Y=2M3N+<#`"./7-]4/!TE:&,!`O1&:06YMU[./^EVM@) MRF7?C8@;97L?87M:VC&A?QA2SR;#&*U98`RB,7,+P[1F7#&(U70KC+$[N0GD M-&8VP81Z4A*L;T\D@C%V%A&L;DPA(AD[$VU`WF:*"@-83RR!(796"*RF=FD$ M6&X.P\'EP7H^"4RHYH+`V\,[*8W9`*@A!H$WQ?Z!QVR<)EAR-GJ<&2;^1A.JBHKD[(^^@;FS M$^3"./LB+C`)66.V`C:8&>TX"\%8!UD(1B/"@E.0N;H3Q/B\XL"7!>5L14,P MBIDDO!VHTZO"*L0P\!R98*2O#>T][NW@R+%BJ0-2M6;76K4.,8ECFPR@VJP% M]MI"=`"@72NX^4;_PISKZKOE6WTJK`CJA]$P([SV$'9H8PY-^I8K!4OW/"5) MQ)VKE@^H$QK[K'ON(MBJ/XH%F9OWAE/GHE8?CIV0&I8V``B',.=LQP.DR7)P MB`61^!)GN=U#ZCY!W0>#SY:*,U3%:=`&`.$0IJCJT!'%T44U0,Z@"]RXB(G@ M93$@"H?!9PHOU3"UN`+A&/JG(7IBBQFJ/6U@>`Z68"<(AT@2ODD.EKWXG%4T M,^>)#6'-&C54\MK`85A(BB!R,43*+&>P?-K0!@"A$/99&="CY6()CX?FPF-C M58G-V3)0J8F'K8^PX!+:-QJYG5_P>,77`<0<$P;;)%0S?K!Z MLYD?`>H]#B7JDNY,#,),T`X-O`(:;PA1!W+Z`I6:GFN$K@`HW\=,),'#8*-& M1$2"%JES,_8A+7&_P:A#7KLSINQ'NBN`3F(T,#B"H!G7`S7>E`J$8D#%#&Y[ MYO$RK2[M:GH6V'Y-7^LO^"T!6M]0BKW5!\'X/M1775%!RT5;(H5/TEY+GA M7MY.-4%9MUU'\+!U!>F+VGX\*/J$A_LA_9Z.[67L9'??`:=%^V?9Q[W;BS"O M'D42J/L=X0Z">?NHJ2XXBL?!5NNSA79ZHSOR/*-1*9AZ]1P"&@#?B^AIO!KK<5YAKAN^F@8VR M-8)U-F''8-:!VS08K-[/<^C"K*HYS(I6Q8(A&K7"&]`:*_;T]HZ!N`-DWZWA MC)8[Q"%Q3Y)T205_XEV.Z-2/G5>.H6E+QM'MRG5*%/"YDYACW5N_`^O@P_>1[E)P)SG9N>&\6 M_7IM-]XKG^N_9[J;U_?W],7V8FS<>#L=D:+0Q69V4CUZGAQR"/=H#XO%`,(R MCE]3YC['\"!%?Y_3R,U_H0<;_M7>EO8T;231?K5]!)#-?%K!D M>SR>8+(.XK$]6>_Z6LN39($%!(IJ2[1X+0\?2>:_;Q^D*%+L[M=-8X$%3,"P M3;Y7W:P^6-5'M1]EN1OEU9QG'U%1G/MW/F9M*@6]1$G3;NK!]7K(0".!*22L MZFXO&4&I4NWXFER*YWH+G>&L8]LG+LY\M$^^Y-MG(`YB;6@<+;U'\F4\9OL, ME`)Z9"%>`B'2Y`)F9%IH1XL5]'+'G;T$,O.1`6NY`/9=LJ\#@FV=N)]Z]N3` MC>8%,KXN%Q'&]#OQN"#4K050O_M)'\%0S^^5 M@>?MT(T*MT=A),64VC$+>P&E/6VKAI)NGWSHIOF$^M"/6:^.@7=@FRO+$9+$:6Y:,&*YP(4_3Y%5'+`8V^RDA/9]U^(I=**.B23+3,T(6W!< MBK+,3E.&949"KEYR%`0]!47DL92P.]FU?*.FC!?(R-X+9&3/-B/E?>Q,*9V0 MJA6`,<>-Q?5[QS&MBEZ/MKXA!LQ."#5OVCM;UXI=:UEU2"AO]N&"$<)4(MCQ]M2C3_6;K%,R9PL%25?L M[_*)IJ]%)&BZV5I$HSK4?$T]J/FMU4P57Z/*E+!`#;..%^#WMUG@.-W,'B9# MJP@AI*6&=0E:50@)[65=[":JAM8FU9R$^O-?Q0!$A^W(?P\7>6C!OO.U1W.H MF!IE*ZBT!Z-_:JT5B02?!;F+M"LR=.Q^B5>OT"L/_?0@;D.M!Y'0)Q-]DK=- MF$5'`:MO*_!QI#7F9+RJP"SHJWK7@]LC^491]^5C9I9<#)B!5I#%6OV:CK:+ MSC[9=L2JW'IP>^2[5)B6*382M)4M[J+E)>+3;HZ7%%D>LX/CL:X&E*)K]3HQ M?;-AFP$1IX>_@W9*7B8C20FSG"Q?H6);OD`9V:/?&Y3WL:WQH!#P?3:BZ:_7 M*EW'HI1AQ:Y*PX9;180&8DJK^63N9WGZW%<0N-&\$M'HJ-HEH>NQE#*LV&S& MA$\.LS#H6H-:*<&>723]4M?'P.SD5K701F]5+9K&.=5^ZL\7^;8'N"0J67F< MO(B@/B\$[JK+_9!,XW"ZT3V1I\1/R2T+IZ7IFJ0B'MU4.PBZ(C=#JI=W=6U1 M3,QN)'S,5V?\@@PP(!(TKR`1,?;G41SUR41#@ETF?N6WR[.JK#+1D-`G$]?0 M9Q\2@66C4:,:!8K5*CD?LRB[Q#2*U"(;#;Y]-AJ%:I&-!K]O-JI2M92)'C^C=J!'^Y5G"!Q[L!YF<8C`2&E[ MZ)'SNR<$MJ#5&WP=OSPR'D!&.?32]R[T*O=9D4+RJ(T?%U`.Z>.R[F(2R`/6^A];1U$VHB;'(0["D:WSBHG:7X/#A)`P_`_58+_<" MX6)1%`3.7!:Z&\2*&7$0ZQ4I*<`ZE1F9@)E/OU;H^^&F##L=W`V9M0WCX3XR MGX;@=YM]EM+)/`?-'A9B<^GGD[(Y@*2G<`Y6IOPISQX\#%O@NBN\!R^"H=1` M@;'WH"%`H:@50Z&T1?EX?G.P!^#0/1`;^_I!V^CHBM:J6+*CYZ+?;\J^A*YG"[2"% M;L;Z0C_R84KUAS$!4!]WV(`2$JX4`!3.$0)<,_01^,K,1\"@T"JJ'(K$ITD% M?K60&B"0Z2<6P(4ZQ1X[7M2,DI&\@#K>1W[>$X)D[DD(FTP"7=_`.3,#K!_C M6''*'RQ<>&(0N/*L9.!RC48V\K-DY-+O@&P)_`K(8WRXOC2$>0L8!-N1U.#9 MP&)`OJM]#LL5<`PK6@TLFBA74C:QM!O-5?$=F^C*?86SLO)W(33MT9XP9%V' M]'"Q2;B>SF>#M1A'LP%C08)D*OJ/SN=\0Q-S8MD?NP>TNG=O`6W@WN]PW$_D MB7A.N*2FMO/V9-1%2X)B3K7@[/U(<_XPBHH@ M=/"E?CS#*:@N;?.>5S:MP7TO%X>N]W^B-[S!IT$+C; M4S]2/A=?@DY(]9?RX="[ZV93=Y(M=1OM[,_\>3:7;YE9`0\2+WU.Y&>O5,"I M2[_V::J7Z+EI+L!Z:.C=NP\N.Y@YR=W$E_?3*X98&)M)]]97P'D09YE+G30= MD/7H6E!`G>Z(&G7:_"F/>:]`S,+5@[(P)UFN3Y+ZY(1V&RR@&U%\Z1B<=Q_3 M=/EN5U:!5R@O>D!0<0"@[L(<0"7I.RTF)1D@B=H46A3M)G7)L:Y2B:$_TF?4 M4DGS;16B\-FO">TJ=*NBU]"TP`W0[+Q``WCAZ\`IF9\^L65SLJ>\>Y4\S$8G MM&_UHWGATP_V;.PM2.@.\VEW?67XSSX)$)R`',>1Y^9*X)>;SG=$^I(RC^GFW#%M[<-+J)EI-I2S/#4":2M._>]0)UG MAF,37[0-9J.CJ_.Q^DPX!25+NX=@-RC'<9@48Y(^D.%]TFT*JCAP.F?'_\3? M@X%AR7^/I_(-V=UH6/9%D?G>Y(@67::N$7(6G-9E^$V,]>WY9%5-Z#RV*<;T'@!#OV`0[_70N_B8$8[=H\Z M?D3]L5M#LR.'M5@V,9<2G@]M+MA\B^K`^@KWE/BS`*DR8K:3[8X+XC3QVY?,9W^: M)2,X!NDL_!EA"S/9P*^RJ782D!3$;V[%L3V=T5QM5G;2E.%6I*R`W*F[RDX6 M#TEB3E/$9%GGY.X4TMIJ/FN[7%\`UU,5-\T&5L^X=%D-0X-4&F_IJRVCJN4T`%7JK\#+RV" M(MHNAUV'V:(3(MJP:EHG2_@J4MEL#KZZ`5W2@*UC@!:G:>BH,J_"-,I:!^SJ)4".#K9N/0)8'837;0UF M?:!"AW7]4`-1/18C@#H$-84U$.5C,7&I@O`I416@/5<+8HFR.-;7'2`X%:9C M61$(7U]7A5&4*%44#&.B$6$]7H<%T8C2"I)BPS7A`-B."#9F+!QMJ.@&"\>; MJ[A)A`D`L#,BFSG/A&'^^FVJ`06`=L75,Z09P`WUW*09$,RUW&+B#`39%;37 MG&?`@*`;,8C-6#C:^+776#C>HLP;1)@``+M.`#"D&<`-]=ND&1#,-=QBX@P( MV758A3'1B&"LZ2;1B&*C[1;7A`-@NTY*,:09P`UUW:09$,SUW&+B#`C9.F;0 MA(-BC56[XJ!H&Z76-!`.P.@-6K>7[?R,>#@0>[XY$V<@R.J(7].:TB0:$0SK M3)MH1+'0=IMKP@&P[&Q4P@+LE'M^317?R;?A&1:#A&_#-"\4F0@+J@G%NFR, M"\6Z-"R*H8_^;10/8$4\1E,E-%@P'@"6>RA-BW^=9@`W?.LFS8!@7NPM)LX` MD/,@GKK&HW]K+!QMJ.`&"\>;J[=)A`D`4.RX:ITLI)USD)/-6#C:L&0:+!QO M7C)-(DP`@+,J;JFI?IM$(X*AEMM$(XJYKC>X)AP`ZRW;W^3Z]V25^X2\*&>E\RC=V=G8/]?><;Q]G] M\'Z'_:97]9O>/-C_X#@?=CZ\.]A_=["W2^_L[^R\_\;9>4A3?/XZ/;TYZN;L]/QX=;CXZ/#T8.+H_'MZ# MG9TDW1T^?7]0;9T2^MD;[@UIG1K.?Q_0?)Q=WM*?TYO#+:[DQDL/;KY<3DY. MKT\O3ZADOI3)S46JW)@-6(31CV_^8*\\/CF[^3HB81&P(=],H'A79[_:_+YZF9R='/\-WK/?_?]P>#Z MG+[89/SET^'6^/;HYO;+]>3XXN3PS1]K_WT=C&]OSJX/!U_&IY/?J$`A[]>; M?XQOC@^WWOQ!_^)Y2UQO2;V;P>#LDM+/SR?T+GM^?7/Z^>RWKZ.N#\=ZJEOU M[4$29WD9$J!(R<KU> 6K]?K]7J]7J_7ZV6N_P+CTVEX`+@!`%#, ` end To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 8 10:13:54 2000 Delivered-To: freebsd-ports@freebsd.org Received: from mailgw.cablecom.ne.jp (mailgw.cablecom.ne.jp [202.248.199.37]) by hub.freebsd.org (Postfix) with ESMTP id 4BBD337B624 for ; Sat, 8 Apr 2000 10:13:51 -0700 (PDT) (envelope-from sada@bsdclub.org) Received: from srv2.cablecom.ne.jp by mailgw.cablecom.ne.jp (8.9.3/3.7W) id CAA04650; Sun, 9 Apr 2000 02:13:50 +0900 (JST) Received: from localhost by srv2.cablecom.ne.jp (8.9.3/3.7W) id CAA28824; Sun, 9 Apr 2000 02:13:49 +0900 (JST) To: ports@FreeBSD.ORG Subject: Re: netscape 6.00.p1 In-Reply-To: Your message of "Sun, 09 Apr 2000 01:52:32 +0900". <20000409015232Q.sada@bsdclub.org> From: 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: <20000409021358Z.sada@bsdclub.org> Date: Sun, 09 Apr 2000 02:13:58 +0900 X-Dispatcher: imput version 20000228(IM140) Lines: 59 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article <20000409015232Q.sada@bsdclub.org> sada@bsdclub.org writes: >> Sorry I abandon with dependency to rpm, gtk and libjpeg. >> My port could install them but couldn't deinstall. >> >> Below is a port which install only linux-netscape6 itself. An easy way to test it is patching to emulator/linux_base. -- Index: Makefile =================================================================== RCS file: /ncvs/ports/emulators/linux_base/Makefile,v retrieving revision 1.40 diff -u -w -B -b -r1.40 Makefile --- Makefile 2000/02/28 08:33:29 1.40 +++ Makefile 2000/04/08 16:34:39 @@ -30,6 +30,7 @@ PLIST= ${PKGDIR}/PLIST.${MACHINE_ARCH} RPM_MIRRORS= \ + ftp://ftp.freesoftware.com/pub/linux/redhat/__DIR__/ \ ftp://ftp.cdrom.com/pub/linux/redhat/__DIR__/ \ ftp://ftp.redhat.com/redhat/__DIR__/ \ ftp://ftp.infomagic.com/pub/mirrors/linux/RedHat/__DIR__/ \ @@ -47,7 +48,7 @@ .if (${MACHINE_ARCH} == "i386") LIBC5_COMPAT= ld.so-1.9.5-11.i386.rpm libc-5.3.12-31.i386.rpm RPM_BINUTILS= binutils-2.9.1.0.23-6.i386.rpm -RPM_GLIB= glib-1.2.5-1.i386.rpm +RPM_GLIB= glib-1.2.6-2.i386.rpm RPM_GLIBC= glibc-2.1.2-11.i386.rpm RPM_LDCONFIG= ldconfig-1.9.5-15.i386.rpm RPM_RPM= rpm-3.0.3-2.i386.rpm @@ -88,7 +89,9 @@ libstdc++-2.9.0-24.${MACHINE_ARCH}.rpm \ sh-utils-2.0-1.${MACHINE_ARCH}.rpm \ readline-2.2.1-5.${MACHINE_ARCH}.rpm \ - redhat-release-6.1-1.noarch.rpm + redhat-release-6.1-1.noarch.rpm \ + gtk+-1.2.5-2.i386.rpm \ + libjpeg-6b-9.i386.rpm RPM_SET3= setserial-2.15-2.${MACHINE_ARCH}.rpm \ slang-1.2.2-4.${MACHINE_ARCH}.rpm \ stat-1.5-11.${MACHINE_ARCH}.rpm \ Index: files/md5 =================================================================== RCS file: /ncvs/ports/emulators/linux_base/files/md5,v retrieving revision 1.15 diff -u -w -B -b -r1.15 md5 --- files/md5 2000/01/05 23:25:41 1.15 +++ files/md5 2000/04/08 16:34:08 @@ -53,3 +53,5 @@ MD5 (rpm/xpm-3.4k-1.i386.rpm) = 693c16f82d9529fe8f9a0f286e4a00aa MD5 (rpm/zlib-1.1.3-5.alpha.rpm) = e0aa650d7221468cdb3e6aa8cbf784b6 MD5 (rpm/zlib-1.1.3-5.i386.rpm) = 6d79b550fe69d03f7438c7557a07fe92 +MD5 (rpm/gtk+-1.2.5-2.i386.rpm) = de064ec539a1bd6f2482e3c2fecde392 +MD5 (rpm/libjpeg-6b-9.i386.rpm) = 453feddfadcdb1b96c2a3bb843e3ec80 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 8 11:57:38 2000 Delivered-To: freebsd-ports@freebsd.org Received: from pi.elocom.ch (pi.elocom.ch [212.101.5.253]) by hub.freebsd.org (Postfix) with ESMTP id 88BBD37B91A for ; Sat, 8 Apr 2000 11:57:31 -0700 (PDT) (envelope-from pi@elocom.ch) Received: from localhost (pi@localhost) by pi.elocom.ch (8.9.3/8.9.3) with ESMTP id UAA81261 for ; Sat, 8 Apr 2000 20:57:36 +0200 (CEST) (envelope-from pi@elocom.ch) X-Authentication-Warning: pi.elocom.ch: pi owned process doing -bs Date: Sat, 8 Apr 2000 20:57:36 +0200 (CEST) From: Reto Trachsel To: ports@freebsd.org Subject: ethereal 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 Freinds Please Add the Following file to the FTP Server: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ethereal-0.8.6.tar.gz on the server is only the 0.8.4 Distribution from ethereal. Regards Reto Trachsel v/o Pi InAlp Networks Inc. /"\ ASCII-Ribon Campaign \ / """""""""""""""""""" x No HTML or WORD in Mails / \ HTML is for WEB, Word is for Micro$oft. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 8 12:16:45 2000 Delivered-To: freebsd-ports@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 38DDF37B5CD; Sat, 8 Apr 2000 12:16:42 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.114]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Sat, 8 Apr 2000 12:27:06 -0700 Message-ID: <38EF8589.7A332E60@3-cities.com> Date: Sat, 08 Apr 2000 12:16:25 -0700 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: lioux@uol.com.br, Bush Doctor , FreeBSD-ports@FreeBSD.ORG, "David J. Kanter" , FreeBSD Questions , davec@unforgettable.com Subject: Re: ports/devel/codecrusader Makefile Fixes References: <200004041002.DAA09557@freefall.freebsd.org> <38EBBDE2.47FF5BF2@3-cities.com> <20000405223501.B86568@ikhala.tcimet.net> <38EBF298.1B051729@3-cities.com> <20000405235751.A86786@ikhala.tcimet.net> <38EC1472.28B209C7@3-cities.com> <20000406170029.B98981@goku.cl.msu.edu> <38EE5DB0.4C9F3668@3-cities.com> <20000408023230.A346@Fedaykin.here> <38EEDFCE.58F84D5C@3-cities.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org My line number for the extra space in the ports/devel/codecrusader/patches patch-ac line number was wrong. Mr. Kanter tried to find it and noticed that line 87-88 were similar to what I was talking about. It turns out that in the lines 87-88 - @mkdir ${JCC} ${JCC}/ctags + @mkdir ${JCC} that there is no space after the - in the first line but there is a space after the + in the second line. If you edit patch-ac with vi and space over the minus, you jump to the "@". That doesn't happen on the line with the "+". I removed the space after the + and could do a port build of codecrusader on my Freebsd 3.4 system. I had previously checked that bison was installed on both systems. The define changes are required before ACE 5.0.2 will compile on 4.0. Note: A cut and paste into the email fills with spaces. Kent -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 8 12:21:22 2000 Delivered-To: freebsd-ports@freebsd.org Received: from goku.cl.msu.edu (goku.cl.msu.edu [35.8.3.20]) by hub.freebsd.org (Postfix) with ESMTP id 2F2DB37B5AA; Sat, 8 Apr 2000 12:21:14 -0700 (PDT) (envelope-from dervish@goku.cl.msu.edu) Received: (from dervish@localhost) by goku.cl.msu.edu (8.9.3/8.9.3) id PAA65615; Sat, 8 Apr 2000 15:21:07 -0400 (EDT) (envelope-from dervish) Date: Sat, 8 Apr 2000 15:21:07 -0400 From: Bush Doctor To: Kent Stewart Cc: FreeBSD-ports@FreeBSD.ORG, "David J. Kanter" , FreeBSD Questions Subject: Re: ports/devel/codecrusader Makefile Fixes Message-ID: <20000408152107.A65431@goku.cl.msu.edu> References: <200004041002.DAA09557@freefall.freebsd.org> <38EBBDE2.47FF5BF2@3-cities.com> <20000405223501.B86568@ikhala.tcimet.net> <38EBF298.1B051729@3-cities.com> <20000405235751.A86786@ikhala.tcimet.net> <38EC1472.28B209C7@3-cities.com> <20000406170029.B98981@goku.cl.msu.edu> <38EE5DB0.4C9F3668@3-cities.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <38EE5DB0.4C9F3668@3-cities.com>; from kstewart@3-cities.com on Fri, Apr 07, 2000 at 03:14:08PM -0700 X-Operating-System: FreeBSD 5.0-CURRENT i386 WWW-Home-Page: http://bantu.cl.msu.edu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Out of da blue Kent Stewart aka (kstewart@3-cities.com) said: > > > Bush Doctor wrote: > > > > Out of da blue Kent Stewart aka (kstewart@3-cities.com) said: > > > I think there was some source missing. I added code_medic, > > > code_crusader, JSearch, JToolBar, and JTree and did a "gmake > > > freebsd3.x" from the JX-1.5.3 directory and it is making jcc. The > > > ports Makefile doesn't add two of these. > > That's one thing I noticed last night. I was missing JSearch, however > > I left off the "freebsd3.x" target. I'm going to look at it again > > tonight. > > Here is what I have had to do to make Code Crusader 1.5.3 build as a > port. > > Modify line 97 in patch-ac to get rid of the line 172 error. There was > a blank right after the + that was causing the line 172 separator > error > > + @mkdir ${JCC} I wasn't getting this error on my 5.0-current system, so I did not need to make this change. > > I haven't figured out how to setup a patch style of diff but this is diff -ruN, but you may have found this out by now ... ;-) > my first diff that I applied to > ACE/ACE_wrappers/config-freebsd-pthread.h > 47d46 > < #define ACE_LACKS_SIGSET > 87a87,95 > > #if (__FreeBSD_version < 400000) > > #define ACE_LACKS_SIGSET > > #endif /* __FreeBSD_version >= 400000 */ > > > > #if (__FreeBSD_version >= 400000) > > #define ACE_HAS_UCONTEXT_T > > #define ACE_HAS_SOCKLEN_T > > #endif /* __FreeBSD_version >= 400000 */ Good catch here ... > > > > The second diff is > ACE/ACE_wrappers/ace/Log_Msg.cpp > 673c673 > < #if ! (defined(__BORLANDC__) && __BORLANDC__ >= 0x0530) > --- > > #if defined(ACE_LACKS_SYS_NERR) > 675c675 > < #endif /* ! (defined(__BORLANDC__) && __BORLANDC__ >= 0x0530) */ > --- > > #endif /* defined(ACE_LACKS_SYS_NERR) */ Nice follow up ;-) I building the codecrusader port on my box at home as I write this. It's gotten further than before, so I'm rather optimistic ... > > I also haven't figured out how to check for bison. Code Crusader is > dependant on bison being installed. I think we need this in the Makefile: USE_BISON= yes > > These changes produced a jcc on my FreeBSD 4.0-Stable using the > port/codecrusader/Makefile. > > I tried building a simple hellow_world from the tutorial. I had errors > but it created the source file, project, and it appeared to try and > compile it. I'll see what happens after my build ... Good work!!! > > Kent > > -- > Kent Stewart > Richland, WA > > mailto:kstewart@3-cities.com > http://www.3-cities.com/~kstewart/index.html > FreeBSD News http://daily.daemonnews.org/ > > SETI(Search for Extraterrestrial Intelligence) @ HOME > http://setiathome.ssl.berkeley.edu/ > #;^) -- f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng. bush doctor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 8 13: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 D544837B6BF for ; Sat, 8 Apr 2000 13:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA68311; Sat, 8 Apr 2000 13:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 8 Apr 2000 13:10:04 -0700 (PDT) Message-Id: <200004082010.NAA68311@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Yoichi ASAI Subject: Re: ports/17834: Update: japanese/timidity++-tcltk Reply-To: Yoichi ASAI Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/17834; it has been noted by GNATS. From: Yoichi ASAI To: freebsd-gnats-submit@FreeBSD.org Cc: yatt@msc.biglobe.ne.jp Subject: Re: ports/17834: Update: japanese/timidity++-tcltk Date: Sat, 08 Apr 2000 17:26:03 +0900 Sorry, I repeated this PR by mistake. Please ignore it. --- Yoichi ASAI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 8 13:30:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from goku.cl.msu.edu (goku.cl.msu.edu [35.8.3.20]) by hub.freebsd.org (Postfix) with ESMTP id 4F76137BC07; Sat, 8 Apr 2000 13:30:38 -0700 (PDT) (envelope-from dervish@goku.cl.msu.edu) Received: (from dervish@localhost) by goku.cl.msu.edu (8.9.3/8.9.3) id QAA68350; Sat, 8 Apr 2000 16:30:22 -0400 (EDT) (envelope-from dervish) Date: Sat, 8 Apr 2000 16:30:22 -0400 From: Bush Doctor To: lioux@uol.com.br Cc: Kent Stewart , FreeBSD-ports@FreeBSD.ORG, "David J. Kanter" , FreeBSD Questions Subject: Re: ports/devel/codecrusader Makefile Fixes Message-ID: <20000408163022.A68329@goku.cl.msu.edu> References: <200004041002.DAA09557@freefall.freebsd.org> <38EBBDE2.47FF5BF2@3-cities.com> <20000405223501.B86568@ikhala.tcimet.net> <38EBF298.1B051729@3-cities.com> <20000405235751.A86786@ikhala.tcimet.net> <38EC1472.28B209C7@3-cities.com> <20000406170029.B98981@goku.cl.msu.edu> <38EE5DB0.4C9F3668@3-cities.com> <20000408023230.A346@Fedaykin.here> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000408023230.A346@Fedaykin.here>; from lioux@uol.com.br on Sat, Apr 08, 2000 at 02:32:30AM -0300 X-Operating-System: FreeBSD 5.0-CURRENT i386 WWW-Home-Page: http://bantu.cl.msu.edu Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Out of da blue lioux@uol.com.br aka (lioux@uol.com.br) said: > > Here is what I have had to do to make Code Crusader 1.5.3 build as a > > port. > > Well, can I package your insights and send in a patch till sunday? Is > that okay with you? > > However, I am trying a different approach. I am building separate > ports for the latest ACE and JX. Besides, I am considering writing > additional ports for each lib written with the jx x11-toolkits, if > that can be acomplished. Having a separate port for ACE sounds good, but remmeber that codecrusader uses a small subset of ACE libraries and users may balk if codecrusader builds the full ACE package. It may be that we could have multiple ACE ports, one building the entire package, and then smaller ports that build a subset. > > This way I will be able to keep the latest libraries available without > touching codecrusader. Furthermore, this will enable other JX and ACE > dependent ports to be easily built. This might get done real soon if > everybody keeps working this fast. :) > > -- > regards, mferreira #;^) -- f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng. bush doctor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 8 13:44:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from tisch.mail.mindspring.net (tisch.mail.mindspring.net [207.69.200.157]) by hub.freebsd.org (Postfix) with ESMTP id B536637B7ED for ; Sat, 8 Apr 2000 13:44:54 -0700 (PDT) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca5-83.ix.netcom.com [209.109.234.83]) by tisch.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id QAA22884 for ; Sat, 8 Apr 2000 16:44:52 -0400 (EDT) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id NAA01891; Sat, 8 Apr 2000 13:44:50 -0700 (PDT) To: ports@FreeBSD.org Subject: Re: cvs commit: CVSROOT avail References: <200004082016.NAA68910@freefall.freebsd.org> From: asami@FreeBSD.org (Satoshi - Ports Wraith - Asami) Date: 08 Apr 2000 13:44:49 -0700 In-Reply-To: Satoshi Asami's message of "Sat, 8 Apr 2000 13:16:34 -0700 (PDT)" Message-ID: Lines: 25 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FYI - the freeze will last until they finish converting all Makefiles (i.e., a couple of days). Sorry for the inconvenience and thank you for your cooperation and understanding! -PW --- From: Satoshi Asami Date: Sat, 8 Apr 2000 13:16:34 -0700 (PDT) asami 2000/04/08 13:16:34 PDT Modified files: . avail Log: As announced before, the ports tree is now frozen while mharo and cpiazza work on converting the Makefiles. Revision Changes Path 1.114 +2 -2 CVSROOT/avail To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message From owner-freebsd-ports Sat Apr 8 16:15:29 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 1532237B7D1; Sat, 8 Apr 2000 16:15:14 -0700 (PDT) (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 BAA50527; Sun, 9 Apr 2000 01:14:38 +0200 (CEST) (envelope-from ibex) Date: Sun, 9 Apr 2000 01:14:37 +0200 From: Dirk Froemberg To: "David O'Brien" Cc: greg@greg.rim.or.jp, sumikawa@FreeBSD.org, hetzels@westbend.net, rse@engelschall.com, adam@algroup.co.uk, ache@FreeBSD.org, winter@FreeBSD.org, ports@FreeBSD.org, asami@FreeBSD.org Subject: Re: apache13-php4 Message-ID: <20000409011437.C50277@physik.TU-Berlin.DE> References: <20000322134846.V25438@jade.chc-chimes.com> <20000327224807.C7980@physik.TU-Berlin.DE> <20000327155812.C23367@jade.chc-chimes.com> <20000330172419.B59713@dragon.nuxi.com> <20000330203838.H23367@jade.chc-chimes.com> <20000330210930.A60684@dragon.nuxi.com> <4.3.2.20000330233528.00df0520@207.227.119.2> <20000406130132.B70225@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000406130132.B70225@dragon.nuxi.com>; from obrien@FreeBSD.org on Thu, Apr 06, 2000 at 01:01:32PM -0700 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! On Thu, Apr 06, 2000 at 01:01:32PM -0700, David O'Brien wrote: > At 09:09 PM 3/30/00 -0800, David O'Brien wrote: > > > using apxs). Currently playing with 1.3.12+PHP3.0.15+SSL+FP2000 on my > > > beta web server. Very nice! > > > > > > http://www.westbend.net/~hetzels/mod_apache.tgz > > > > > > I can't wait for the entire Apache ports system to be replaced with > > > this method. > > > > So what is holding things back? Whose buy-in do we need here? > > Since no one has said anything, I'm sending this again -- to make sure > all the Apache maintainers people get the mail. Sorry for being late with my answer... I think there are still some things missing before we can start: - a response from Andrey, the maintainer of apache13, if he agrees to add hooks for mod_frontpage and mod_ssl generally - a response from Ralf, the maintainer of apache13-modssl, if he agrees to "downgrade" his port to mod_ssl - a decision what to do with apache13-ssl. Adam, the maintainer, wants to keep this port. But this wouldn't fit into the new concept. So we either can have a exception or delete this port... I have converted apache13-php3 to mod_php3 already. This could be committed after a repository copy. Downgrading apache13-php4 to mod_php4 should be easy, too. And I'd like to (continue) maintain(ing) the two php ports of course. 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